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
5bf34d84
Commit
5bf34d84
authored
Apr 14, 2016
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'respect-codesign-flags'
parents
f375b48f
7f8dcb0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+2
-2
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
5bf34d84
...
@@ -96,8 +96,8 @@ module Pod
...
@@ -96,8 +96,8 @@ module Pod
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then
# Use the current code_sign_identitiy
# Use the current code_sign_identitiy
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}"
echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements
\\
"$1
\\
""
echo "/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY}
${OTHER_CODE_SIGN_FLAGS}
--preserve-metadata=identifier,entitlements
\\
"$1
\\
""
/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} --preserve-metadata=identifier,entitlements "$1"
/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY}
${OTHER_CODE_SIGN_FLAGS}
--preserve-metadata=identifier,entitlements "$1"
fi
fi
}
}
...
...
cocoapods-integration-specs
@
792d2aa8
Subproject commit
5ab50939447c8c69fe3ab4cbfceaab3c90dd7f33
Subproject commit
792d2aa8f0cf2ce3e32e9de05e6b4ca77073c378
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