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
0fce9183
Commit
0fce9183
authored
Aug 02, 2016
by
Danielle Tomlinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort build settings
parent
a804ff01
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
aggregate_target_installer.rb
...code/pods_project_generator/aggregate_target_installer.rb
+1
-1
pod_target_installer.rb
...ller/xcode/pods_project_generator/pod_target_installer.rb
+1
-1
pod_target_installer_spec.rb
...xcode/pods_project_generator/pod_target_installer_spec.rb
+1
-1
No files found.
lib/cocoapods/installer/xcode/pods_project_generator/aggregate_target_installer.rb
View file @
0fce9183
...
...
@@ -51,9 +51,9 @@ module Pod
#
def
custom_build_settings
settings
=
{
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
=>
''
,
'CODE_SIGN_IDENTITY[sdk=iphoneos*]'
=>
''
,
'CODE_SIGN_IDENTITY[sdk=watchos*]'
=>
''
,
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
=>
''
,
'MACH_O_TYPE'
=>
'staticlib'
,
'OTHER_LDFLAGS'
=>
''
,
'OTHER_LIBTOOLFLAGS'
=>
''
,
...
...
lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb
View file @
0fce9183
...
...
@@ -55,9 +55,9 @@ module Pod
settings
[
'PUBLIC_HEADERS_FOLDER_PATH'
]
=
''
end
settings
[
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
]
=
''
settings
[
'CODE_SIGN_IDENTITY[sdk=iphoneos*]'
]
=
''
settings
[
'CODE_SIGN_IDENTITY[sdk=watchos*]'
]
=
''
settings
[
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
]
=
''
if
target
.
swift_version
settings
[
'SWIFT_VERSION'
]
=
target
.
swift_version
...
...
spec/unit/installer/xcode/pods_project_generator/pod_target_installer_spec.rb
View file @
0fce9183
...
...
@@ -93,9 +93,9 @@ module Pod
it
'sets an empty codesigning identity for iOS/tvOS/watchOS'
do
@installer
.
install!
@project
.
targets
.
first
.
build_configurations
.
each
do
|
config
|
config
.
build_settings
[
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
].
should
==
''
config
.
build_settings
[
'CODE_SIGN_IDENTITY[sdk=iphoneos*]'
].
should
==
''
config
.
build_settings
[
'CODE_SIGN_IDENTITY[sdk=watchos*]'
].
should
==
''
config
.
build_settings
[
'CODE_SIGN_IDENTITY[sdk=appletvos*]'
].
should
==
''
end
end
...
...
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