diff --git a/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 000000000..4b8aa04b8 --- /dev/null +++ b/ios/Pods/Pods.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,119 @@ + + + + + SchemeUserState + + AppCenter.xcscheme_^#shared#^_ + + orderHint + 7 + + AppCenterReactNativeShared.xcscheme_^#shared#^_ + + orderHint + 8 + + Base64.xcscheme_^#shared#^_ + + orderHint + 9 + + CodePush.xcscheme_^#shared#^_ + + orderHint + 11 + + DoubleConversion.xcscheme_^#shared#^_ + + orderHint + 12 + + FLAnimatedImage.xcscheme_^#shared#^_ + + orderHint + 13 + + Folly.xcscheme_^#shared#^_ + + orderHint + 14 + + JWT.xcscheme_^#shared#^_ + + orderHint + 16 + + Pods-eSteem-tvOS.xcscheme_^#shared#^_ + + orderHint + 18 + + Pods-eSteem-tvOSTests.xcscheme_^#shared#^_ + + orderHint + 19 + + Pods-eSteem.xcscheme_^#shared#^_ + + orderHint + 17 + + Pods-eSteemTests.xcscheme_^#shared#^_ + + orderHint + 20 + + QBImagePickerController-QBImagePicker.xcscheme_^#shared#^_ + + orderHint + 22 + + QBImagePickerController.xcscheme_^#shared#^_ + + orderHint + 21 + + RNImageCropPicker.xcscheme_^#shared#^_ + + orderHint + 25 + + RSKImageCropper.xcscheme_^#shared#^_ + + orderHint + 26 + + SDWebImage.xcscheme_^#shared#^_ + + orderHint + 27 + + SSZipArchive.xcscheme_^#shared#^_ + + orderHint + 28 + + boost-for-react-native.xcscheme_^#shared#^_ + + orderHint + 10 + + glog.xcscheme_^#shared#^_ + + orderHint + 15 + + react-native-fast-image.xcscheme_^#shared#^_ + + orderHint + 23 + + react-native-version-number.xcscheme_^#shared#^_ + + orderHint + 24 + + + + diff --git a/ios/eSteem.xcodeproj/project.pbxproj b/ios/eSteem.xcodeproj/project.pbxproj index 469642d58..43a9924f8 100644 --- a/ios/eSteem.xcodeproj/project.pbxproj +++ b/ios/eSteem.xcodeproj/project.pbxproj @@ -559,7 +559,7 @@ D480651D3E18476D9F220D2A /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; }; D6C5047170A14DF8837CB682 /* libAppCenterReactNativeAnalytics.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libAppCenterReactNativeAnalytics.a; sourceTree = ""; }; DFAB9CB735164B59BC296100 /* FontAwesome5_Regular.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome5_Regular.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf"; sourceTree = ""; }; - E030D49C74CD44009C7F150C /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = ../src/assets/Fonts//Roboto.ttf; sourceTree = ""; }; + E030D49C74CD44009C7F150C /* Roboto.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Roboto.ttf; path = "../src/assets/Fonts//Roboto.ttf"; sourceTree = ""; }; E1BEE124E1D44FD1A2DF8A57 /* Zocial.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = Zocial.ttf; path = ../src/assets/Fonts/Zocial.ttf; sourceTree = ""; }; E8173A796BF9451D99EC23CB /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = SimpleLineIcons.ttf; path = ../src/assets/Fonts/SimpleLineIcons.ttf; sourceTree = ""; }; F0500976E24B42A4A079A051 /* libAppCenterReactNative.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libAppCenterReactNative.a; sourceTree = ""; }; @@ -1012,7 +1012,6 @@ 7CB89EECB6C5979186B74081 /* Pods-eSteemTests.debug.xcconfig */, 15D98D25B031C0B5FD3AD0EE /* Pods-eSteemTests.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -1708,7 +1707,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "export BUNDLE_COMMAND=\"ram-bundle\"\nexport BUNDLE_CONFIG=\"config.js\"\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; + shellScript = "export BUNDLE_COMMAND=\"ram-bundle\"\nexport NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh\n"; }; 1979C1458121CC4918833764 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; diff --git a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist index 3cffac506..9ddce93ab 100644 --- a/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/ios/eSteem.xcodeproj/xcuserdata/mistik.xcuserdatad/xcschemes/xcschememanagement.plist @@ -12,7 +12,7 @@ eSteem.xcscheme_^#shared#^_ orderHint - 26 + 29 diff --git a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate index b5780f5b2..a56b1cde5 100644 Binary files a/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate and b/ios/eSteem.xcworkspace/xcuserdata/mistik.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/package.json b/package.json index f614f6668..1fc71b520 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "scripts": { "version": "./version-ios.sh", - "start": "node node_modules/react-native/local-cli/cli.js start --config ../../../../config.js", + "start": "node node_modules/react-native/local-cli/cli.js start", "eject": "node node_modules/react-native/local-cli/cli.js eject", "android": "node node_modules/react-native/local-cli/cli.js run-android", "ios": "node node_modules/react-native/local-cli/cli.js run-ios",