diff --git a/android/app/src/main/java/com/nazar/MainActivity.java b/android/app/src/main/java/com/nazar/MainActivity.java index c4051c1..2bdbd48 100644 --- a/android/app/src/main/java/com/nazar/MainActivity.java +++ b/android/app/src/main/java/com/nazar/MainActivity.java @@ -17,6 +17,6 @@ protected void onCreate(Bundle savedInstanceState) { @Override protected String getMainComponentName() { - return "nazar"; + return "Nazar"; } } diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 72513f5..8f2e389 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ - nazar + Nazar diff --git a/android/settings.gradle b/android/settings.gradle index 79f5f3a..c2fa3f5 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name = 'nazar' +rootProject.name = 'Nazar' include ':react-native-splash-screen' project(':react-native-splash-screen').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-splash-screen/android') include ':react-native-vector-icons' diff --git a/app.json b/app.json index 92c5a38..6270b96 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,4 @@ { - "name": "nazar", - "displayName": "nazar" + "name": "Nazar", + "displayName": "Nazar" } \ No newline at end of file diff --git a/index.js b/index.js index a09396c..ded51ce 100644 --- a/index.js +++ b/index.js @@ -9,4 +9,4 @@ const App = StackNavigator({ Prediction: { screen: Predict } }) -AppRegistry.registerComponent('nazar', () => App) +AppRegistry.registerComponent('Nazar', () => App) diff --git a/ios/Nazar.xcodeproj/project.pbxproj b/ios/Nazar.xcodeproj/project.pbxproj index f86f8b2..b903dfe 100644 --- a/ios/Nazar.xcodeproj/project.pbxproj +++ b/ios/Nazar.xcodeproj/project.pbxproj @@ -11,7 +11,7 @@ 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; }; 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; }; 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; }; - 00E356F31AD99517003FC87E /* nazarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* nazarTests.m */; }; + 00E356F31AD99517003FC87E /* NazarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NazarTests.m */; }; 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; }; @@ -32,7 +32,7 @@ 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; }; 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; }; 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; }; - 2DCD954D1E0B4F2C00145EB5 /* nazarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* nazarTests.m */; }; + 2DCD954D1E0B4F2C00145EB5 /* NazarTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NazarTests.m */; }; 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; @@ -97,7 +97,7 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = nazar; + remoteInfo = Nazar; }; 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -125,7 +125,7 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "nazar-tvOS"; + remoteInfo = "Nazar-tvOS"; }; 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -283,21 +283,21 @@ 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = ""; }; 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = ""; }; 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = ""; }; - 00E356EE1AD99517003FC87E /* nazarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = nazarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356EE1AD99517003FC87E /* NazarTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NazarTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* nazarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = nazarTests.m; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* NazarTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NazarTests.m; sourceTree = ""; }; 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = ""; }; 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* nazar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = nazar.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = nazar/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = nazar/AppDelegate.m; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* Nazar.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Nazar.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Nazar/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Nazar/AppDelegate.m; sourceTree = ""; }; 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = nazar/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = nazar/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = nazar/main.m; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = Nazar/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Nazar/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Nazar/main.m; sourceTree = ""; }; 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = ""; }; - 2D02E47B1E0B4A5D006451C7 /* nazar-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "nazar-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* nazar-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "nazar-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E47B1E0B4A5D006451C7 /* Nazar-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Nazar-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E4901E0B4A5D006451C7 /* Nazar-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Nazar-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; }; 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = ""; }; 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = ""; }; @@ -433,13 +433,13 @@ name = Products; sourceTree = ""; }; - 00E356EF1AD99517003FC87E /* nazarTests */ = { + 00E356EF1AD99517003FC87E /* NazarTests */ = { isa = PBXGroup; children = ( - 00E356F21AD99517003FC87E /* nazarTests.m */, + 00E356F21AD99517003FC87E /* NazarTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = nazarTests; + path = NazarTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -470,7 +470,7 @@ name = Products; sourceTree = ""; }; - 13B07FAE1A68108700A75B9A /* nazar */ = { + 13B07FAE1A68108700A75B9A /* Nazar */ = { isa = PBXGroup; children = ( 008F07F21AC5B25A0029DE68 /* main.jsbundle */, @@ -481,7 +481,7 @@ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = nazar; + name = Nazar; sourceTree = ""; }; 146834001AC3E56700842450 /* Products */ = { @@ -563,9 +563,9 @@ 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 13B07FAE1A68108700A75B9A /* nazar */, + 13B07FAE1A68108700A75B9A /* Nazar */, 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* nazarTests */, + 00E356EF1AD99517003FC87E /* NazarTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, DE8BBB330CAA4D45BFA91018 /* Resources */, @@ -578,10 +578,10 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* nazar.app */, - 00E356EE1AD99517003FC87E /* nazarTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* nazar-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* nazar-tvOSTests.xctest */, + 13B07F961A680F5B00A75B9A /* Nazar.app */, + 00E356EE1AD99517003FC87E /* NazarTests.xctest */, + 2D02E47B1E0B4A5D006451C7 /* Nazar-tvOS.app */, + 2D02E4901E0B4A5D006451C7 /* Nazar-tvOSTests.xctest */, ); name = Products; sourceTree = ""; @@ -617,9 +617,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* nazarTests */ = { + 00E356ED1AD99517003FC87E /* NazarTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "nazarTests" */; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NazarTests" */; buildPhases = ( 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, @@ -630,14 +630,14 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = nazarTests; - productName = nazarTests; - productReference = 00E356EE1AD99517003FC87E /* nazarTests.xctest */; + name = NazarTests; + productName = NazarTests; + productReference = 00E356EE1AD99517003FC87E /* NazarTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 13B07F861A680F5B00A75B9A /* nazar */ = { + 13B07F861A680F5B00A75B9A /* Nazar */ = { isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "nazar" */; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Nazar" */; buildPhases = ( 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, @@ -648,14 +648,14 @@ ); dependencies = ( ); - name = nazar; + name = Nazar; productName = "Hello World"; - productReference = 13B07F961A680F5B00A75B9A /* nazar.app */; + productReference = 13B07F961A680F5B00A75B9A /* Nazar.app */; productType = "com.apple.product-type.application"; }; - 2D02E47A1E0B4A5D006451C7 /* nazar-tvOS */ = { + 2D02E47A1E0B4A5D006451C7 /* Nazar-tvOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "nazar-tvOS" */; + buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Nazar-tvOS" */; buildPhases = ( 2D02E4771E0B4A5D006451C7 /* Sources */, 2D02E4781E0B4A5D006451C7 /* Frameworks */, @@ -666,14 +666,14 @@ ); dependencies = ( ); - name = "nazar-tvOS"; - productName = "nazar-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* nazar-tvOS.app */; + name = "Nazar-tvOS"; + productName = "Nazar-tvOS"; + productReference = 2D02E47B1E0B4A5D006451C7 /* Nazar-tvOS.app */; productType = "com.apple.product-type.application"; }; - 2D02E48F1E0B4A5D006451C7 /* nazar-tvOSTests */ = { + 2D02E48F1E0B4A5D006451C7 /* Nazar-tvOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "nazar-tvOSTests" */; + buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Nazar-tvOSTests" */; buildPhases = ( 2D02E48C1E0B4A5D006451C7 /* Sources */, 2D02E48D1E0B4A5D006451C7 /* Frameworks */, @@ -684,9 +684,9 @@ dependencies = ( 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, ); - name = "nazar-tvOSTests"; - productName = "nazar-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* nazar-tvOSTests.xctest */; + name = "Nazar-tvOSTests"; + productName = "Nazar-tvOSTests"; + productReference = 2D02E4901E0B4A5D006451C7 /* Nazar-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -713,7 +713,7 @@ }; }; }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "nazar" */; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Nazar" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -776,10 +776,10 @@ ); projectRoot = ""; targets = ( - 13B07F861A680F5B00A75B9A /* nazar */, - 00E356ED1AD99517003FC87E /* nazarTests */, - 2D02E47A1E0B4A5D006451C7 /* nazar-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* nazar-tvOSTests */, + 13B07F861A680F5B00A75B9A /* Nazar */, + 00E356ED1AD99517003FC87E /* NazarTests */, + 2D02E47A1E0B4A5D006451C7 /* Nazar-tvOS */, + 2D02E48F1E0B4A5D006451C7 /* Nazar-tvOSTests */, ); }; /* End PBXProject section */ @@ -1071,7 +1071,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00E356F31AD99517003FC87E /* nazarTests.m in Sources */, + 00E356F31AD99517003FC87E /* NazarTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1097,7 +1097,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2DCD954D1E0B4F2C00145EB5 /* nazarTests.m in Sources */, + 2DCD954D1E0B4F2C00145EB5 /* NazarTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1106,12 +1106,12 @@ /* Begin PBXTargetDependency section */ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* nazar */; + target = 13B07F861A680F5B00A75B9A /* Nazar */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* nazar-tvOS */; + target = 2D02E47A1E0B4A5D006451C7 /* Nazar-tvOS */; targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1123,7 +1123,7 @@ 13B07FB21A68108700A75B9A /* Base */, ); name = LaunchScreen.xib; - path = nazar; + path = Nazar; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -1137,7 +1137,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = nazarTests/Info.plist; + INFOPLIST_FILE = NazarTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1145,7 +1145,7 @@ "-lc++", ); PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nazar.app/nazar"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Nazar.app/Nazar"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/$(TARGET_NAME)\"", @@ -1174,7 +1174,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = nazarTests/Info.plist; + INFOPLIST_FILE = NazarTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1182,7 +1182,7 @@ "-lc++", ); PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nazar.app/nazar"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Nazar.app/Nazar"; LIBRARY_SEARCH_PATHS = ( "$(inherited)", "\"$(SRCROOT)/$(TARGET_NAME)\"", @@ -1212,14 +1212,14 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; - INFOPLIST_FILE = nazar/Info.plist; + INFOPLIST_FILE = Nazar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_NAME = nazar; + PRODUCT_NAME = Nazar; VERSIONING_SYSTEM = "apple-generic"; HEADER_SEARCH_PATHS = ( "$(inherited)", @@ -1239,14 +1239,14 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = nazar/Info.plist; + INFOPLIST_FILE = Nazar/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_NAME = nazar; + PRODUCT_NAME = Nazar; VERSIONING_SYSTEM = "apple-generic"; HEADER_SEARCH_PATHS = ( "$(inherited)", @@ -1273,13 +1273,13 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "nazar-tvOS/Info.plist"; + INFOPLIST_FILE = "Nazar-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.nazar-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Nazar-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1319,13 +1319,13 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "nazar-tvOS/Info.plist"; + INFOPLIST_FILE = "Nazar-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.nazar-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Nazar-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1364,12 +1364,12 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "nazar-tvOSTests/Info.plist"; + INFOPLIST_FILE = "Nazar-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.nazar-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Nazar-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nazar-tvOS.app/nazar-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Nazar-tvOS.app/Nazar-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; LIBRARY_SEARCH_PATHS = ( "$(inherited)", @@ -1395,12 +1395,12 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "nazar-tvOSTests/Info.plist"; + INFOPLIST_FILE = "Nazar-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.nazar-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Nazar-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/nazar-tvOS.app/nazar-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Nazar-tvOS.app/Nazar-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; LIBRARY_SEARCH_PATHS = ( "$(inherited)", @@ -1494,7 +1494,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "nazarTests" */ = { + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NazarTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 00E356F61AD99517003FC87E /* Debug */, @@ -1503,7 +1503,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "nazar" */ = { + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Nazar" */ = { isa = XCConfigurationList; buildConfigurations = ( 13B07F941A680F5B00A75B9A /* Debug */, @@ -1512,7 +1512,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "nazar-tvOS" */ = { + 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Nazar-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4971E0B4A5E006451C7 /* Debug */, @@ -1521,7 +1521,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "nazar-tvOSTests" */ = { + 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Nazar-tvOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4991E0B4A5E006451C7 /* Debug */, @@ -1530,7 +1530,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "nazar" */ = { + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Nazar" */ = { isa = XCConfigurationList; buildConfigurations = ( 83CBBA201A601CBA00E9B192 /* Debug */, diff --git a/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar-tvOS.xcscheme b/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar-tvOS.xcscheme index 88adc50..f32ab34 100644 --- a/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar-tvOS.xcscheme +++ b/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar-tvOS.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "Nazar-tvOS.app" + BlueprintName = "Nazar-tvOS" + ReferencedContainer = "container:Nazar.xcodeproj"> + BuildableName = "Nazar-tvOSTests.xctest" + BlueprintName = "Nazar-tvOSTests" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "Nazar-tvOSTests.xctest" + BlueprintName = "Nazar-tvOSTests" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "Nazar-tvOS.app" + BlueprintName = "Nazar-tvOS" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "Nazar-tvOS.app" + BlueprintName = "Nazar-tvOS" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "Nazar-tvOS.app" + BlueprintName = "Nazar-tvOS" + ReferencedContainer = "container:Nazar.xcodeproj"> diff --git a/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar.xcscheme b/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar.xcscheme index 03ee5eb..74b341b 100644 --- a/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar.xcscheme +++ b/ios/Nazar.xcodeproj/xcshareddata/xcschemes/Nazar.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "Nazar.app" + BlueprintName = "Nazar" + ReferencedContainer = "container:Nazar.xcodeproj"> + BuildableName = "NazarTests.xctest" + BlueprintName = "NazarTests" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "NazarTests.xctest" + BlueprintName = "NazarTests" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "Nazar.app" + BlueprintName = "Nazar" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "Nazar.app" + BlueprintName = "Nazar" + ReferencedContainer = "container:Nazar.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "Nazar.app" + BlueprintName = "Nazar" + ReferencedContainer = "container:Nazar.xcodeproj"> diff --git a/ios/Nazar/AppDelegate.m b/ios/Nazar/AppDelegate.m index 7991291..b067290 100644 --- a/ios/Nazar/AppDelegate.m +++ b/ios/Nazar/AppDelegate.m @@ -21,7 +21,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil]; RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation - moduleName:@"nazar" + moduleName:@"Nazar" initialProperties:nil launchOptions:launchOptions]; rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; diff --git a/ios/Nazar/Base.lproj/LaunchScreen.xib b/ios/Nazar/Base.lproj/LaunchScreen.xib index 3aa3fc1..a41865a 100644 --- a/ios/Nazar/Base.lproj/LaunchScreen.xib +++ b/ios/Nazar/Base.lproj/LaunchScreen.xib @@ -18,7 +18,7 @@ -