Skip to content

Commit

Permalink
Update bundle identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Feb 27, 2017
1 parent 4b84449 commit 308aa46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions pkg/apple/RetroArch_iOS10_static.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -425,17 +425,17 @@
ORGANIZATIONNAME = RetroArch;
TargetAttributes = {
0FDA2A701BE1AFA800F2B5DA = {
DevelopmentTeam = ZE9XE938Z2;
DevelopmentTeam = UK699V5ZS8;
};
503700861ACA18E400A51A37 = {
DevelopmentTeam = UK699V5ZS8;
};
9204BE091D319EF300BD49DB = {
DevelopmentTeam = ZE9XE938Z2;
DevelopmentTeam = UK699V5ZS8;
DevelopmentTeamName = "Yoshinobu Sugawara";
};
96AFAE2416C1D4EA009DE44C = {
DevelopmentTeam = ZE9XE938Z2;
DevelopmentTeam = UK699V5ZS8;
DevelopmentTeamName = "Yoshinobu Sugawara";
};
};
Expand Down Expand Up @@ -655,7 +655,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS9;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS9S;
PRODUCT_NAME = RetroArch;
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down Expand Up @@ -792,7 +792,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS9;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS9S;
PRODUCT_NAME = RetroArch;
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down Expand Up @@ -873,7 +873,7 @@
"-DHAVE_SHADERPIPELINE",
"-D_LZMA_UINT32_IS_ULONG",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS6;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS6S;
PRODUCT_NAME = "RetroArch copy";
PROVISIONING_PROFILE = "";
VALID_ARCHS = armv7;
Expand Down Expand Up @@ -1004,7 +1004,7 @@
"-DHAVE_SHADERPIPELINE",
"-D_LZMA_UINT32_IS_ULONG",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS6;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS6S;
PRODUCT_NAME = "RetroArch copy";
PROVISIONING_PROFILE = "";
VALID_ARCHS = armv7;
Expand Down Expand Up @@ -1086,7 +1086,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down Expand Up @@ -1224,7 +1224,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down Expand Up @@ -1457,7 +1457,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOSS;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down Expand Up @@ -1595,7 +1595,7 @@
"-DHAVE_BTSTACK",
"-DHAVE_AVFOUNDATION",
);
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOS10S;
PRODUCT_BUNDLE_IDENTIFIER = com.libretro.RetroArchiOSS;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
VALID_ARCHS = "armv7 arm64";
Expand Down
4 changes: 2 additions & 2 deletions pkg/apple/iOS/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
<string>1.4.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>YES</string>
<key>UIApplicationExitsOnSuspend</key>
<false/>
<key>UIFileSharingEnabled</key>
Expand Down Expand Up @@ -68,7 +70,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>YES</string>
</dict>
</plist>

0 comments on commit 308aa46

Please sign in to comment.