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
90f4e311
Commit
90f4e311
authored
Mar 08, 2018
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set CODE_SIGNING_ALLOWED=NO for the Pods project
parent
ae57dcc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
pods_project_generator.rb
lib/cocoapods/installer/xcode/pods_project_generator.rb
+1
-0
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/installer/xcode/pods_project_generator.rb
View file @
90f4e311
...
@@ -153,6 +153,7 @@ module Pod
...
@@ -153,6 +153,7 @@ module Pod
build_configuration
.
build_settings
[
'STRIP_INSTALLED_PRODUCT'
]
=
'NO'
build_configuration
.
build_settings
[
'STRIP_INSTALLED_PRODUCT'
]
=
'NO'
build_configuration
.
build_settings
[
'CLANG_ENABLE_OBJC_ARC'
]
=
'YES'
build_configuration
.
build_settings
[
'CLANG_ENABLE_OBJC_ARC'
]
=
'YES'
build_configuration
.
build_settings
[
'CODE_SIGNING_REQUIRED'
]
=
'NO'
build_configuration
.
build_settings
[
'CODE_SIGNING_REQUIRED'
]
=
'NO'
build_configuration
.
build_settings
[
'CODE_SIGNING_ALLOWED'
]
=
'NO'
end
end
end
end
end
end
...
...
cocoapods-integration-specs
@
0a05f423
Subproject commit
6ea6db143cff938564b90b63769bcb40a9aaac8b
Subproject commit
0a05f4236c730644bd192a0bfb6995c141f5d0ef
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