alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
225 stars 105 forks source link

Fixing Custom Framework signing settings crashing Xcode 7.3 #88

Closed robertoandrade closed 8 years ago

robertoandrade commented 8 years ago

Addresses crash issue after having merged #79 and configuring a custom framework to be embedded and signed in xcode 7.3

imhotep commented 8 years ago

Following tests are failing

✖ settings - should be {ATTRIBUTES:["CodeSignOnCopy"]} if sign specified
✖ settings - should be {ATTRIBUTES:["Weak","CodeSignOnCopy"]} if both weak linking and sign specified
✖ removeFramework - should return a pbxFile
✖ removeFramework - should set a fileRef on the pbxFile
✖ removeFramework - should remove 2 fields from the PBXFileReference section
✖ removeFramework - should remove 2 fields from the PBXBuildFile section
✖ removeFramework - should remove from the Frameworks PBXGroup
✖ removeFramework - should remove from the PBXFrameworksBuildPhase
robertoandrade commented 8 years ago

Addressed those on ef65ea0.