Skip to content

add actual CFBundleIdentifier value #179

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

Merged
merged 1 commit into from
Dec 2, 2016

Conversation

larryonoff
Copy link
Contributor

@larryonoff larryonoff commented Dec 1, 2016

Project didn't contain any actual values of PRODUCT_BUNDLE_IDENTIFIER. So this PR sets the value.

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<string>org.swift.XCTest</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you set this as the value for the PRODUCT_BUNDLE_IDENTIFIER setting in the project instead of putting it directly in the Info.plist?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@larryonoff larryonoff force-pushed the add-bundle-identifier branch from 5ce8931 to c4908e7 Compare December 1, 2016 18:38
@briancroom
Copy link
Contributor

@swift-ci please test

@briancroom
Copy link
Contributor

LGTM, thanks @larryonoff!

@briancroom briancroom merged commit 7b33730 into swiftlang:master Dec 2, 2016
@larryonoff larryonoff deleted the add-bundle-identifier branch December 2, 2016 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants