Skip to content
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

Don't code sign for iOS simulator SDK builds #903

Closed
wants to merge 2 commits into from
Closed

Don't code sign for iOS simulator SDK builds #903

wants to merge 2 commits into from

Conversation

JRHeaton
Copy link
Contributor

@JRHeaton JRHeaton commented Nov 1, 2015

Hi there. I've made a small change to the project settings to not code sign the iOS framework target when built against the simulator SDK. The reason for this is because when built with carthage on a CI server with no code signing identities, it defaults to building with the simulator SDK which doesn't require code signing like the iphoneos SDK does. Other frameworks supporting Carthage installs have been doing this as well it seems (example: ReactiveCocoa/ReactiveCocoa@f685971)

@cnoon
Copy link
Member

cnoon commented Nov 1, 2015

Thanks for this @JRHeaton! I merged a slightly modified version of your changes in cbac897 and also put together 2159ce3 for watchOS and tvOS. Both are available in master.

@cnoon cnoon closed this Nov 1, 2015
@cnoon cnoon self-assigned this Nov 1, 2015
@cnoon cnoon added this to the 3.1.2 milestone Nov 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants