Skip to content

Commit

Permalink
Each single app need to have it's SDK set to "last version". Luckily …
Browse files Browse the repository at this point in the history
…this is the last time we need to do that, thanks to this amazing "last version" thingy ;-)
  • Loading branch information
StuFF mc committed Nov 27, 2010
1 parent d557666 commit d76f21a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Fake/FakeYouTube/FakePhone.xcodeproj/project.pbxproj
Expand Up @@ -121,7 +121,14 @@
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "FakePhone" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -192,7 +199,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = iphoneos2.2;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand All @@ -205,7 +212,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = iphoneos2.2;
SDKROOT = iphoneos;
};
name = Release;
};
Expand Down

0 comments on commit d76f21a

Please sign in to comment.