Skip to content

Commit

Permalink
Fixed Sparkle Updater
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Aug 8, 2022
1 parent acb1caa commit 27678f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions OC_Gen-X.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.3.0;
CURRENT_PROJECT_VERSION = 3.3.1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -602,7 +602,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.3.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -619,7 +619,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3.3.0;
CURRENT_PROJECT_VERSION = 3.3.1;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_TEAM = 5DG8PLV54H;
ENABLE_HARDENED_RUNTIME = YES;
Expand All @@ -640,7 +640,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 3.3.0;
MARKETING_VERSION = 3.3.1;
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion OC_Gen-X/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
<key>SUFeedURL</key>
<string>https://github.com/Pavo-IM/OC-Gen-X/releases/latest/download/appcast.xml</string>
<key>SUPublicEDKey</key>
<string>ERROR: No existing signing key found!</string>
<string>TWGBfVHrN3WLqSQvrg1/3bfIqWVBsWJyECGM5cZ38lM=</string>
</dict>
</plist>

0 comments on commit 27678f7

Please sign in to comment.