diff --git a/NeuralAmpModeler/projects/APPRelease.entitlements b/NeuralAmpModeler/projects/APPRelease.entitlements
deleted file mode 100644
index d0183a46..00000000
--- a/NeuralAmpModeler/projects/APPRelease.entitlements
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- com.apple.security.app-sandbox
-
- com.apple.security.application-groups
-
- group.io.github.iplug2
-
- com.apple.security.assets.music.read-write
-
- com.apple.security.device.audio-input
-
- com.apple.security.device.microphone
-
- com.apple.security.files.user-selected.read-write
-
- com.apple.security.network.client
-
- com.apple.security.network.server
-
-
-
diff --git a/NeuralAmpModeler/projects/AUv3AppRelease.entitlements b/NeuralAmpModeler/projects/AUv3AppRelease.entitlements
deleted file mode 100644
index d0183a46..00000000
--- a/NeuralAmpModeler/projects/AUv3AppRelease.entitlements
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- com.apple.security.app-sandbox
-
- com.apple.security.application-groups
-
- group.io.github.iplug2
-
- com.apple.security.assets.music.read-write
-
- com.apple.security.device.audio-input
-
- com.apple.security.device.microphone
-
- com.apple.security.files.user-selected.read-write
-
- com.apple.security.network.client
-
- com.apple.security.network.server
-
-
-
diff --git a/NeuralAmpModeler/projects/AUv3Release.entitlements b/NeuralAmpModeler/projects/AUv3Release.entitlements
deleted file mode 100644
index d0183a46..00000000
--- a/NeuralAmpModeler/projects/AUv3Release.entitlements
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
- com.apple.security.app-sandbox
-
- com.apple.security.application-groups
-
- group.io.github.iplug2
-
- com.apple.security.assets.music.read-write
-
- com.apple.security.device.audio-input
-
- com.apple.security.device.microphone
-
- com.apple.security.files.user-selected.read-write
-
- com.apple.security.network.client
-
- com.apple.security.network.server
-
-
-
diff --git a/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.entitlements b/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.entitlements
index 86a68045..45717744 100644
--- a/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.entitlements
+++ b/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.entitlements
@@ -5,13 +5,13 @@
com.apple.security.app-sandbox
com.apple.security.application-groups
-
- group.io.github.iplug2
-
+
com.apple.security.assets.music.read-write
com.apple.security.device.microphone
+ com.apple.security.files.downloads.read-write
+
com.apple.security.files.user-selected.read-write
com.apple.security.network.client
diff --git a/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.xcodeproj/project.pbxproj b/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.xcodeproj/project.pbxproj
index 929bdf2b..9bc728ed 100644
--- a/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.xcodeproj/project.pbxproj
+++ b/NeuralAmpModeler/projects/NeuralAmpModeler-macOS.xcodeproj/project.pbxproj
@@ -1001,9 +1001,6 @@
4FFF72B8214BB71400839091 /* main.rc */ = {isa = PBXFileReference; lastKnownFileType = text; name = main.rc; path = ../resources/main.rc; sourceTree = ""; };
52FBBED30D0CF143001C8B8A /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = config.h; path = ../config.h; sourceTree = ""; tabWidth = 2; usesTabs = 0; };
AA355E2C295B688F0061AA3D /* Colors.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Colors.h; path = ../Colors.h; sourceTree = ""; };
- AAD2484E29542F2800F55DD4 /* APPRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = APPRelease.entitlements; sourceTree = ""; };
- AAD2484F2954325200F55DD4 /* AUv3Release.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AUv3Release.entitlements; sourceTree = ""; };
- AAD248502954339400F55DD4 /* AUv3AppRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = AUv3AppRelease.entitlements; sourceTree = ""; };
B8E22A0A220268C4007CBF4C /* IPlugVST3_ProcessorBase.cpp */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.cpp.cpp; name = IPlugVST3_ProcessorBase.cpp; path = ../../iPlug2/IPlug/VST3/IPlugVST3_ProcessorBase.cpp; sourceTree = ""; tabWidth = 2; };
B8E22A0B220268C4007CBF4C /* IPlugVST3_ProcessorBase.h */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugVST3_ProcessorBase.h; path = ../../iPlug2/IPlug/VST3/IPlugVST3_ProcessorBase.h; sourceTree = ""; tabWidth = 2; };
B8EA6B932203868500D23A86 /* IPlugVST3_Common.h */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.c.h; name = IPlugVST3_Common.h; path = ../../iPlug2/IPlug/VST3/IPlugVST3_Common.h; sourceTree = ""; tabWidth = 2; };
@@ -1085,9 +1082,6 @@
4F2FB1392A0047420027AB66 /* dsp */,
4F2FB1452A0047420027AB66 /* NAM */,
AA355E2C295B688F0061AA3D /* Colors.h */,
- AAD248502954339400F55DD4 /* AUv3AppRelease.entitlements */,
- AAD2484F2954325200F55DD4 /* AUv3Release.entitlements */,
- AAD2484E29542F2800F55DD4 /* APPRelease.entitlements */,
52FBBED30D0CF143001C8B8A /* config.h */,
4F3862EE2014BBEC0009F402 /* NeuralAmpModeler.h */,
4F3862ED2014BBEC0009F402 /* NeuralAmpModeler.cpp */,
@@ -3426,6 +3420,8 @@
4F3AE1DD12C0E5E2001FD7A4 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.5.7;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 686EDA2T8T;
@@ -3492,6 +3488,8 @@
4F3AE1DF12C0E5E2001FD7A4 /* Tracer */ = {
isa = XCBuildConfiguration;
buildSettings = {
+ CODE_SIGN_IDENTITY = "Apple Development";
+ CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 0.5.7;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 686EDA2T8T;
@@ -4276,7 +4274,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = "NeuralAmpModeler-macOS";
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
- CODE_SIGN_ENTITLEMENTS = APPRelease.entitlements;
+ CODE_SIGN_ENTITLEMENTS = "NeuralAmpModeler-macOS.entitlements";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEAD_CODE_STRIPPING = YES;
@@ -4299,7 +4297,7 @@
"$(APP_FRAMEWORKS)",
"$(inherited)",
);
- PRODUCT_BUNDLE_IDENTIFIER = "com.StevenAtkinson.app.--BINARY-NAME-2";
+ PRODUCT_BUNDLE_IDENTIFIER = "com.StevenAtkinson.app.${BINARY_NAME}";
PROVISIONING_PROFILE_SPECIFIER = "";
SKIP_INSTALL = NO;
WRAPPER_EXTENSION = app;