commit 433d4656bb11981a03b33ee5643369ae15d8c269
parent 1b7c88e2967780908c44906a515f6d7b42d84218
Author: Michael Camilleri <[email protected]>
Date: Fri, 27 Feb 2026 21:52:40 +0900
Avoid encryption questionnaire
Diffstat:
3 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/ListlessMac/Info.plist b/ListlessMac/Info.plist
@@ -20,6 +20,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
+ <key>ITSAppUsesNonExemptEncryption</key>
+ <false/>
<key>LSMinimumSystemVersion</key>
<string>14.0</string>
</dict>
diff --git a/ListlessiOS/Info.plist b/ListlessiOS/Info.plist
@@ -20,6 +20,8 @@
<string>1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
+ <key>ITSAppUsesNonExemptEncryption</key>
+ <false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIBackgroundModes</key>
diff --git a/project.yml b/project.yml
@@ -41,6 +41,7 @@ targets:
properties:
CFBundleDisplayName: Listless
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
+ ITSAppUsesNonExemptEncryption: false
LSRequiresIPhoneOS: true
UILaunchScreen: {}
UIBackgroundModes:
@@ -85,6 +86,7 @@ targets:
properties:
CFBundleDisplayName: Listless
CFBundleVersion: $(CURRENT_PROJECT_VERSION)
+ ITSAppUsesNonExemptEncryption: false
LSMinimumSystemVersion: "14.0"
settings:
PRODUCT_BUNDLE_IDENTIFIER: net.inqk.listless.mac