diff --git a/mobile/ios/LessPass-tvOS/Info.plist b/mobile/ios/LessPass-tvOS/Info.plist deleted file mode 100644 index ecbd496..0000000 --- a/mobile/ios/LessPass-tvOS/Info.plist +++ /dev/null @@ -1,53 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSRequiresIPhoneOS - - NSAppTransportSecurity - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - - NSLocationWhenInUseUsageDescription - - UILaunchStoryboardName - LaunchScreen - UIRequiredDeviceCapabilities - - armv7 - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UIViewControllerBasedStatusBarAppearance - - - diff --git a/mobile/ios/LessPass-tvOSTests/Info.plist b/mobile/ios/LessPass-tvOSTests/Info.plist deleted file mode 100644 index 886825c..0000000 --- a/mobile/ios/LessPass-tvOSTests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/mobile/ios/Podfile b/mobile/ios/Podfile index dc5b8ca..f89fb1d 100644 --- a/mobile/ios/Podfile +++ b/mobile/ios/Podfile @@ -95,12 +95,3 @@ target 'LessPass' do flipper_post_install(installer) end end - -target 'LessPass-tvOS' do - # Pods for LessPass-tvOS - - target 'LessPass-tvOSTests' do - inherit! :search_paths - # Pods for testing - end -end