-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce --include-existing option #8
Conversation
…ationReference as FileReference
FRAMEWORK_SEARCH_PATHS is in almost same simulation, but it's defined in generated SeeAlso: https://pewpewthespells.com/blog/xcconfig_guide.html#BuildSettingInheritance I'm going to try to find a solution for this. Update: |
CocoaPods says it's okay to |
f260181
to
b75bce9
Compare
b75bce9
to
2bf4cd2
Compare
Sources/PBXProj/FileReference.swift
Outdated
self.sourceTree = o["sourceTree"] as! String | ||
guard isa == .PBXFileReference else { | ||
return nil | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clean up
Sources/PBXProj/FileReference.swift
Outdated
return nil | ||
} | ||
} | ||
public init?(from id: Any?, objects: [String: Any]) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be implemented as a protocol extention?
⛴ |
Added
--include-existing
option (default true).If the project already has configured xcconfigs, this option automatically adds
#include
to the xcconfig.e.g.
App.xcodeproj
has been setup using CocoaPods