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", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = LumenLabs.Bytenews; PRODUCT_BUNDLE_IDENTIFIER = LumenCodeLabs.Bytenews;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
@@ -340,7 +340,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = LumenLabs.Bytenews; PRODUCT_BUNDLE_IDENTIFIER = LumenCodeLabs.Bytenews;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO; SUPPORTS_MACCATALYST = NO;
+1 -3
View File
@@ -7,9 +7,7 @@
<key>com.apple.developer.icloud-container-identifiers</key> <key>com.apple.developer.icloud-container-identifiers</key>
<array/> <array/>
<key>com.apple.developer.icloud-services</key> <key>com.apple.developer.icloud-services</key>
<array> <array/>
<string>CloudKit</string>
</array>
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<true/> <true/>
<key>com.apple.security.files.user-selected.read-only</key> <key>com.apple.security.files.user-selected.read-only</key>
+1 -3
View File
@@ -3,8 +3,6 @@
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>UIBackgroundModes</key> <key>UIBackgroundModes</key>
<array> <array/>
<string>remote-notification</string>
</array>
</dict> </dict>
</plist> </plist>