Skip to content

Commit

Permalink
Adopted the main storyboard as a launch storyboard, to enable modern …
Browse files Browse the repository at this point in the history
…retina resolution.
  • Loading branch information
MosheBerman committed Jan 31, 2016
1 parent a5d7d13 commit 1a33f39
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions iOS/OCRuntime.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -465,11 +465,11 @@
03959DC6176AFC4D002A1FCC /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0500;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Nicolas Seriot";
TargetAttributes = {
03959DCD176AFC4D002A1FCC = {
DevelopmentTeam = 36C3524M7W;
DevelopmentTeam = HK64RUWW3P;
};
03959DF1176AFC4E002A1FCC = {
TestTargetID = 03959DCD176AFC4D002A1FCC;
Expand Down Expand Up @@ -638,6 +638,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -691,7 +692,6 @@
03959E04176AFC4E002A1FCC /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = armv7;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
Expand All @@ -702,6 +702,7 @@
GCC_PREFIX_HEADER = "OCRuntime/OCRuntime-Prefix.pch";
INFOPLIST_FILE = "OCRuntime/OCRuntime-Info.plist";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "ch.seriot.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
Expand All @@ -721,6 +722,7 @@
GCC_PREFIX_HEADER = "OCRuntime/OCRuntime-Prefix.pch";
INFOPLIST_FILE = "OCRuntime/OCRuntime-Info.plist";
ONLY_ACTIVE_ARCH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "ch.seriot.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
Expand All @@ -743,6 +745,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "OCRuntimeTests/OCRuntimeTests-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "ch.seriot.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand All @@ -761,6 +764,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "OCRuntime/OCRuntime-Prefix.pch";
INFOPLIST_FILE = "OCRuntimeTests/OCRuntimeTests-Info.plist";
PRODUCT_BUNDLE_IDENTIFIER = "ch.seriot.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUNDLE_LOADER)";
WRAPPER_EXTENSION = xctest;
Expand Down

0 comments on commit 1a33f39

Please sign in to comment.