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> <key>CFBundleIcons~ipad</key>
<dict/> <dict/>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
<string>com.libretro.RetroArch</string> <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleName</key> <key>CFBundleName</key>

View File

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