Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplesynth 1.1 does not run on MacOS 13.4 #11

Open
GeorgeCo opened this issue Jun 8, 2023 · 2 comments
Open

simplesynth 1.1 does not run on MacOS 13.4 #11

GeorgeCo opened this issue Jun 8, 2023 · 2 comments

Comments

@GeorgeCo
Copy link

GeorgeCo commented Jun 8, 2023

Hi

simplesynth 1.1 does not run on MacOS 13.4. When I double click the app I get a message: “SimpleSynth.app” needs to be updated.

Thanks
George

@BillyV2018
Copy link

Neither works on Sonoma 14.2, obviously.
Is a port doable?
Thanks, Bill

@osbertngok
Copy link

This is what I have changed to get it working on OSX 13.

diff --git a/SimpleSynth.xcodeproj/project.pbxproj b/SimpleSynth.xcodeproj/project.pbxproj
index ba53373..cc9975e 100644
--- a/SimpleSynth.xcodeproj/project.pbxproj
+++ b/SimpleSynth.xcodeproj/project.pbxproj
@@ -3,7 +3,7 @@
        archiveVersion = 1;
        classes = {
        };
-       objectVersion = 45;
+       objectVersion = 54;
        objects = {
 
 /* Begin PBXBuildFile section */
@@ -387,7 +387,7 @@
                                GCC_OPTIMIZATION_LEVEL = 0;
                                INFOPLIST_FILE = Info.plist;
                                INSTALL_PATH = "$(HOME)/Applications";
-                               MACOSX_DEPLOYMENT_TARGET = 10.10;
+                               MACOSX_DEPLOYMENT_TARGET = 13.0;
                                MARKETING_VERSION = 1.2;
                                PRODUCT_NAME = SimpleSynth;
                                PROVISIONING_PROFILE_SPECIFIER = "";
@@ -409,7 +409,7 @@
                                GCC_MODEL_TUNING = G5;
                                INFOPLIST_FILE = Info.plist;
                                INSTALL_PATH = "$(HOME)/Applications";
-                               MACOSX_DEPLOYMENT_TARGET = 10.10;
+                               MACOSX_DEPLOYMENT_TARGET = 13.0;
                                MARKETING_VERSION = 1.2;
                                PRODUCT_NAME = SimpleSynth;
                                PROVISIONING_PROFILE_SPECIFIER = "";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants