diff --git a/android/app/BUCK b/android/app/BUCK index cd498f3..e5132d2 100644 --- a/android/app/BUCK +++ b/android/app/BUCK @@ -35,12 +35,12 @@ android_library( android_build_config( name = "build_config", - package = "com.starter", + package = "com.canary", ) android_resource( name = "res", - package = "com.starter", + package = "com.canary", res = "src/main/res", ) diff --git a/android/app/build.gradle b/android/app/build.gradle index 5c0278a..d5c45b0 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -102,7 +102,7 @@ android { } defaultConfig { - applicationId "com.starter" + applicationId "com.canary" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index b69ed55..a12e647 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.canary"> diff --git a/android/app/src/main/java/com/starter/MainActivity.java b/android/app/src/main/java/com/canary/MainActivity.java similarity index 86% rename from android/app/src/main/java/com/starter/MainActivity.java rename to android/app/src/main/java/com/canary/MainActivity.java index 46b8db8..cbfbbe9 100644 --- a/android/app/src/main/java/com/starter/MainActivity.java +++ b/android/app/src/main/java/com/canary/MainActivity.java @@ -1,4 +1,4 @@ -package com.starter; +package com.canary; import com.facebook.react.ReactActivity; @@ -10,6 +10,6 @@ public class MainActivity extends ReactActivity { */ @Override protected String getMainComponentName() { - return "starter"; + return "canary"; } } diff --git a/android/app/src/main/java/com/starter/MainApplication.java b/android/app/src/main/java/com/canary/MainApplication.java similarity index 97% rename from android/app/src/main/java/com/starter/MainApplication.java rename to android/app/src/main/java/com/canary/MainApplication.java index 17ec0ff..145dd86 100644 --- a/android/app/src/main/java/com/starter/MainApplication.java +++ b/android/app/src/main/java/com/canary/MainApplication.java @@ -1,4 +1,4 @@ -package com.starter; +package com.canary; import android.app.Application; diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index a4e18f7..0665362 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ - starter + canary diff --git a/android/settings.gradle b/android/settings.gradle index 3bcbfef..1d8d0da 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,3 +1,3 @@ -rootProject.name = 'starter' +rootProject.name = 'canary' include ':app' diff --git a/app.json b/app.json index cfad272..ec5d92f 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,4 @@ { - "name": "starter", - "displayName": "starter" + "name": "canary", + "displayName": "canary" } \ No newline at end of file diff --git a/ios/starter-tvOS/Info.plist b/ios/canary-tvOS/Info.plist similarity index 100% rename from ios/starter-tvOS/Info.plist rename to ios/canary-tvOS/Info.plist diff --git a/ios/starter-tvOSTests/Info.plist b/ios/canary-tvOSTests/Info.plist similarity index 100% rename from ios/starter-tvOSTests/Info.plist rename to ios/canary-tvOSTests/Info.plist diff --git a/ios/starter.xcodeproj/project.pbxproj b/ios/canary.xcodeproj/project.pbxproj similarity index 92% rename from ios/starter.xcodeproj/project.pbxproj rename to ios/canary.xcodeproj/project.pbxproj index 0e28e59..dceba01 100644 --- a/ios/starter.xcodeproj/project.pbxproj +++ b/ios/canary.xcodeproj/project.pbxproj @@ -12,7 +12,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 /* starterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* starterTests.m */; }; + 00E356F31AD99517003FC87E /* canaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* canaryTests.m */; }; 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; }; 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; }; 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; }; @@ -34,7 +34,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 /* starterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* starterTests.m */; }; + 2DCD954D1E0B4F2C00145EB5 /* canaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* canaryTests.m */; }; 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; }; 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; }; ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; }; @@ -83,7 +83,7 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = starter; + remoteInfo = canary; }; 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -111,7 +111,7 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "starter-tvOS"; + remoteInfo = "canary-tvOS"; }; 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -325,21 +325,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 /* starterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = starterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356EE1AD99517003FC87E /* canaryTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = canaryTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* starterTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = starterTests.m; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* canaryTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = canaryTests.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 /* starter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = starter.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = starter/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = starter/AppDelegate.m; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* canary.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = canary.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = canary/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = canary/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 = starter/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = starter/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = starter/main.m; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = canary/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = canary/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = canary/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 /* starter-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "starter-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* starter-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "starter-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E47B1E0B4A5D006451C7 /* canary-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "canary-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E4901E0B4A5D006451C7 /* canary-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "canary-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 = ""; }; @@ -447,13 +447,13 @@ name = Products; sourceTree = ""; }; - 00E356EF1AD99517003FC87E /* starterTests */ = { + 00E356EF1AD99517003FC87E /* canaryTests */ = { isa = PBXGroup; children = ( - 00E356F21AD99517003FC87E /* starterTests.m */, + 00E356F21AD99517003FC87E /* canaryTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = starterTests; + path = canaryTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -484,7 +484,7 @@ name = Products; sourceTree = ""; }; - 13B07FAE1A68108700A75B9A /* starter */ = { + 13B07FAE1A68108700A75B9A /* canary */ = { isa = PBXGroup; children = ( 008F07F21AC5B25A0029DE68 /* main.jsbundle */, @@ -495,7 +495,7 @@ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = starter; + name = canary; sourceTree = ""; }; 146834001AC3E56700842450 /* Products */ = { @@ -580,9 +580,9 @@ 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 13B07FAE1A68108700A75B9A /* starter */, + 13B07FAE1A68108700A75B9A /* canary */, 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* starterTests */, + 00E356EF1AD99517003FC87E /* canaryTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, ); @@ -594,10 +594,10 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* starter.app */, - 00E356EE1AD99517003FC87E /* starterTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* starter-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* starter-tvOSTests.xctest */, + 13B07F961A680F5B00A75B9A /* canary.app */, + 00E356EE1AD99517003FC87E /* canaryTests.xctest */, + 2D02E47B1E0B4A5D006451C7 /* canary-tvOS.app */, + 2D02E4901E0B4A5D006451C7 /* canary-tvOSTests.xctest */, ); name = Products; sourceTree = ""; @@ -614,9 +614,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* starterTests */ = { + 00E356ED1AD99517003FC87E /* canaryTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "starterTests" */; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "canaryTests" */; buildPhases = ( 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, @@ -627,14 +627,14 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = starterTests; - productName = starterTests; - productReference = 00E356EE1AD99517003FC87E /* starterTests.xctest */; + name = canaryTests; + productName = canaryTests; + productReference = 00E356EE1AD99517003FC87E /* canaryTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 13B07F861A680F5B00A75B9A /* starter */ = { + 13B07F861A680F5B00A75B9A /* canary */ = { isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "starter" */; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "canary" */; buildPhases = ( 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, @@ -645,14 +645,14 @@ ); dependencies = ( ); - name = starter; + name = canary; productName = "Hello World"; - productReference = 13B07F961A680F5B00A75B9A /* starter.app */; + productReference = 13B07F961A680F5B00A75B9A /* canary.app */; productType = "com.apple.product-type.application"; }; - 2D02E47A1E0B4A5D006451C7 /* starter-tvOS */ = { + 2D02E47A1E0B4A5D006451C7 /* canary-tvOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "starter-tvOS" */; + buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "canary-tvOS" */; buildPhases = ( 2D02E4771E0B4A5D006451C7 /* Sources */, 2D02E4781E0B4A5D006451C7 /* Frameworks */, @@ -663,14 +663,14 @@ ); dependencies = ( ); - name = "starter-tvOS"; - productName = "starter-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* starter-tvOS.app */; + name = "canary-tvOS"; + productName = "canary-tvOS"; + productReference = 2D02E47B1E0B4A5D006451C7 /* canary-tvOS.app */; productType = "com.apple.product-type.application"; }; - 2D02E48F1E0B4A5D006451C7 /* starter-tvOSTests */ = { + 2D02E48F1E0B4A5D006451C7 /* canary-tvOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "starter-tvOSTests" */; + buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "canary-tvOSTests" */; buildPhases = ( 2D02E48C1E0B4A5D006451C7 /* Sources */, 2D02E48D1E0B4A5D006451C7 /* Frameworks */, @@ -681,9 +681,9 @@ dependencies = ( 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, ); - name = "starter-tvOSTests"; - productName = "starter-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* starter-tvOSTests.xctest */; + name = "canary-tvOSTests"; + productName = "canary-tvOSTests"; + productReference = 2D02E4901E0B4A5D006451C7 /* canary-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -710,7 +710,7 @@ }; }; }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "starter" */; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "canary" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -773,10 +773,10 @@ ); projectRoot = ""; targets = ( - 13B07F861A680F5B00A75B9A /* starter */, - 00E356ED1AD99517003FC87E /* starterTests */, - 2D02E47A1E0B4A5D006451C7 /* starter-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* starter-tvOSTests */, + 13B07F861A680F5B00A75B9A /* canary */, + 00E356ED1AD99517003FC87E /* canaryTests */, + 2D02E47A1E0B4A5D006451C7 /* canary-tvOS */, + 2D02E48F1E0B4A5D006451C7 /* canary-tvOSTests */, ); }; /* End PBXProject section */ @@ -1113,7 +1113,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00E356F31AD99517003FC87E /* starterTests.m in Sources */, + 00E356F31AD99517003FC87E /* canaryTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1139,7 +1139,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2DCD954D1E0B4F2C00145EB5 /* starterTests.m in Sources */, + 2DCD954D1E0B4F2C00145EB5 /* canaryTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1148,12 +1148,12 @@ /* Begin PBXTargetDependency section */ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* starter */; + target = 13B07F861A680F5B00A75B9A /* canary */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* starter-tvOS */; + target = 2D02E47A1E0B4A5D006451C7 /* canary-tvOS */; targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1165,7 +1165,7 @@ 13B07FB21A68108700A75B9A /* Base */, ); name = LaunchScreen.xib; - path = starter; + path = canary; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -1179,7 +1179,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = starterTests/Info.plist; + INFOPLIST_FILE = canaryTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1188,7 +1188,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/starter.app/starter"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/canary.app/canary"; }; name = Debug; }; @@ -1197,7 +1197,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = starterTests/Info.plist; + INFOPLIST_FILE = canaryTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -1206,7 +1206,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/starter.app/starter"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/canary.app/canary"; }; name = Release; }; @@ -1216,7 +1216,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; - INFOPLIST_FILE = starter/Info.plist; + INFOPLIST_FILE = canary/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1224,7 +1224,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = starter; + PRODUCT_NAME = canary; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -1234,7 +1234,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = starter/Info.plist; + INFOPLIST_FILE = canary/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -1242,7 +1242,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = starter; + PRODUCT_NAME = canary; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; @@ -1259,13 +1259,13 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "starter-tvOS/Info.plist"; + INFOPLIST_FILE = "canary-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.starter-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.canary-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1285,13 +1285,13 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "starter-tvOS/Info.plist"; + INFOPLIST_FILE = "canary-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.starter-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.canary-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -1310,16 +1310,16 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "starter-tvOSTests/Info.plist"; + INFOPLIST_FILE = "canary-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.starter-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.canary-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/starter-tvOS.app/starter-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/canary-tvOS.app/canary-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Debug; @@ -1335,16 +1335,16 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "starter-tvOSTests/Info.plist"; + INFOPLIST_FILE = "canary-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.starter-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.canary-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/starter-tvOS.app/starter-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/canary-tvOS.app/canary-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Release; @@ -1451,7 +1451,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "starterTests" */ = { + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "canaryTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 00E356F61AD99517003FC87E /* Debug */, @@ -1460,7 +1460,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "starter" */ = { + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "canary" */ = { isa = XCConfigurationList; buildConfigurations = ( 13B07F941A680F5B00A75B9A /* Debug */, @@ -1469,7 +1469,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "starter-tvOS" */ = { + 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "canary-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4971E0B4A5E006451C7 /* Debug */, @@ -1478,7 +1478,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "starter-tvOSTests" */ = { + 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "canary-tvOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4991E0B4A5E006451C7 /* Debug */, @@ -1487,7 +1487,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "starter" */ = { + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "canary" */ = { isa = XCConfigurationList; buildConfigurations = ( 83CBBA201A601CBA00E9B192 /* Debug */, diff --git a/ios/starter.xcodeproj/xcshareddata/xcschemes/starter-tvOS.xcscheme b/ios/canary.xcodeproj/xcshareddata/xcschemes/canary-tvOS.xcscheme similarity index 80% rename from ios/starter.xcodeproj/xcshareddata/xcschemes/starter-tvOS.xcscheme rename to ios/canary.xcodeproj/xcshareddata/xcschemes/canary-tvOS.xcscheme index 436b043..ddb71d0 100644 --- a/ios/starter.xcodeproj/xcshareddata/xcschemes/starter-tvOS.xcscheme +++ b/ios/canary.xcodeproj/xcshareddata/xcschemes/canary-tvOS.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "canary-tvOS.app" + BlueprintName = "canary-tvOS" + ReferencedContainer = "container:canary.xcodeproj"> + BuildableName = "canary-tvOSTests.xctest" + BlueprintName = "canary-tvOSTests" + ReferencedContainer = "container:canary.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "canary-tvOSTests.xctest" + BlueprintName = "canary-tvOSTests" + ReferencedContainer = "container:canary.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "canary-tvOS.app" + BlueprintName = "canary-tvOS" + ReferencedContainer = "container:canary.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "canary-tvOS.app" + BlueprintName = "canary-tvOS" + ReferencedContainer = "container:canary.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "canary-tvOS.app" + BlueprintName = "canary-tvOS" + ReferencedContainer = "container:canary.xcodeproj"> diff --git a/ios/starter.xcodeproj/xcshareddata/xcschemes/starter.xcscheme b/ios/canary.xcodeproj/xcshareddata/xcschemes/canary.xcscheme similarity index 81% rename from ios/starter.xcodeproj/xcshareddata/xcschemes/starter.xcscheme rename to ios/canary.xcodeproj/xcshareddata/xcschemes/canary.xcscheme index c06bafe..9d1d345 100644 --- a/ios/starter.xcodeproj/xcshareddata/xcschemes/starter.xcscheme +++ b/ios/canary.xcodeproj/xcshareddata/xcschemes/canary.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "canary.app" + BlueprintName = "canary" + ReferencedContainer = "container:canary.xcodeproj"> + BuildableName = "canaryTests.xctest" + BlueprintName = "canaryTests" + ReferencedContainer = "container:canary.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "canaryTests.xctest" + BlueprintName = "canaryTests" + ReferencedContainer = "container:canary.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "canary.app" + BlueprintName = "canary" + ReferencedContainer = "container:canary.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "canary.app" + BlueprintName = "canary" + ReferencedContainer = "container:canary.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "canary.app" + BlueprintName = "canary" + ReferencedContainer = "container:canary.xcodeproj"> diff --git a/ios/starter/AppDelegate.h b/ios/canary/AppDelegate.h similarity index 100% rename from ios/starter/AppDelegate.h rename to ios/canary/AppDelegate.h diff --git a/ios/starter/AppDelegate.m b/ios/canary/AppDelegate.m similarity index 99% rename from ios/starter/AppDelegate.m rename to ios/canary/AppDelegate.m index 122a1c7..a746a56 100644 --- a/ios/starter/AppDelegate.m +++ b/ios/canary/AppDelegate.m @@ -17,7 +17,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:( { RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge - moduleName:@"starter" + moduleName:@"canary" initialProperties:nil]; rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; diff --git a/ios/starter/Base.lproj/LaunchScreen.xib b/ios/canary/Base.lproj/LaunchScreen.xib similarity index 93% rename from ios/starter/Base.lproj/LaunchScreen.xib rename to ios/canary/Base.lproj/LaunchScreen.xib index ee28254..fed973b 100644 --- a/ios/starter/Base.lproj/LaunchScreen.xib +++ b/ios/canary/Base.lproj/LaunchScreen.xib @@ -18,7 +18,7 @@ -