Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
4422bbaa
Commit
4422bbaa
authored
Oct 05, 2015
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Examples] Update for always including embed frameworks scripts & strong-linking
parent
a44d72df
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
1 deletion
+33
-1
project.pbxproj
...xample/AFNetworking Mac Example.xcodeproj/project.pbxproj
+16
-0
project.pbxproj
...xample/AFNetworking iOS Example.xcodeproj/project.pbxproj
+16
-0
project.pbxproj
...s/Alamofire Example/iOS Example.xcodeproj/project.pbxproj
+1
-1
No files found.
examples/AFNetworking Example/AFNetworking Mac Example.xcodeproj/project.pbxproj
View file @
4422bbaa
...
...
@@ -153,6 +153,7 @@
F8129BF81591061B009BFE23
/* Frameworks */
,
F8129BF91591061B009BFE23
/* Resources */
,
CC1632E381344B54BA63986B
/* Copy Pods Resources */
,
F0DC30B6798CF042746A5614
/* Embed Pods Frameworks */
,
);
buildRules
=
(
);
...
...
@@ -231,6 +232,21 @@
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-AFNetworking Example/Pods-AFNetworking Example-resources.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
F0DC30B6798CF042746A5614
/* Embed Pods Frameworks */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
);
name
=
"Embed Pods Frameworks"
;
outputPaths
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-AFNetworking Example/Pods-AFNetworking Example-frameworks.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
...
...
examples/AFNetworking Example/AFNetworking iOS Example.xcodeproj/project.pbxproj
View file @
4422bbaa
...
...
@@ -228,6 +228,7 @@
F8E4695D1395739C00DB05C8
/* Frameworks */
,
F8E4695E1395739C00DB05C8
/* Resources */
,
226FE837057C4F98AD9FFB32
/* Copy Pods Resources */
,
CB0CF751F97DB411456460D5
/* Embed Pods Frameworks */
,
);
buildRules
=
(
);
...
...
@@ -298,6 +299,21 @@
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-AFNetworking iOS Example/Pods-AFNetworking iOS Example-resources.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
CB0CF751F97DB411456460D5
/* Embed Pods Frameworks */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
files
=
(
);
inputPaths
=
(
);
name
=
"Embed Pods Frameworks"
;
outputPaths
=
(
);
runOnlyForDeploymentPostprocessing
=
0
;
shellPath
=
/bin/sh
;
shellScript
=
"\"${SRCROOT}/Pods/Target Support Files/Pods-AFNetworking iOS Example/Pods-AFNetworking iOS Example-frameworks.sh\"\n"
;
showEnvVarsInLog
=
0
;
};
E4419DF1E8B742E49777FFE0
/* Check Pods Manifest.lock */
=
{
isa
=
PBXShellScriptBuildPhase
;
buildActionMask
=
2147483647
;
...
...
examples/Alamofire Example/iOS Example.xcodeproj/project.pbxproj
View file @
4422bbaa
...
...
@@ -7,7 +7,7 @@
objects
=
{
/* Begin PBXBuildFile section */
951B3FAD58824E9B86E74AD3
/* Pods_iOS_Example.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
4EEEDE5D19C6F39708A8F116
/* Pods_iOS_Example.framework */
;
settings
=
{
ATTRIBUTES
=
(
Weak
,
);
};
};
951B3FAD58824E9B86E74AD3
/* Pods_iOS_Example.framework in Frameworks */
=
{
isa
=
PBXBuildFile
;
fileRef
=
4EEEDE5D19C6F39708A8F116
/* Pods_iOS_Example.framework */
;
};
F8111E0B19A951050040E7D1
/* AppDelegate.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F8111E0A19A951050040E7D1
/* AppDelegate.swift */
;
};
F8111E0D19A951050040E7D1
/* MasterViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F8111E0C19A951050040E7D1
/* MasterViewController.swift */
;
};
F8111E0F19A951050040E7D1
/* DetailViewController.swift in Sources */
=
{
isa
=
PBXBuildFile
;
fileRef
=
F8111E0E19A951050040E7D1
/* DetailViewController.swift */
;
};
...
...
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