Attempt beta release
This commit is contained in:
parent
07bd126131
commit
34e41ba93f
|
@ -1 +1 @@
|
||||||
3450
|
3452
|
||||||
|
|
|
@ -1760,7 +1760,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
|
@ -1827,7 +1827,7 @@
|
||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
|
@ -1861,7 +1861,7 @@
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
@ -1888,7 +1888,7 @@
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Passepartout/App/App.entitlements;
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
DEVELOPMENT_TEAM = DTDYD63ZX9;
|
||||||
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
INFOPLIST_FILE = Passepartout/App/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
|
@ -1983,7 +1983,7 @@
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
|
@ -2017,7 +2017,7 @@
|
||||||
CODE_SIGN_STYLE = Manual;
|
CODE_SIGN_STYLE = Manual;
|
||||||
COMBINE_HIDPI_IMAGES = YES;
|
COMBINE_HIDPI_IMAGES = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
CURRENT_PROJECT_VERSION = 3450;
|
CURRENT_PROJECT_VERSION = 3452;
|
||||||
DEAD_CODE_STRIPPING = YES;
|
DEAD_CODE_STRIPPING = YES;
|
||||||
DEVELOPMENT_TEAM = "";
|
DEVELOPMENT_TEAM = "";
|
||||||
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
INFOPLIST_FILE = Passepartout/Mac/Info.plist;
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.1.0</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3450</string>
|
<string>3452</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>LSApplicationCategoryType</key>
|
<key>LSApplicationCategoryType</key>
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@
|
||||||
|
|
||||||
- Improve kill switch behavior.
|
- Improve kill switch behavior.
|
||||||
- Retain original filename as imported profile name.
|
- Retain original filename as imported profile name.
|
||||||
|
- In-app purchases other than full version were not recognized (macOS).
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.1.0</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3450</string>
|
<string>3452</string>
|
||||||
<key>LSBackgroundOnly</key>
|
<key>LSBackgroundOnly</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.1.0</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3450</string>
|
<string>3452</string>
|
||||||
<key>NSPrincipalClass</key>
|
<key>NSPrincipalClass</key>
|
||||||
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
<string>$(PRODUCT_MODULE_NAME).PassepartoutMac</string>
|
||||||
<key>com.algoritmico.Passepartout.config</key>
|
<key>com.algoritmico.Passepartout.config</key>
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>2.1.0</string>
|
<string>2.1.0</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>3450</string>
|
<string>3452</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
|
Loading…
Reference in New Issue