diff --git a/android/app/src/main/java/com/pedoer/MainActivity.java b/android/app/src/main/java/com/pedoer/MainActivity.java index a614c52..658fd43 100644 --- a/android/app/src/main/java/com/pedoer/MainActivity.java +++ b/android/app/src/main/java/com/pedoer/MainActivity.java @@ -13,7 +13,7 @@ public class MainActivity extends ReactActivity { */ @Override protected String getMainComponentName() { - return "Pedoer"; + return "FitEtc"; } @Override diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index ae8e1e9..ac5b4e8 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,3 +1,3 @@ - Pedoer + FitEtc diff --git a/android/settings.gradle b/android/settings.gradle index 7b18b29..16f590c 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name = 'Pedoer' +rootProject.name = 'FitEtc' include ':react-native-google-fit' project(':react-native-google-fit').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-google-fit/android') apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings) diff --git a/app.json b/app.json index 8d22507..9196159 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,4 @@ { - "name": "Pedoer", - "displayName": "Pedoer" + "name": "FitEtc", + "displayName": "FitEtc" } \ No newline at end of file diff --git a/ios/Pedoer-tvOS/Info.plist b/ios/FitEtc-tvOS/Info.plist similarity index 100% rename from ios/Pedoer-tvOS/Info.plist rename to ios/FitEtc-tvOS/Info.plist diff --git a/ios/Pedoer-tvOSTests/Info.plist b/ios/FitEtc-tvOSTests/Info.plist similarity index 100% rename from ios/Pedoer-tvOSTests/Info.plist rename to ios/FitEtc-tvOSTests/Info.plist diff --git a/ios/Pedoer.xcodeproj/project.pbxproj b/ios/FitEtc.xcodeproj/project.pbxproj similarity index 90% rename from ios/Pedoer.xcodeproj/project.pbxproj rename to ios/FitEtc.xcodeproj/project.pbxproj index 0e93871..2b64487 100644 --- a/ios/Pedoer.xcodeproj/project.pbxproj +++ b/ios/FitEtc.xcodeproj/project.pbxproj @@ -7,7 +7,7 @@ objects = { /* Begin PBXBuildFile section */ - 00E356F31AD99517003FC87E /* PedoerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* PedoerTests.m */; }; + 00E356F31AD99517003FC87E /* FitEtcTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* FitEtcTests.m */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; }; 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; @@ -15,7 +15,7 @@ 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 2DCD954D1E0B4F2C00145EB5 /* PedoerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* PedoerTests.m */; }; + 2DCD954D1E0B4F2C00145EB5 /* FitEtcTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* FitEtcTests.m */; }; 07B53B23C7FD44BD97BB565D /* AntDesign.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 297FD30C56384EEBA66BEC72 /* AntDesign.ttf */; }; D83B7B9994BD4119AD55D89C /* Entypo.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 63E2BC52D56C4C4E974B83E1 /* Entypo.ttf */; }; A25A1D5926E5409D917B754D /* EvilIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 26A083A0830947329F46BB77 /* EvilIcons.ttf */; }; @@ -46,31 +46,31 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = Pedoer; + remoteInfo = FitEtc; }; 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7; - remoteInfo = "Pedoer-tvOS"; + remoteInfo = "FitEtc-tvOS"; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = ""; }; - 00E356EE1AD99517003FC87E /* PedoerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PedoerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356EE1AD99517003FC87E /* FitEtcTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = FitEtcTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* PedoerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PedoerTests.m; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* Pedoer.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Pedoer.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Pedoer/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Pedoer/AppDelegate.m; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* FitEtcTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FitEtcTests.m; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* FitEtc.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FitEtc.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = FitEtc/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = FitEtc/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 = Pedoer/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Pedoer/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Pedoer/main.m; sourceTree = ""; }; - 2D02E47B1E0B4A5D006451C7 /* Pedoer-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Pedoer-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; - 2D02E4901E0B4A5D006451C7 /* Pedoer-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Pedoer-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = FitEtc/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = FitEtc/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = FitEtc/main.m; sourceTree = ""; }; + 2D02E47B1E0B4A5D006451C7 /* FitEtc-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "FitEtc-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2D02E4901E0B4A5D006451C7 /* FitEtc-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "FitEtc-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; }; 297FD30C56384EEBA66BEC72 /* AntDesign.ttf */ = {isa = PBXFileReference; name = "AntDesign.ttf"; path = "../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf"; sourceTree = ""; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; @@ -129,13 +129,13 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E356EF1AD99517003FC87E /* PedoerTests */ = { + 00E356EF1AD99517003FC87E /* FitEtcTests */ = { isa = PBXGroup; children = ( - 00E356F21AD99517003FC87E /* PedoerTests.m */, + 00E356F21AD99517003FC87E /* FitEtcTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = PedoerTests; + path = FitEtcTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -146,7 +146,7 @@ name = "Supporting Files"; sourceTree = ""; }; - 13B07FAE1A68108700A75B9A /* Pedoer */ = { + 13B07FAE1A68108700A75B9A /* FitEtc */ = { isa = PBXGroup; children = ( 008F07F21AC5B25A0029DE68 /* main.jsbundle */, @@ -157,7 +157,7 @@ 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = Pedoer; + name = FitEtc; sourceTree = ""; }; 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { @@ -179,9 +179,9 @@ 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 13B07FAE1A68108700A75B9A /* Pedoer */, + 13B07FAE1A68108700A75B9A /* FitEtc */, 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* PedoerTests */, + 00E356EF1AD99517003FC87E /* FitEtcTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, A705E4661FF0475E87183843 /* Resources */, @@ -194,10 +194,10 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* Pedoer.app */, - 00E356EE1AD99517003FC87E /* PedoerTests.xctest */, - 2D02E47B1E0B4A5D006451C7 /* Pedoer-tvOS.app */, - 2D02E4901E0B4A5D006451C7 /* Pedoer-tvOSTests.xctest */, + 13B07F961A680F5B00A75B9A /* FitEtc.app */, + 00E356EE1AD99517003FC87E /* FitEtcTests.xctest */, + 2D02E47B1E0B4A5D006451C7 /* FitEtc-tvOS.app */, + 2D02E4901E0B4A5D006451C7 /* FitEtc-tvOSTests.xctest */, ); name = Products; sourceTree = ""; @@ -235,9 +235,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* PedoerTests */ = { + 00E356ED1AD99517003FC87E /* FitEtcTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "PedoerTests" */; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FitEtcTests" */; buildPhases = ( 00E356EA1AD99517003FC87E /* Sources */, 00E356EB1AD99517003FC87E /* Frameworks */, @@ -248,14 +248,14 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = PedoerTests; - productName = PedoerTests; - productReference = 00E356EE1AD99517003FC87E /* PedoerTests.xctest */; + name = FitEtcTests; + productName = FitEtcTests; + productReference = 00E356EE1AD99517003FC87E /* FitEtcTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 13B07F861A680F5B00A75B9A /* Pedoer */ = { + 13B07F861A680F5B00A75B9A /* FitEtc */ = { isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Pedoer" */; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FitEtc" */; buildPhases = ( FD10A7F022414F080027D42C /* Start Packager */, 13B07F871A680F5B00A75B9A /* Sources */, @@ -267,14 +267,14 @@ ); dependencies = ( ); - name = Pedoer; - productName = "Pedoer"; - productReference = 13B07F961A680F5B00A75B9A /* Pedoer.app */; + name = FitEtc; + productName = "FitEtc"; + productReference = 13B07F961A680F5B00A75B9A /* FitEtc.app */; productType = "com.apple.product-type.application"; }; - 2D02E47A1E0B4A5D006451C7 /* Pedoer-tvOS */ = { + 2D02E47A1E0B4A5D006451C7 /* FitEtc-tvOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Pedoer-tvOS" */; + buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "FitEtc-tvOS" */; buildPhases = ( FD10A7F122414F3F0027D42C /* Start Packager */, 2D02E4771E0B4A5D006451C7 /* Sources */, @@ -286,14 +286,14 @@ ); dependencies = ( ); - name = "Pedoer-tvOS"; - productName = "Pedoer-tvOS"; - productReference = 2D02E47B1E0B4A5D006451C7 /* Pedoer-tvOS.app */; + name = "FitEtc-tvOS"; + productName = "FitEtc-tvOS"; + productReference = 2D02E47B1E0B4A5D006451C7 /* FitEtc-tvOS.app */; productType = "com.apple.product-type.application"; }; - 2D02E48F1E0B4A5D006451C7 /* Pedoer-tvOSTests */ = { + 2D02E48F1E0B4A5D006451C7 /* FitEtc-tvOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Pedoer-tvOSTests" */; + buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "FitEtc-tvOSTests" */; buildPhases = ( 2D02E48C1E0B4A5D006451C7 /* Sources */, 2D02E48D1E0B4A5D006451C7 /* Frameworks */, @@ -304,9 +304,9 @@ dependencies = ( 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */, ); - name = "Pedoer-tvOSTests"; - productName = "Pedoer-tvOSTests"; - productReference = 2D02E4901E0B4A5D006451C7 /* Pedoer-tvOSTests.xctest */; + name = "FitEtc-tvOSTests"; + productName = "FitEtc-tvOSTests"; + productReference = 2D02E4901E0B4A5D006451C7 /* FitEtc-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -333,7 +333,7 @@ }; }; }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Pedoer" */; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "FitEtc" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -346,10 +346,10 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 13B07F861A680F5B00A75B9A /* Pedoer */, - 00E356ED1AD99517003FC87E /* PedoerTests */, - 2D02E47A1E0B4A5D006451C7 /* Pedoer-tvOS */, - 2D02E48F1E0B4A5D006451C7 /* Pedoer-tvOSTests */, + 13B07F861A680F5B00A75B9A /* FitEtc */, + 00E356ED1AD99517003FC87E /* FitEtcTests */, + 2D02E47A1E0B4A5D006451C7 /* FitEtc-tvOS */, + 2D02E48F1E0B4A5D006451C7 /* FitEtc-tvOSTests */, ); }; /* End PBXProject section */ @@ -484,7 +484,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00E356F31AD99517003FC87E /* PedoerTests.m in Sources */, + 00E356F31AD99517003FC87E /* FitEtcTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -510,7 +510,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 2DCD954D1E0B4F2C00145EB5 /* PedoerTests.m in Sources */, + 2DCD954D1E0B4F2C00145EB5 /* FitEtcTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -519,12 +519,12 @@ /* Begin PBXTargetDependency section */ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* Pedoer */; + target = 13B07F861A680F5B00A75B9A /* FitEtc */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 2D02E47A1E0B4A5D006451C7 /* Pedoer-tvOS */; + target = 2D02E47A1E0B4A5D006451C7 /* FitEtc-tvOS */; targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -536,7 +536,7 @@ 13B07FB21A68108700A75B9A /* Base */, ); name = LaunchScreen.xib; - path = Pedoer; + path = FitEtc; sourceTree = ""; }; /* End PBXVariantGroup section */ @@ -550,7 +550,7 @@ "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = PedoerTests/Info.plist; + INFOPLIST_FILE = FitEtcTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -560,7 +560,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pedoer.app/Pedoer"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FitEtc.app/FitEtc"; }; name = Debug; }; @@ -569,7 +569,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = PedoerTests/Info.plist; + INFOPLIST_FILE = FitEtcTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( @@ -579,7 +579,7 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pedoer.app/Pedoer"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FitEtc.app/FitEtc"; }; name = Release; }; @@ -589,7 +589,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; DEAD_CODE_STRIPPING = NO; - INFOPLIST_FILE = Pedoer/Info.plist; + INFOPLIST_FILE = FitEtc/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -597,7 +597,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = Pedoer; + PRODUCT_NAME = FitEtc; VERSIONING_SYSTEM = "apple-generic"; }; name = Debug; @@ -607,7 +607,7 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = Pedoer/Info.plist; + INFOPLIST_FILE = FitEtc/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", @@ -615,7 +615,7 @@ "-lc++", ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = Pedoer; + PRODUCT_NAME = FitEtc; VERSIONING_SYSTEM = "apple-generic"; }; name = Release; @@ -632,14 +632,14 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Pedoer-tvOS/Info.plist"; + INFOPLIST_FILE = "FitEtc-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Pedoer-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.FitEtc-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -659,14 +659,14 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Pedoer-tvOS/Info.plist"; + INFOPLIST_FILE = "FitEtc-tvOS/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Pedoer-tvOS"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.FitEtc-tvOS"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; TARGETED_DEVICE_FAMILY = 3; @@ -685,17 +685,17 @@ DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_TESTABILITY = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Pedoer-tvOSTests/Info.plist"; + INFOPLIST_FILE = "FitEtc-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Pedoer-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.FitEtc-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pedoer-tvOS.app/Pedoer-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FitEtc-tvOS.app/FitEtc-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Debug; @@ -711,17 +711,17 @@ COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Pedoer-tvOSTests/Info.plist"; + INFOPLIST_FILE = "FitEtc-tvOSTests/Info.plist"; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.Pedoer-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.FitEtc-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Pedoer-tvOS.app/Pedoer-tvOS"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/FitEtc-tvOS.app/FitEtc-tvOS"; TVOS_DEPLOYMENT_TARGET = 10.1; }; name = Release; @@ -828,7 +828,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "PedoerTests" */ = { + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "FitEtcTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 00E356F61AD99517003FC87E /* Debug */, @@ -837,7 +837,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "Pedoer" */ = { + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "FitEtc" */ = { isa = XCConfigurationList; buildConfigurations = ( 13B07F941A680F5B00A75B9A /* Debug */, @@ -846,7 +846,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Pedoer-tvOS" */ = { + 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "FitEtc-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4971E0B4A5E006451C7 /* Debug */, @@ -855,7 +855,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "Pedoer-tvOSTests" */ = { + 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "FitEtc-tvOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 2D02E4991E0B4A5E006451C7 /* Debug */, @@ -864,7 +864,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "Pedoer" */ = { + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "FitEtc" */ = { isa = XCConfigurationList; buildConfigurations = ( 83CBBA201A601CBA00E9B192 /* Debug */, diff --git a/ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer-tvOS.xcscheme b/ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc-tvOS.xcscheme similarity index 80% rename from ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer-tvOS.xcscheme rename to ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc-tvOS.xcscheme index 01d3dac..ecfc5dd 100644 --- a/ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer-tvOS.xcscheme +++ b/ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc-tvOS.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "FitEtc-tvOS.app" + BlueprintName = "FitEtc-tvOS" + ReferencedContainer = "container:FitEtc.xcodeproj"> + BuildableName = "FitEtc-tvOSTests.xctest" + BlueprintName = "FitEtc-tvOSTests" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "FitEtc-tvOSTests.xctest" + BlueprintName = "FitEtc-tvOSTests" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "FitEtc-tvOS.app" + BlueprintName = "FitEtc-tvOS" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "FitEtc-tvOS.app" + BlueprintName = "FitEtc-tvOS" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "FitEtc-tvOS.app" + BlueprintName = "FitEtc-tvOS" + ReferencedContainer = "container:FitEtc.xcodeproj"> diff --git a/ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer.xcscheme b/ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc.xcscheme similarity index 81% rename from ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer.xcscheme rename to ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc.xcscheme index 8058b76..b9c13a2 100644 --- a/ios/Pedoer.xcodeproj/xcshareddata/xcschemes/Pedoer.xcscheme +++ b/ios/FitEtc.xcodeproj/xcshareddata/xcschemes/FitEtc.xcscheme @@ -29,9 +29,9 @@ + BuildableName = "FitEtc.app" + BlueprintName = "FitEtc" + ReferencedContainer = "container:FitEtc.xcodeproj"> + BuildableName = "FitEtcTests.xctest" + BlueprintName = "FitEtcTests" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -61,9 +61,9 @@ + BuildableName = "FitEtcTests.xctest" + BlueprintName = "FitEtcTests" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -71,9 +71,9 @@ + BuildableName = "FitEtc.app" + BlueprintName = "FitEtc" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -94,9 +94,9 @@ + BuildableName = "FitEtc.app" + BlueprintName = "FitEtc" + ReferencedContainer = "container:FitEtc.xcodeproj"> @@ -113,9 +113,9 @@ + BuildableName = "FitEtc.app" + BlueprintName = "FitEtc" + ReferencedContainer = "container:FitEtc.xcodeproj"> diff --git a/ios/Pedoer/AppDelegate.h b/ios/FitEtc/AppDelegate.h similarity index 100% rename from ios/Pedoer/AppDelegate.h rename to ios/FitEtc/AppDelegate.h diff --git a/ios/Pedoer/AppDelegate.m b/ios/FitEtc/AppDelegate.m similarity index 99% rename from ios/Pedoer/AppDelegate.m rename to ios/FitEtc/AppDelegate.m index 3a9698a..6604feb 100644 --- a/ios/Pedoer/AppDelegate.m +++ b/ios/FitEtc/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:@"Pedoer" + moduleName:@"FitEtc" initialProperties:nil]; rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1]; diff --git a/ios/Pedoer/Base.lproj/LaunchScreen.xib b/ios/FitEtc/Base.lproj/LaunchScreen.xib similarity index 98% rename from ios/Pedoer/Base.lproj/LaunchScreen.xib rename to ios/FitEtc/Base.lproj/LaunchScreen.xib index c50859d..f88b792 100644 --- a/ios/Pedoer/Base.lproj/LaunchScreen.xib +++ b/ios/FitEtc/Base.lproj/LaunchScreen.xib @@ -18,7 +18,7 @@ -