Skip to content

Commit de9e15e

Browse files
authored
Merge pull request #13 from NakaokaRei/codex/fix-release-test-signing
Fix code signing in release tests
2 parents d8e7642 + aa20681 commit de9e15e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
xcodebuild test \
4545
-project TrackpadAir.xcodeproj \
4646
-scheme TrackpadAir \
47-
-destination 'platform=macOS'
47+
-destination 'platform=macOS' \
48+
CODE_SIGNING_ALLOWED=NO
4849
4950
- name: Archive app
5051
run: |

TrackpadAir.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@
477477
"@executable_path/../Frameworks",
478478
);
479479
MACOSX_DEPLOYMENT_TARGET = 26.0;
480-
MARKETING_VERSION = 0.1.3;
480+
MARKETING_VERSION = 0.2.0;
481481
PRODUCT_BUNDLE_IDENTIFIER = com.TrackpadAir;
482482
PRODUCT_NAME = "$(TARGET_NAME)";
483483
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -511,7 +511,7 @@
511511
"@executable_path/../Frameworks",
512512
);
513513
MACOSX_DEPLOYMENT_TARGET = 26.0;
514-
MARKETING_VERSION = 0.1.3;
514+
MARKETING_VERSION = 0.2.0;
515515
PRODUCT_BUNDLE_IDENTIFIER = com.TrackpadAir;
516516
PRODUCT_NAME = "$(TARGET_NAME)";
517517
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)