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
644280b5
Unverified
Commit
644280b5
authored
Apr 17, 2018
by
Dimitris Koutsogiorgas
Committed by
GitHub
Apr 17, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7651 from dnkoutso/more_system_removal
Do not force `[system]` value for custom module maps
parents
0a93634a
9de5e8a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pod_target_installer.rb
...ller/xcode/pods_project_generator/pod_target_installer.rb
+1
-1
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
No files found.
lib/cocoapods/installer/xcode/pods_project_generator/pod_target_installer.rb
View file @
644280b5
...
...
@@ -625,7 +625,7 @@ module Pod
UI
.
message
"- Copying module map file to
#{
UI
.
path
(
path
)
}
"
do
contents
=
custom_module_map
.
read
unless
target
.
requires_frameworks?
contents
.
gsub!
(
/^(\s*)framework\s+(module[^{}]+){/
,
'\1\2
[system]
{'
)
contents
.
gsub!
(
/^(\s*)framework\s+(module[^{}]+){/
,
'\1\2{'
)
end
generator
=
Generator
::
Constant
.
new
(
contents
)
update_changed_file
(
generator
,
path
)
...
...
cocoapods-integration-specs
@
f775f8d2
Subproject commit
482395da30d5fc55872498d471f2173dc94e8331
Subproject commit
f775f8d2792fa04bf0bfef570c83cf0f7afa802c
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