Skip to content

Commit

Permalink
Fixed building test programs on the iOS simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 29, 2015
1 parent da19097 commit 45f967b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Xcode-iOS/Test/TestiPhoneOS.xcodeproj/project.pbxproj
Expand Up @@ -1238,7 +1238,7 @@
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0630;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "TestiPhoneOS" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -1774,6 +1774,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = ../../include;
ONLY_ACTIVE_ARCH = YES;
OTHER_LDFLAGS = "-ObjC";
"PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
SDKROOT = iphoneos;
Expand Down

0 comments on commit 45f967b

Please sign in to comment.