Skip to content
Snippets Groups Projects
Commit df71aa3a authored by Johannes Grothe's avatar Johannes Grothe
Browse files

#124 Added new identifier 'tech.feedolin.rss'

parent 69c17f19
No related branches found
No related tags found
No related merge requests found
Pipeline #9582 passed
......@@ -656,9 +656,9 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "proj-nrssa-beuth.RSS-Reader";
PRODUCT_BUNDLE_IDENTIFIER = tech.feedolin.rss;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
......@@ -681,9 +681,9 @@
"$(inherited)",
"@executable_path/Frameworks",
);
PRODUCT_BUNDLE_IDENTIFIER = "proj-nrssa-beuth.RSS-Reader";
PRODUCT_BUNDLE_IDENTIFIER = tech.feedolin.rss;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = YES;
SUPPORTS_MACCATALYST = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
......
......@@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Feedolin</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
......@@ -22,6 +24,11 @@
<string>public.app-category.magazines-and-newspapers</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
......@@ -31,13 +38,13 @@
<true/>
<key>UILaunchScreen</key>
<dict>
<key>UIColorName</key>
<string>BackgroundColor</string>
<key>UINavigationBar</key>
<dict>
<key>UIImageName</key>
<string>TopbarImage</string>
</dict>
<key>UIColorName</key>
<string>BackgroundColor</string>
</dict>
<key>UIRequiredDeviceCapabilities</key>
<array>
......@@ -54,10 +61,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment