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
aa366b28
Commit
aa366b28
authored
Jan 05, 2015
by
Joseph Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for issue #3008 Swift Pod causes runtime failure in Obj-C host app on device (codesign issue)
parent
11daa2af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+3
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
aa366b28
...
@@ -78,6 +78,9 @@ module Pod
...
@@ -78,6 +78,9 @@ module Pod
for lib in $swift_runtime_libs; do
for lib in $swift_runtime_libs; do
echo "rsync -av
\\
"${SWIFT_STDLIB_PATH}/${lib}
\\
"
\\
"${destination}
\\
""
echo "rsync -av
\\
"${SWIFT_STDLIB_PATH}/${lib}
\\
"
\\
"${destination}
\\
""
rsync -av "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
rsync -av "${SWIFT_STDLIB_PATH}/${lib}" "${destination}"
if [ "${CODE_SIGNING_REQUIRED}" == "YES" ]; then
code_sign "${destination}/${lib}"
fi
done
done
}
}
...
...
cocoapods-integration-specs
@
7fd160e6
Subproject commit
84c17800c7db7b4818ed089fd75cdc58f3c5c8b9
Subproject commit
7fd160e6b4e496aed1d1eb1b7cb703cb4879c9ba
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