Skip to content

Commit

Permalink
[Example] Move product bundle identifier into build settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mrackwitz committed Dec 29, 2015
1 parent 692ab88 commit 5cff8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@
"$(inherited)",
"-ObjC",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.mariusrackwitz.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Example;
TARGETED_DEVICE_FAMILY = 1;
WRAPPER_EXTENSION = app;
Expand All @@ -431,6 +432,7 @@
"$(inherited)",
"-ObjC",
);
PRODUCT_BUNDLE_IDENTIFIER = "com.mariusrackwitz.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = Example;
TARGETED_DEVICE_FAMILY = 1;
WRAPPER_EXTENSION = app;
Expand Down
2 changes: 1 addition & 1 deletion Example/Example-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
<string>com.mariusrackwitz.${PRODUCT_NAME:rfc1034identifier}</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
Expand Down

0 comments on commit 5cff8ab

Please sign in to comment.