diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist index 57c65ad5b..e630b14f9 100644 --- a/ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist @@ -9,77 +9,92 @@ isShown orderHint - 14 + 3 + + FLAnimatedImage.xcscheme_^#shared#^_ + + orderHint + 65 Folly.xcscheme isShown orderHint - 15 + 5 Pods-eSteem-tvOS.xcscheme isShown orderHint - 18 + 11 Pods-eSteem-tvOSTests.xcscheme isShown orderHint - 19 + 12 Pods-eSteem.xcscheme isShown orderHint - 17 + 9 Pods-eSteemTests.xcscheme isShown orderHint - 20 + 13 QBImagePickerController-QBImagePicker.xcscheme isShown orderHint - 22 + 15 QBImagePickerController.xcscheme isShown orderHint - 21 + 14 RNImageCropPicker.xcscheme isShown orderHint - 23 + 16 RSKImageCropper.xcscheme isShown orderHint - 24 + 17 + + SDWebImage.xcscheme_^#shared#^_ + + orderHint + 67 glog.xcscheme isShown orderHint - 16 + 7 + + react-native-fast-image.xcscheme_^#shared#^_ + + orderHint + 66 SuppressBuildableAutocreation diff --git a/ios/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index 479a8db2d..554a0e625 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -5,6 +5,7 @@ }; objectVersion = 46; objects = { + /* Begin PBXBuildFile section */ 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; }; 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; }; @@ -1926,6 +1927,7 @@ "$(SRCROOT)/../node_modules/appcenter-push/ios/AppCenterReactNativePush", ); INFOPLIST_FILE = eSteem/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1966,6 +1968,7 @@ "$(SRCROOT)/../node_modules/appcenter-push/ios/AppCenterReactNativePush", ); INFOPLIST_FILE = eSteem/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", diff --git a/ios/eSteem.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/eSteem.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist index 4091d4aa8..6201433a5 100644 --- a/ios/eSteem.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/eSteem.xcodeproj/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ eSteem-tvOS.xcscheme_^#shared#^_ orderHint - 3 + 2 eSteem.xcscheme_^#shared#^_ diff --git a/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/UserInterfaceState.xcuserstate index a6f73621d..d33536886 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist index 0eb757a1a..4ede50a6c 100644 --- a/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/eSteem.xcworkspace/xcuserdata/ue.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ eSteem-tvOS.xcscheme_^#shared#^_ orderHint - 2 + 1 eSteem.xcscheme_^#shared#^_ diff --git a/ios/eSteem/Info.plist b/ios/eSteem/Info.plist index 93f05c079..1130a3a87 100755 --- a/ios/eSteem/Info.plist +++ b/ios/eSteem/Info.plist @@ -46,6 +46,8 @@ To access your photos, eSteem needs your permission to help you share your photos. NSLocationWhenInUseUsageDescription + NSMainNibFile + LaunchScreen NSMicrophoneUsageDescription To share recording or video, microphone access is required NSPhotoLibraryAddUsageDescription @@ -80,6 +82,8 @@ remote-notification + UILaunchStoryboardName + LaunchScreen UIRequiredDeviceCapabilities armv7 @@ -87,8 +91,8 @@ UISupportedInterfaceOrientations UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIInterfaceOrientationLandscapeLeft UIViewControllerBasedStatusBarAppearance