Bump iOS version to 1.1
Some checks failed
Tagged release / prepare-release (push) Successful in 4s
Tagged release / build-unix (push) Successful in 21m37s
Tagged release / build-windows (push) Successful in 9m11s
Tagged release / publish-release (push) Successful in 2s
Weekly OSV dependency audit / dependency-audit (push) Failing after 3s
Some checks failed
Tagged release / prepare-release (push) Successful in 4s
Tagged release / build-unix (push) Successful in 21m37s
Tagged release / build-windows (push) Successful in 9m11s
Tagged release / publish-release (push) Successful in 2s
Weekly OSV dependency audit / dependency-audit (push) Failing after 3s
This commit is contained in:
@@ -155,7 +155,7 @@ xcodebuild \
|
|||||||
archive
|
archive
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify the archived app reports version `1.0` and a positive build number, is
|
Verify the archived app reports version `1.1` and a positive build number, is
|
||||||
signed for distribution with the expected bundle identifier and entitlements,
|
signed for distribution with the expected bundle identifier and entitlements,
|
||||||
contains `PrivacyInfo.xcprivacy`, and declares the correct export-compliance
|
contains `PrivacyInfo.xcprivacy`, and declares the correct export-compliance
|
||||||
answer before uploading it to App Store Connect for notarization.
|
answer before uploading it to App Store Connect for notarization.
|
||||||
|
|||||||
@@ -402,7 +402,6 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Gotcha.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Gotcha.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
|
||||||
DEVELOPMENT_TEAM = MU22FMRGK8;
|
DEVELOPMENT_TEAM = MU22FMRGK8;
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
||||||
@@ -411,7 +410,6 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited) $(DERIVED_FILE_DIR)/rust";
|
LIBRARY_SEARCH_PATHS = "$(inherited) $(DERIVED_FILE_DIR)/rust";
|
||||||
MARKETING_VERSION = 1.0;
|
|
||||||
OTHER_LDFLAGS = "$(inherited) -lgotcha_core";
|
OTHER_LDFLAGS = "$(inherited) -lgotcha_core";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = de.rfc1437.gotcha;
|
PRODUCT_BUNDLE_IDENTIFIER = de.rfc1437.gotcha;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@@ -428,7 +426,6 @@
|
|||||||
CODE_SIGN_ENTITLEMENTS = Gotcha.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Gotcha.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
|
||||||
DEVELOPMENT_TEAM = MU22FMRGK8;
|
DEVELOPMENT_TEAM = MU22FMRGK8;
|
||||||
INFOPLIST_FILE = Info.plist;
|
INFOPLIST_FILE = Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 17.0;
|
||||||
@@ -437,7 +434,6 @@
|
|||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
);
|
);
|
||||||
LIBRARY_SEARCH_PATHS = "$(inherited) $(DERIVED_FILE_DIR)/rust";
|
LIBRARY_SEARCH_PATHS = "$(inherited) $(DERIVED_FILE_DIR)/rust";
|
||||||
MARKETING_VERSION = 1.0;
|
|
||||||
OTHER_LDFLAGS = "$(inherited) -lgotcha_core";
|
OTHER_LDFLAGS = "$(inherited) -lgotcha_core";
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = de.rfc1437.gotcha;
|
PRODUCT_BUNDLE_IDENTIFIER = de.rfc1437.gotcha;
|
||||||
SDKROOT = iphoneos;
|
SDKROOT = iphoneos;
|
||||||
@@ -481,6 +477,7 @@
|
|||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
ENABLE_TESTABILITY = YES;
|
ENABLE_TESTABILITY = YES;
|
||||||
@@ -499,6 +496,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
MARKETING_VERSION = 1.1;
|
||||||
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
ONLY_ACTIVE_ARCH = YES;
|
ONLY_ACTIVE_ARCH = YES;
|
||||||
@@ -569,6 +567,7 @@
|
|||||||
CLANG_WARN_UNREACHABLE_CODE = YES;
|
CLANG_WARN_UNREACHABLE_CODE = YES;
|
||||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
ENABLE_NS_ASSERTIONS = NO;
|
ENABLE_NS_ASSERTIONS = NO;
|
||||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||||
@@ -581,6 +580,7 @@
|
|||||||
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
||||||
GCC_WARN_UNUSED_FUNCTION = YES;
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
||||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||||
|
MARKETING_VERSION = 1.1;
|
||||||
MTL_ENABLE_DEBUG_INFO = NO;
|
MTL_ENABLE_DEBUG_INFO = NO;
|
||||||
MTL_FAST_MATH = YES;
|
MTL_FAST_MATH = YES;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
|
|||||||
@@ -17,9 +17,9 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>XPC!</string>
|
<string>XPC!</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.0</string>
|
<string>$(MARKETING_VERSION)</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1</string>
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
||||||
<key>ITSAppUsesNonExemptEncryption</key>
|
<key>ITSAppUsesNonExemptEncryption</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>NSExtension</key>
|
<key>NSExtension</key>
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ options:
|
|||||||
bundleIdPrefix: de.rfc1437
|
bundleIdPrefix: de.rfc1437
|
||||||
settings:
|
settings:
|
||||||
ENABLE_USER_SCRIPT_SANDBOXING: NO
|
ENABLE_USER_SCRIPT_SANDBOXING: NO
|
||||||
|
MARKETING_VERSION: "1.1"
|
||||||
|
CURRENT_PROJECT_VERSION: "1"
|
||||||
packages:
|
packages:
|
||||||
Highlighter:
|
Highlighter:
|
||||||
url: https://github.com/smittytone/HighlighterSwift
|
url: https://github.com/smittytone/HighlighterSwift
|
||||||
@@ -17,8 +19,6 @@ targets:
|
|||||||
deploymentTarget: "17.0"
|
deploymentTarget: "17.0"
|
||||||
settings:
|
settings:
|
||||||
PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.gotcha
|
PRODUCT_BUNDLE_IDENTIFIER: de.rfc1437.gotcha
|
||||||
MARKETING_VERSION: "1.0"
|
|
||||||
CURRENT_PROJECT_VERSION: "1"
|
|
||||||
DEVELOPMENT_TEAM: MU22FMRGK8
|
DEVELOPMENT_TEAM: MU22FMRGK8
|
||||||
CODE_SIGN_STYLE: Automatic
|
CODE_SIGN_STYLE: Automatic
|
||||||
TARGETED_DEVICE_FAMILY: "1"
|
TARGETED_DEVICE_FAMILY: "1"
|
||||||
@@ -81,6 +81,8 @@ targets:
|
|||||||
path: GotchaWidgets-Info.plist
|
path: GotchaWidgets-Info.plist
|
||||||
properties:
|
properties:
|
||||||
CFBundleDisplayName: Gotcha Widgets
|
CFBundleDisplayName: Gotcha Widgets
|
||||||
|
CFBundleShortVersionString: "$(MARKETING_VERSION)"
|
||||||
|
CFBundleVersion: "$(CURRENT_PROJECT_VERSION)"
|
||||||
ITSAppUsesNonExemptEncryption: false
|
ITSAppUsesNonExemptEncryption: false
|
||||||
NSExtension:
|
NSExtension:
|
||||||
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
NSExtensionPointIdentifier: com.apple.widgetkit-extension
|
||||||
|
|||||||
Reference in New Issue
Block a user