Skip to content

Commit

Permalink
Attempt release
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Jan 11, 2024
1 parent 4b909eb commit ea0fd51
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .beta-build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3587
3588
12 changes: 6 additions & 6 deletions Passepartout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1852,7 +1852,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "Apple Development";
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = "$(CFG_TEAM_ID)";
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1889,7 +1889,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -1917,7 +1917,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
INFOPLIST_FILE = Passepartout/App/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -1943,7 +1943,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
DEAD_CODE_STRIPPING = YES;
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
Expand Down Expand Up @@ -1976,7 +1976,7 @@
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 3587;
CURRENT_PROJECT_VERSION = 3588;
DEAD_CODE_STRIPPING = YES;
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
Expand Down
2 changes: 1 addition & 1 deletion Passepartout/App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<key>CFBundleVersion</key>
<string>3587</string>
<string>3588</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion Passepartout/Launcher/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<key>CFBundleVersion</key>
<string>3587</string>
<string>3588</string>
<key>LSBackgroundOnly</key>
<true/>
<key>CFBundleIdentifier</key>
Expand Down
2 changes: 1 addition & 1 deletion Passepartout/Mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<key>CFBundleVersion</key>
<string>3587</string>
<string>3588</string>
<key>NSPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
<key>com.algoritmico.Passepartout.config</key>
Expand Down
2 changes: 1 addition & 1 deletion Passepartout/Tunnel/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2.3.3</string>
<key>CFBundleVersion</key>
<string>3587</string>
<string>3588</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSExtension</key>
Expand Down

0 comments on commit ea0fd51

Please sign in to comment.