Skip to content

Commit

Permalink
Removed support for garbage collected apps (In order to build with la…
Browse files Browse the repository at this point in the history
…test clang)
  • Loading branch information
fjolnir committed May 9, 2014
1 parent f9e159f commit 4a280a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
Build
build
TemporaryItems
.DS_Store
.DS_Store
Afloat.xcodeproj/project.xcworkspace/xcuserdata
Afloat.xcodeproj/xcuserdata
AfloatScripting/AfloatScripting.xcodeproj/xcuserdata
9 changes: 2 additions & 7 deletions Afloat.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
089C1669FE841209C02AAC07 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
LastUpgradeCheck = 0510;
};
buildConfigurationList = 1DEB913E08733D840010E9CD /* Build configuration list for PBXProject "Afloat" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -509,12 +509,10 @@
);
GCC_C_LANGUAGE_STANDARD = c99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_OBJC_GC = supported;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Afloat_Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = "$(HOME)/Library/Bundles";
LIBRARY_SEARCH_PATHS = (
Expand All @@ -525,7 +523,6 @@
PRODUCT_NAME = Afloat;
SDKROOT = macosx;
WRAPPER_EXTENSION = bundle;
ZERO_LINK = YES;
};
name = Debug;
};
Expand All @@ -540,8 +537,6 @@
"\"$(SRCROOT)\"",
);
GCC_C_LANGUAGE_STANDARD = c99;
GCC_ENABLE_OBJC_GC = supported;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Afloat_Prefix.pch;
INFOPLIST_FILE = Info.plist;
Expand Down

0 comments on commit 4a280a4

Please sign in to comment.