Skip to content

Commit

Permalink
updated project for XCode 4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvduke committed Aug 19, 2011
1 parent 3fe9b0d commit 8bb04a4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 10 deletions.
20 changes: 17 additions & 3 deletions .gitignore
@@ -1,3 +1,17 @@
build *~.nib
Seriously.xcodeproj/*.mode1v3
Seriously.xcodeproj/*.pbxuser # Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
19 changes: 12 additions & 7 deletions Seriously.xcodeproj/project.pbxproj
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1; archiveVersion = 1;
classes = { classes = {
}; };
objectVersion = 45; objectVersion = 46;
objects = { objects = {


/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
Expand Down Expand Up @@ -243,8 +243,12 @@
/* Begin PBXProject section */ /* Begin PBXProject section */
0867D690FE84028FC02AAC07 /* Project object */ = { 0867D690FE84028FC02AAC07 /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = {
LastUpgradeCheck = 0410;
};
buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Seriously" */; buildConfigurationList = 1DEB922208733DC00010E9CD /* Build configuration list for PBXProject "Seriously" */;
compatibilityVersion = "Xcode 3.1"; compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 1; hasScannedForEncodings = 1;
knownRegions = ( knownRegions = (
English, English,
Expand Down Expand Up @@ -293,14 +297,15 @@
CURRENT_PROJECT_VERSION = 0.1; CURRENT_PROJECT_VERSION = 0.1;
DSTROOT = /tmp/Seriously.dst; DSTROOT = /tmp/Seriously.dst;
GCC_DYNAMIC_NO_PIC = NO; GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0; GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Seriously_Prefix.pch; GCC_PREFIX_HEADER = Seriously_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib; INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
PRODUCT_NAME = Seriously; PRODUCT_NAME = Seriously;
SDKROOT = iphoneos;
}; };
name = Debug; name = Debug;
}; };
Expand All @@ -314,9 +319,11 @@
GCC_MODEL_TUNING = G5; GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Seriously_Prefix.pch; GCC_PREFIX_HEADER = Seriously_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
INSTALL_PATH = /usr/local/lib; INSTALL_PATH = /usr/local/lib;
IPHONEOS_DEPLOYMENT_TARGET = 4.0; IPHONEOS_DEPLOYMENT_TARGET = 4.0;
PRODUCT_NAME = Seriously; PRODUCT_NAME = Seriously;
SDKROOT = iphoneos;
}; };
name = Release; name = Release;
}; };
Expand All @@ -330,8 +337,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO; SDKROOT = iphoneos;
SDKROOT = iphoneos4.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
name = Debug; name = Debug;
Expand All @@ -345,8 +351,7 @@
GCC_WARN_UNUSED_VARIABLE = YES; GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";
PREBINDING = NO; SDKROOT = iphoneos;
SDKROOT = iphoneos4.0;
VERSIONING_SYSTEM = "apple-generic"; VERSIONING_SYSTEM = "apple-generic";
}; };
name = Release; name = Release;
Expand Down

0 comments on commit 8bb04a4

Please sign in to comment.