Skip to content

Commit

Permalink
Migrated project to XCode4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simbul committed Apr 13, 2011
1 parent fcab71a commit 2aa7fb0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 23 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.DS_Store
Baker.xcodeproj/*.mode1v3
Baker.xcodeproj/*.pbxuser
build/
Baker.xcodeproj/xcuserdata
Baker.xcodeproj/project.xcworkspace/xcuserdata
build/
28 changes: 6 additions & 22 deletions Baker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@
F4EC203812862D4D008E94D1 /* InterceptorWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = F4EC203712862D4D008E94D1 /* InterceptorWindow.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
D281D07D13549F80009F1B11 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
proxyType = 1;
remoteGlobalIDString = D281D06213549EDC009F1B11 /* UnitTests */;
remoteInfo = UnitTests;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
1D3623240D0F684500981E51 /* BakerAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BakerAppDelegate.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -223,7 +213,6 @@
buildRules = (
);
dependencies = (
D281D07E13549F80009F1B11 /* PBXTargetDependency */,
);
name = Baker;
productName = Baker;
Expand Down Expand Up @@ -339,14 +328,6 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
D281D07E13549F80009F1B11 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = D281D06213549EDC009F1B11 /* UnitTests */;
targetProxy = D281D07D13549F80009F1B11 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
1D6058940D05DD3E006BFB54 /* Debug */ = {
isa = XCBuildConfiguration;
Expand All @@ -359,6 +340,7 @@
GCC_PREFIX_HEADER = Baker_Prefix.pch;
INFOPLIST_FILE = "Baker-Info.plist";
PRODUCT_NAME = Baker;
SDKROOT = iphoneos;
};
name = Debug;
};
Expand All @@ -371,6 +353,7 @@
GCC_PREFIX_HEADER = Baker_Prefix.pch;
INFOPLIST_FILE = "Baker-Info.plist";
PRODUCT_NAME = Baker;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
Expand All @@ -385,7 +368,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = iphoneos4.2;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
};
name = Analyze;
Expand All @@ -401,6 +384,7 @@
GCC_PREFIX_HEADER = Baker_Prefix.pch;
INFOPLIST_FILE = "Baker-Info.plist";
PRODUCT_NAME = Baker;
SDKROOT = iphoneos;
};
name = Analyze;
};
Expand All @@ -413,7 +397,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = iphoneos4.2;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
};
name = Debug;
Expand All @@ -428,7 +412,7 @@
GCC_WARN_UNUSED_VARIABLE = YES;
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
PREBINDING = NO;
SDKROOT = iphoneos4.2;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 2;
};
name = Release;
Expand Down
7 changes: 7 additions & 0 deletions Baker.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2aa7fb0

Please sign in to comment.