Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
cc446967
Commit
cc446967
authored
Jun 12, 2016
by
Adam Barth
Committed by
GitHub
Jun 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove leftover app.so references (#4531)
This file is now app.dylib.
parent
d2ee6f78
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.gitignore
examples/hello_services/ios/.gitignore
+1
-1
project.pbxproj
...ello_services/ios/HelloServices.xcodeproj/project.pbxproj
+4
-4
No files found.
examples/hello_services/ios/.gitignore
View file @
cc446967
...
...
@@ -31,7 +31,7 @@ Icon?
.tags*
/Flutter/app.flx
/Flutter/app.
so
/Flutter/app.
dylib
/Flutter/app.zip
/Flutter/Flutter.framework
/Flutter/Generated.xcconfig
examples/hello_services/ios/HelloServices.xcodeproj/project.pbxproj
View file @
cc446967
...
...
@@ -7,7 +7,7 @@
objects
=
{
/* Begin PBXBuildFile section */
9705A1C51CF9049000538489
/* app.
so in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9740EEB81CF902C7004384FC
/* app.so
*/
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
);
};
};
9705A1C51CF9049000538489
/* app.
dylib in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9740EEB81CF902C7004384FC
/* app.dylib
*/
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
);
};
};
9705A1C61CF904A100538489
/* Flutter.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9740EEBA1CF902C7004384FC
/* Flutter.framework */
;
};
9705A1C71CF904A300538489
/* Flutter.framework in Embed Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9740EEBA1CF902C7004384FC
/* Flutter.framework */
;
settings
=
{
ATTRIBUTES
=
(
CodeSignOnCopy
,
RemoveHeadersOnCopy
,
);
};
};
9740EEB41CF90195004384FC
/* Flutter.xcconfig in Resources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
9740EEB21CF90195004384FC
/* Flutter.xcconfig */
;
};
...
...
@@ -28,7 +28,7 @@
dstPath
=
""
;
dstSubfolderSpec
=
10
;
files
=
(
9705A1C51CF9049000538489
/* app.
so
in Embed Frameworks */
,
9705A1C51CF9049000538489
/* app.
dylib
in Embed Frameworks */
,
9705A1C71CF904A300538489
/* Flutter.framework in Embed Frameworks */
,
);
name
=
"Embed Frameworks"
;
...
...
@@ -40,7 +40,7 @@
9740EEB21CF90195004384FC
/* Flutter.xcconfig */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.xcconfig
;
name
=
Flutter.xcconfig
;
path
=
Flutter/Flutter.xcconfig
;
sourceTree
=
"<group>"
;
};
9740EEB31CF90195004384FC
/* Generated.xcconfig */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
text.xcconfig
;
name
=
Generated.xcconfig
;
path
=
Flutter/Generated.xcconfig
;
sourceTree
=
"<group>"
;
};
9740EEB71CF902C7004384FC
/* app.flx */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
file
;
name
=
app.flx
;
path
=
Flutter/app.flx
;
sourceTree
=
"<group>"
;
};
9740EEB81CF902C7004384FC
/* app.
so */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.dylib"
;
name
=
app.so
;
path
=
Flutter/app.so
;
sourceTree
=
"<group>"
;
};
9740EEB81CF902C7004384FC
/* app.
dylib */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
"compiled.mach-o.dylib"
;
name
=
app.dylib
;
path
=
Flutter/app.dylib
;
sourceTree
=
"<group>"
;
};
9740EEBA1CF902C7004384FC
/* Flutter.framework */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
wrapper.framework
;
name
=
Flutter.framework
;
path
=
Flutter/Flutter.framework
;
sourceTree
=
"<group>"
;
};
977505171CFDF21E00BC28DA
/* LocationProvider.h */
=
{
isa
=
PBXFileReference
;
lastKnownFileType
=
sourcecode.c.h
;
path
=
LocationProvider.h
;
sourceTree
=
"<group>"
;
};
977505181CFDF23500BC28DA
/* LocationProvider.m */
=
{
isa
=
PBXFileReference
;
fileEncoding
=
4
;
lastKnownFileType
=
sourcecode.c.objc
;
path
=
LocationProvider.m
;
sourceTree
=
"<group>"
;
};
...
...
@@ -70,7 +70,7 @@
isa
=
PBXGroup
;
children
=
(
9740EEB71CF902C7004384FC
/* app.flx */
,
9740EEB81CF902C7004384FC
/* app.
so
*/
,
9740EEB81CF902C7004384FC
/* app.
dylib
*/
,
9740EEBA1CF902C7004384FC
/* Flutter.framework */
,
9740EEB21CF90195004384FC
/* Flutter.xcconfig */
,
9740EEB31CF90195004384FC
/* Generated.xcconfig */
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment