Skip to content

Commit

Permalink
- A whole bunch of Xcode 4 nonsense.
Browse files Browse the repository at this point in the history
- Created some new build schemes for the background process and the preference pane.
  • Loading branch information
Kumaran Vijayan committed Apr 4, 2011
1 parent a34ba08 commit 91293e1
Show file tree
Hide file tree
Showing 14 changed files with 11,359 additions and 22 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
.DS_Store
AppTrap/DerivedData
4 changes: 2 additions & 2 deletions AppTrap/AppTrap.xcodeproj/project.pbxproj
Expand Up @@ -324,7 +324,7 @@
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = AppTrap;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
ZERO_LINK = YES;
};
Expand All @@ -348,7 +348,7 @@
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = AppTrap;
RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = /Developer/SDKs/MacOSX10.5.sdk;
SDKROOT = macosx;
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down

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

0 comments on commit 91293e1

Please sign in to comment.