Skip to content

Commit

Permalink
Remove development team.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Feb 19, 2022
1 parent 7f232a9 commit e4cc169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
12 changes: 4 additions & 8 deletions Builds/MacOSX/sendmidi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = NO;
Expand Down Expand Up @@ -282,11 +282,10 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_ENTITLEMENTS = "ConsoleApp.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = AGZT8GVS7G;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = "";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Expand Down Expand Up @@ -318,7 +317,6 @@
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JuceLibraryCode/modules";
PRODUCT_BUNDLE_IDENTIFIER = com.uwyn.sendmidi;
PRODUCT_NAME = "sendmidi";
PROVISIONING_PROFILE_SPECIFIER = "";
USE_HEADERMAP = NO;
VALID_ARCHS = "i386 x86_64 arm64 arm64e";
};
Expand Down Expand Up @@ -346,7 +344,7 @@
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = NO;
Expand Down Expand Up @@ -379,11 +377,10 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_LINK_OBJC_RUNTIME = NO;
CODE_SIGN_ENTITLEMENTS = "ConsoleApp.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
CONFIGURATION_BUILD_DIR = "$(PROJECT_DIR)/build/$(CONFIGURATION)";
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = AGZT8GVS7G;
ENABLE_HARDENED_RUNTIME = YES;
EXCLUDED_ARCHS = "";
GCC_DYNAMIC_NO_PIC = NO;
Expand Down Expand Up @@ -414,7 +411,6 @@
MTL_HEADER_SEARCH_PATHS = "$(SRCROOT)/../../JuceLibraryCode $(SRCROOT)/../../JuceLibraryCode/modules";
PRODUCT_BUNDLE_IDENTIFIER = com.uwyn.sendmidi;
PRODUCT_NAME = "sendmidi";
PROVISIONING_PROFILE_SPECIFIER = "";
USE_HEADERMAP = NO;
VALID_ARCHS = "i386 x86_64 arm64 arm64e";
};
Expand Down
3 changes: 1 addition & 2 deletions sendmidi.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</GROUP>
</MAINGROUP>
<EXPORTFORMATS>
<XCODE_MAC targetFolder="Builds/MacOSX" iosDevelopmentTeamID="AGZT8GVS7G"
hardenedRuntime="1">
<XCODE_MAC targetFolder="Builds/MacOSX" hardenedRuntime="1">
<CONFIGURATIONS>
<CONFIGURATION name="Debug" isDebug="1" optimisation="1" targetName="sendmidi"
osxCompatibility="10.9 SDK" macOSDeploymentTarget="10.9"/>
Expand Down

0 comments on commit e4cc169

Please sign in to comment.