This repository was archived by the owner on Jan 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
TestApplication/Resources Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1111#include "Shared/Product/Application.xcconfig"
1212
1313PRODUCT_NAME = ParseTwitterTestApplication
14+ PRODUCT_BUNDLE_IDENTIFIER = com.parse.twitterutils.testapplication
1415
1516INFOPLIST_FILE = $(SRCROOT)/Tests/TestApplication/Resources/Info.plist
1617
Original file line number Diff line number Diff line change 1111#include "Shared/Product/Framework.xcconfig"
1212
1313PRODUCT_NAME = ParseTwitterUtils
14+ PRODUCT_BUNDLE_IDENTIFIER = com.parse.twitterutils
1415
1516MACH_O_TYPE = staticlib
1617DEFINES_MODULE = YES
Original file line number Diff line number Diff line change 77 <key >CFBundleExecutable </key >
88 <string >ParseTwitterUtils </string >
99 <key >CFBundleIdentifier </key >
10- <string >com.parse.twitterutils </string >
10+ <string >$(PRODUCT_BUNDLE_IDENTIFIER) </string >
1111 <key >CFBundleInfoDictionaryVersion </key >
1212 <string >6.0 </string >
1313 <key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change 77 <key >CFBundleExecutable </key >
88 <string >$(EXECUTABLE_NAME) </string >
99 <key >CFBundleIdentifier </key >
10- <string >com.parse.$(PRODUCT_NAME:rfc1034identifier ) </string >
10+ <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
1111 <key >CFBundleInfoDictionaryVersion </key >
1212 <string >6.0 </string >
1313 <key >CFBundleName </key >
Original file line number Diff line number Diff line change 1111 <key >CFBundleIcons~ipad </key >
1212 <dict />
1313 <key >CFBundleIdentifier </key >
14- <string >com.parse.$(PRODUCT_NAME:rfc1034identifier ) </string >
14+ <string >$(PRODUCT_BUNDLE_IDENTIFIER ) </string >
1515 <key >CFBundleInfoDictionaryVersion </key >
1616 <string >6.0 </string >
1717 <key >CFBundleName </key >
You can’t perform that action at this time.
0 commit comments