Skip to content

Commit

Permalink
Updated to latest version of Xcode and iOS SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Gallagher committed Jan 8, 2011
1 parent 367db75 commit 2fd37ca
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
7 changes: 7 additions & 0 deletions MacStreamingPlayer.xcodeproj/project.pbxproj
Expand Up @@ -169,7 +169,14 @@
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "MacStreamingPlayer" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* StreamingAudioPlayer */;
projectDirPath = "";
projectRoot = "";
Expand Down
15 changes: 11 additions & 4 deletions iPhoneStreamingPlayer.xcodeproj/project.pbxproj
Expand Up @@ -167,7 +167,14 @@
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iPhoneStreamingPlayer" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
Japanese,
French,
German,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -219,7 +226,6 @@
GCC_PREFIX_HEADER = iPhoneStreamingPlayer_Prefix.pch;
INFOPLIST_FILE = iPhoneInfo.plist;
PRODUCT_NAME = iPhoneStreamingPlayer;
SDKROOT = iphoneos4.0;
};
name = Debug;
};
Expand All @@ -246,20 +252,21 @@
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos3.0;
SDKROOT = iphoneos;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = iphoneos4.0;
PROVISIONING_PROFILE = "";
SDKROOT = iphoneos;
};
name = Release;
};
Expand Down

0 comments on commit 2fd37ca

Please sign in to comment.