Skip to content

Commit

Permalink
update player codesign
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Jul 7, 2014
1 parent 4d31071 commit 35b25dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Binary file modified player/mac/player.app/Contents/MacOS/player
Binary file not shown.
8 changes: 5 additions & 3 deletions player/proj.mac/player.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
ORGANIZATIONNAME = quick.cocoachina.com;
TargetAttributes = {
F44C957115F49004004D4151 = {
DevelopmentTeam = 73D5UVY728;
DevelopmentTeam = U7E7529TA5;
};
};
};
Expand Down Expand Up @@ -326,6 +326,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -360,6 +361,7 @@
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -386,7 +388,7 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: CocoaChina (U7E7529TA5)";
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down Expand Up @@ -440,7 +442,7 @@
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CODE_SIGN_IDENTITY = "3rd Party Mac Developer Application: CocoaChina (U7E7529TA5)";
CODE_SIGN_IDENTITY = "Developer ID Application";
COMBINE_HIDPI_IMAGES = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
Expand Down

0 comments on commit 35b25dd

Please sign in to comment.