Skip to content

Commit

Permalink
Update for Mac OS X 10.7 Lion and Terminal.app 2.2 (297)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyoho committed Jul 21, 2011
1 parent 6e5b420 commit 80b34d7
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build
TEAAC.xcodeproj/*.mode1v3
TEAAC.xcodeproj/*.pbxuser
.DS_Store
TEAAC.xcodeproj/xcuserdata/*
TEAAC.xcodeproj/project.xcworkspace/xcuserdata/*
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3</string>
<string>1.4</string>
<key>NSPrincipalClass</key>
<string></string>
<key>SIMBLTargetApplications</key>
Expand All @@ -30,7 +30,7 @@
<key>MinBundleVersion</key>
<integer>240</integer>
<key>MaxBundleVersion</key>
<integer>273</integer>
<integer>297</integer>
</dict>
</array>
</dict>
Expand Down
11 changes: 8 additions & 3 deletions TEAAC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@
isa = PBXProject;
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "TEAAC" */;
compatibilityVersion = "Xcode 3.1";
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* TEAAC */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -238,9 +242,10 @@
GCC_OPTIMIZATION_LEVEL = 0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Debug;
};
Expand All @@ -251,9 +256,9 @@
GCC_C_LANGUAGE_STANDARD = c99;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
MACOSX_DEPLOYMENT_TARGET = 10.6;
PREBINDING = NO;
SDKROOT = macosx10.5;
SDKROOT = macosx;
};
name = Release;
};
Expand Down
7 changes: 7 additions & 0 deletions TEAAC.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 80b34d7

Please sign in to comment.