diff --git a/.gitignore b/.gitignore index 7f4512f..de9cfd3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# Generated by xcodegen from project.yml. +# Generated by xcodegen from project.yml, which is the source of truth for both. *.xcodeproj/ +ios/Resources/Info.plist *.xcworkspace/ DerivedData/ build/ diff --git a/ios/Resources/Info.plist b/ios/Resources/Info.plist deleted file mode 100644 index a27c7f0..0000000 --- a/ios/Resources/Info.plist +++ /dev/null @@ -1,62 +0,0 @@ - - - - - CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) - CFBundleDisplayName - iPodderX - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 0.1.0 - CFBundleVersion - 1 - NSAppTransportSecurity - - NSAllowsLocalNetworking - - - UIApplicationSceneManifest - - UIApplicationSupportsMultipleScenes - - UISceneConfigurations - - UIWindowSceneSessionRoleApplication - - - UISceneConfigurationName - Default Configuration - UISceneDelegateClassName - $(PRODUCT_MODULE_NAME).SceneDelegate - - - - - UIBackgroundModes - - audio - - UILaunchScreen - - UIRequiresFullScreen - - UIStatusBarStyle - UIStatusBarStyleLightContent - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - -