Skip to content

Commit

Permalink
Ayo Developer-ID sign yo applications
Browse files Browse the repository at this point in the history
  • Loading branch information
alinebee committed Nov 23, 2014
1 parent cbb7319 commit 8ca724d
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions Boxer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3727,11 +3727,6 @@
attributes = {
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = "Alun Bestor and contributors";
TargetAttributes = {
8D1107260486CEB800E47090 = {
DevelopmentTeam = 55HAF265SR;
};
};
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Boxer" */;
compatibilityVersion = "Xcode 3.2";
Expand Down Expand Up @@ -5007,6 +5002,8 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = NO;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.0;
Expand All @@ -5029,6 +5026,7 @@
);
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = "Boxer Standalone";
PROVISIONING_PROFILE = "";
VALID_ARCHS = i386;
};
name = Debug;
Expand All @@ -5038,6 +5036,8 @@
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = NO;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.0;
Expand All @@ -5056,6 +5056,7 @@
);
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = "Boxer Standalone";
PROVISIONING_PROFILE = "";
VALID_ARCHS = i386;
};
name = Release;
Expand All @@ -5067,6 +5068,8 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -5083,6 +5086,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Bundler/Boxer Bundler-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Debug;
Expand All @@ -5094,6 +5098,8 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_EMPTY_BODY = YES;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
Expand All @@ -5105,6 +5111,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Bundler/Boxer Bundler-Info.plist";
MACOSX_DEPLOYMENT_TARGET = 10.8;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
WRAPPER_EXTENSION = app;
};
name = Release;
Expand Down Expand Up @@ -5144,6 +5151,8 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = NO;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -5165,6 +5174,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = Boxer;
PROVISIONING_PROFILE = "";
VALID_ARCHS = i386;
};
name = Debug;
Expand All @@ -5175,6 +5185,8 @@
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO;
CODE_SIGN_IDENTITY = "Developer ID Application";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Mac Developer";
COMBINE_HIDPI_IMAGES = NO;
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
Expand All @@ -5192,6 +5204,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = Boxer;
PROVISIONING_PROFILE = "";
VALID_ARCHS = i386;
};
name = Release;
Expand Down

0 comments on commit 8ca724d

Please sign in to comment.