Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 07 Nov 2021 09:53:23 UTC Commit: 34227b6b97b2d804916b8db56a0a1374e838ca20 https://github.com/geany/geany-osx/commit/34227b6b97b2d804916b8db56a0a1374e8...
Log Message: ----------- Move back the launcher to standard archs (i.e. both arm64 and x86_64)
This silences the warning produced by xcode and we can specify the desired architecture on the command line.
Modified Paths: -------------- Launcher/geany/geany.xcodeproj/project.pbxproj
Modified: Launcher/geany/geany.xcodeproj/project.pbxproj 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -241,7 +241,7 @@ B12DCC4F2350EF9300301186 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = x86_64; + ARCHS = "$(ARCHS_STANDARD)"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = ""; @@ -253,7 +253,7 @@ B12DCC502350EF9300301186 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = x86_64; + ARCHS = "$(ARCHS_STANDARD)"; CODE_SIGN_IDENTITY = "-"; CODE_SIGN_STYLE = Automatic; DEVELOPMENT_TEAM = "";
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).