Skip to content

Commit

Permalink
Added PRODUCT_BUNDLE_IDENTIFIER
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Levitt committed Oct 6, 2015
1 parent 901b64b commit 5e4a467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/Kakapo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@
INFOPLIST_FILE = kakapoNative/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.supercerebral.kakapo;
PRODUCT_NAME = kakapoNative;
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "kakapoNative-Bridging-Header.h";
Expand All @@ -955,7 +955,7 @@
INFOPLIST_FILE = kakapoNative/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
PRODUCT_BUNDLE_IDENTIFIER = com.supercerebral.kakapo;
PRODUCT_NAME = kakapoNative;
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "kakapoNative-Bridging-Header.h";
Expand Down

0 comments on commit 5e4a467

Please sign in to comment.