Change project settings

This commit is contained in:
2025-03-29 11:01:27 +01:00
parent 6da98a47a6
commit 179b054cc1
3 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -305,7 +305,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = LumenLabs.Bytenews;
PRODUCT_BUNDLE_IDENTIFIER = LumenCodeLabs.Bytenews;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
@@ -340,7 +340,7 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = LumenLabs.Bytenews;
PRODUCT_BUNDLE_IDENTIFIER = LumenCodeLabs.Bytenews;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
+1 -3
View File
@@ -7,9 +7,7 @@
<key>com.apple.developer.icloud-container-identifiers</key>
<array/>
<key>com.apple.developer.icloud-services</key>
<array>
<string>CloudKit</string>
</array>
<array/>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.files.user-selected.read-only</key>
+1 -3
View File
@@ -3,8 +3,6 @@
<plist version="1.0">
<dict>
<key>UIBackgroundModes</key>
<array>
<string>remote-notification</string>
</array>
<array/>
</dict>
</plist>