change identifier

This commit is contained in:
build 2015-10-29 11:34:26 -07:00 committed by radius
parent 12d0f0f2fe
commit b6d595dcb7
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.libretro.RetroArch</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@ -554,6 +554,7 @@
"-DHAVE_MFI",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = armv7;
@ -669,6 +670,7 @@
"-DHAVE_MFI",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArch9;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = armv7;