Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mapbox/tilemill
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jun 6, 2012
2 parents 53ceff5 + ffe7d47 commit 9efd4ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platforms/osx/TileMill.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Development Seed";
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -535,6 +536,7 @@
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = TileMill;
PROVISIONING_PROFILE = "";
};
name = Debug;
};
Expand All @@ -543,6 +545,7 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
CODE_SIGN_IDENTITY = "Developer ID Application: Development Seed";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -557,6 +560,7 @@
INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.6;
PRODUCT_NAME = TileMill;
PROVISIONING_PROFILE = "";
};
name = Release;
};
Expand Down

0 comments on commit 9efd4ff

Please sign in to comment.