diff --git a/android/app/build.gradle b/android/app/build.gradle index eb3b9b4..03a8da7 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -131,7 +131,7 @@ android { compileSdkVersion rootProject.ext.compileSdkVersion defaultConfig { - applicationId "com.selfcareapp" + applicationId "com.telecominfraproject.openwifi.myopenwifi" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 diff --git a/android/app/src/debug/java/com/selfcareapp/ReactNativeFlipper.java b/android/app/src/debug/java/com/telecominfraproject/openwifi/myopenwifi/ReactNativeFlipper.java similarity index 100% rename from android/app/src/debug/java/com/selfcareapp/ReactNativeFlipper.java rename to android/app/src/debug/java/com/telecominfraproject/openwifi/myopenwifi/ReactNativeFlipper.java diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d81c74a..54ff835 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.telecominfraproject.openwifi.myopenwifi"> @@ -7,7 +7,6 @@ android:name=".MainApplication" android:label="@string/app_name" android:icon="@mipmap/ic_launcher" - android:roundIcon="@mipmap/ic_launcher_round" android:allowBackup="false" android:theme="@style/AppTheme"> - SelfCareApp + My OpenWifi diff --git a/android/settings.gradle b/android/settings.gradle index f1c29b4..d717d37 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name = 'SelfCareApp' +rootProject.name = 'MyOpenWifi' include ':react-native-fs' project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/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 fdd1d89..eac1a4d 100644 --- a/app.json +++ b/app.json @@ -1,4 +1,4 @@ { - "name": "SelfCareApp", - "displayName": "SelfCareApp" + "name": "MyOpenWifi", + "displayName": "My OpenWifi" } \ No newline at end of file diff --git a/ios/SelfCareApp.xcodeproj/project.pbxproj b/ios/MyOpenWifi.xcodeproj/project.pbxproj similarity index 72% rename from ios/SelfCareApp.xcodeproj/project.pbxproj rename to ios/MyOpenWifi.xcodeproj/project.pbxproj index db5c7c0..317bb91 100644 --- a/ios/SelfCareApp.xcodeproj/project.pbxproj +++ b/ios/MyOpenWifi.xcodeproj/project.pbxproj @@ -7,12 +7,12 @@ objects = { /* Begin PBXBuildFile section */ - 00E356F31AD99517003FC87E /* SelfCareAppTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* SelfCareAppTests.m */; }; + 00E356F31AD99517003FC87E /* MyOpenWifiTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* MyOpenWifiTests.m */; }; 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; }; 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; - 4B57EE5E7384A31C6390859F /* libPods-SelfCareApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */; }; - 59CF0F65AA12F5141155E193 /* libPods-SelfCareApp-SelfCareAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E678D96D81A5FD3769CDC29 /* libPods-SelfCareApp-SelfCareAppTests.a */; }; + 4B57EE5E7384A31C6390859F /* libPods-MyOpenWifi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */; }; + 59CF0F65AA12F5141155E193 /* libPods-MyOpenWifi-MyOpenWifiTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E678D96D81A5FD3769CDC29 /* libPods-MyOpenWifi-MyOpenWifiTests.a */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; /* End PBXBuildFile section */ @@ -22,27 +22,27 @@ containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */; proxyType = 1; remoteGlobalIDString = 13B07F861A680F5B00A75B9A; - remoteInfo = SelfCareApp; + remoteInfo = MyOpenWifi; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 00E356EE1AD99517003FC87E /* SelfCareAppTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SelfCareAppTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 00E356EE1AD99517003FC87E /* MyOpenWifiTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MyOpenWifiTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 00E356F21AD99517003FC87E /* SelfCareAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SelfCareAppTests.m; sourceTree = ""; }; - 13B07F961A680F5B00A75B9A /* SelfCareApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SelfCareApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; - 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = SelfCareApp/AppDelegate.h; sourceTree = ""; }; - 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = SelfCareApp/AppDelegate.m; sourceTree = ""; }; - 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SelfCareApp/Images.xcassets; sourceTree = ""; }; - 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SelfCareApp/Info.plist; sourceTree = ""; }; - 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SelfCareApp/main.m; sourceTree = ""; }; - 2DA5AFC8FDF05CCB690D378C /* Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig"; path = "Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig"; sourceTree = ""; }; - 65B769151ACF1D3CC991EC93 /* Pods-SelfCareApp.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SelfCareApp.release.xcconfig"; path = "Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp.release.xcconfig"; sourceTree = ""; }; - 6E678D96D81A5FD3769CDC29 /* libPods-SelfCareApp-SelfCareAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SelfCareApp-SelfCareAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = SelfCareApp/LaunchScreen.storyboard; sourceTree = ""; }; - 84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SelfCareApp.a"; sourceTree = BUILT_PRODUCTS_DIR; }; - 90954292B5C9CB0F586A8EAE /* Pods-SelfCareApp-SelfCareAppTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SelfCareApp-SelfCareAppTests.release.xcconfig"; path = "Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests.release.xcconfig"; sourceTree = ""; }; - B55B1F274DD567A2B0514D05 /* Pods-SelfCareApp.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SelfCareApp.debug.xcconfig"; path = "Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp.debug.xcconfig"; sourceTree = ""; }; + 00E356F21AD99517003FC87E /* MyOpenWifiTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyOpenWifiTests.m; sourceTree = ""; }; + 13B07F961A680F5B00A75B9A /* MyOpenWifi.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MyOpenWifi.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = MyOpenWifi/AppDelegate.h; sourceTree = ""; }; + 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = MyOpenWifi/AppDelegate.m; sourceTree = ""; }; + 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = MyOpenWifi/Images.xcassets; sourceTree = ""; }; + 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = MyOpenWifi/Info.plist; sourceTree = ""; }; + 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = MyOpenWifi/main.m; sourceTree = ""; }; + 2DA5AFC8FDF05CCB690D378C /* Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig"; path = "Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig"; sourceTree = ""; }; + 65B769151ACF1D3CC991EC93 /* Pods-MyOpenWifi.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyOpenWifi.release.xcconfig"; path = "Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi.release.xcconfig"; sourceTree = ""; }; + 6E678D96D81A5FD3769CDC29 /* libPods-MyOpenWifi-MyOpenWifiTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MyOpenWifi-MyOpenWifiTests.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = MyOpenWifi/LaunchScreen.storyboard; sourceTree = ""; }; + 84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MyOpenWifi.a"; sourceTree = BUILT_PRODUCTS_DIR; }; + 90954292B5C9CB0F586A8EAE /* Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig"; path = "Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig"; sourceTree = ""; }; + B55B1F274DD567A2B0514D05 /* Pods-MyOpenWifi.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MyOpenWifi.debug.xcconfig"; path = "Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi.debug.xcconfig"; sourceTree = ""; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -51,7 +51,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 59CF0F65AA12F5141155E193 /* libPods-SelfCareApp-SelfCareAppTests.a in Frameworks */, + 59CF0F65AA12F5141155E193 /* libPods-MyOpenWifi-MyOpenWifiTests.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -59,20 +59,20 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 4B57EE5E7384A31C6390859F /* libPods-SelfCareApp.a in Frameworks */, + 4B57EE5E7384A31C6390859F /* libPods-MyOpenWifi.a in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 00E356EF1AD99517003FC87E /* SelfCareAppTests */ = { + 00E356EF1AD99517003FC87E /* MyOpenWifiTests */ = { isa = PBXGroup; children = ( - 00E356F21AD99517003FC87E /* SelfCareAppTests.m */, + 00E356F21AD99517003FC87E /* MyOpenWifiTests.m */, 00E356F01AD99517003FC87E /* Supporting Files */, ); - path = SelfCareAppTests; + path = MyOpenWifiTests; sourceTree = ""; }; 00E356F01AD99517003FC87E /* Supporting Files */ = { @@ -83,7 +83,7 @@ name = "Supporting Files"; sourceTree = ""; }; - 13B07FAE1A68108700A75B9A /* SelfCareApp */ = { + 13B07FAE1A68108700A75B9A /* MyOpenWifi */ = { isa = PBXGroup; children = ( 13B07FAF1A68108700A75B9A /* AppDelegate.h */, @@ -93,15 +93,15 @@ 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, 13B07FB71A68108700A75B9A /* main.m */, ); - name = SelfCareApp; + name = MyOpenWifi; sourceTree = ""; }; 2D16E6871FA4F8E400B85C8A /* Frameworks */ = { isa = PBXGroup; children = ( ED297162215061F000B7C4FE /* JavaScriptCore.framework */, - 84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */, - 6E678D96D81A5FD3769CDC29 /* libPods-SelfCareApp-SelfCareAppTests.a */, + 84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */, + 6E678D96D81A5FD3769CDC29 /* libPods-MyOpenWifi-MyOpenWifiTests.a */, ); name = Frameworks; sourceTree = ""; @@ -116,9 +116,9 @@ 83CBB9F61A601CBA00E9B192 = { isa = PBXGroup; children = ( - 13B07FAE1A68108700A75B9A /* SelfCareApp */, + 13B07FAE1A68108700A75B9A /* MyOpenWifi */, 832341AE1AAA6A7D00B99B32 /* Libraries */, - 00E356EF1AD99517003FC87E /* SelfCareAppTests */, + 00E356EF1AD99517003FC87E /* MyOpenWifiTests */, 83CBBA001A601CBA00E9B192 /* Products */, 2D16E6871FA4F8E400B85C8A /* Frameworks */, CF30026D8484E67A56A09A59 /* Pods */, @@ -131,8 +131,8 @@ 83CBBA001A601CBA00E9B192 /* Products */ = { isa = PBXGroup; children = ( - 13B07F961A680F5B00A75B9A /* SelfCareApp.app */, - 00E356EE1AD99517003FC87E /* SelfCareAppTests.xctest */, + 13B07F961A680F5B00A75B9A /* MyOpenWifi.app */, + 00E356EE1AD99517003FC87E /* MyOpenWifiTests.xctest */, ); name = Products; sourceTree = ""; @@ -140,10 +140,10 @@ CF30026D8484E67A56A09A59 /* Pods */ = { isa = PBXGroup; children = ( - B55B1F274DD567A2B0514D05 /* Pods-SelfCareApp.debug.xcconfig */, - 65B769151ACF1D3CC991EC93 /* Pods-SelfCareApp.release.xcconfig */, - 2DA5AFC8FDF05CCB690D378C /* Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig */, - 90954292B5C9CB0F586A8EAE /* Pods-SelfCareApp-SelfCareAppTests.release.xcconfig */, + B55B1F274DD567A2B0514D05 /* Pods-MyOpenWifi.debug.xcconfig */, + 65B769151ACF1D3CC991EC93 /* Pods-MyOpenWifi.release.xcconfig */, + 2DA5AFC8FDF05CCB690D378C /* Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig */, + 90954292B5C9CB0F586A8EAE /* Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig */, ); path = Pods; sourceTree = ""; @@ -151,9 +151,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 00E356ED1AD99517003FC87E /* SelfCareAppTests */ = { + 00E356ED1AD99517003FC87E /* MyOpenWifiTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SelfCareAppTests" */; + buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MyOpenWifiTests" */; buildPhases = ( AB119BCE4BB6977AD156AA68 /* [CP] Check Pods Manifest.lock */, 00E356EA1AD99517003FC87E /* Sources */, @@ -167,14 +167,14 @@ dependencies = ( 00E356F51AD99517003FC87E /* PBXTargetDependency */, ); - name = SelfCareAppTests; - productName = SelfCareAppTests; - productReference = 00E356EE1AD99517003FC87E /* SelfCareAppTests.xctest */; + name = MyOpenWifiTests; + productName = MyOpenWifiTests; + productReference = 00E356EE1AD99517003FC87E /* MyOpenWifiTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 13B07F861A680F5B00A75B9A /* SelfCareApp */ = { + 13B07F861A680F5B00A75B9A /* MyOpenWifi */ = { isa = PBXNativeTarget; - buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "SelfCareApp" */; + buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MyOpenWifi" */; buildPhases = ( 8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */, FD10A7F022414F080027D42C /* Start Packager */, @@ -189,9 +189,9 @@ ); dependencies = ( ); - name = SelfCareApp; - productName = SelfCareApp; - productReference = 13B07F961A680F5B00A75B9A /* SelfCareApp.app */; + name = MyOpenWifi; + productName = MyOpenWifi; + productReference = 13B07F961A680F5B00A75B9A /* MyOpenWifi.app */; productType = "com.apple.product-type.application"; }; /* End PBXNativeTarget section */ @@ -211,7 +211,7 @@ }; }; }; - buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "SelfCareApp" */; + buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MyOpenWifi" */; compatibilityVersion = "Xcode 12.0"; developmentRegion = en; hasScannedForEncodings = 0; @@ -224,8 +224,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 13B07F861A680F5B00A75B9A /* SelfCareApp */, - 00E356ED1AD99517003FC87E /* SelfCareAppTests */, + 13B07F861A680F5B00A75B9A /* MyOpenWifi */, + 00E356ED1AD99517003FC87E /* MyOpenWifiTests */, ); }; /* End PBXProject section */ @@ -270,15 +270,15 @@ files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 47178E9BDFC897DFE7E2E845 /* [CP] Copy Pods Resources */ = { @@ -287,15 +287,15 @@ files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-resources-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-resources-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-resources-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-resources-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-resources.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-resources.sh\"\n"; showEnvVarsInLog = 0; }; 52871C53CB9F00B2ACA3263B /* [CP] Copy Pods Resources */ = { @@ -304,15 +304,15 @@ files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-resources-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-resources-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-resources-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-resources-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SelfCareApp-SelfCareAppTests/Pods-SelfCareApp-SelfCareAppTests-resources.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi-MyOpenWifiTests/Pods-MyOpenWifi-MyOpenWifiTests-resources.sh\"\n"; showEnvVarsInLog = 0; }; 5D5C32295904CBCF70238F3E /* [CP] Embed Pods Frameworks */ = { @@ -321,15 +321,15 @@ files = ( ); inputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-frameworks-${CONFIGURATION}-input-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( - "${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-frameworks-${CONFIGURATION}-output-files.xcfilelist", + "${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SelfCareApp/Pods-SelfCareApp-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-MyOpenWifi/Pods-MyOpenWifi-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */ = { @@ -347,7 +347,7 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-SelfCareApp-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MyOpenWifi-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -369,7 +369,7 @@ outputFileListPaths = ( ); outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-SelfCareApp-SelfCareAppTests-checkManifestLockResult.txt", + "$(DERIVED_FILE_DIR)/Pods-MyOpenWifi-MyOpenWifiTests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -402,7 +402,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 00E356F31AD99517003FC87E /* SelfCareAppTests.m in Sources */, + 00E356F31AD99517003FC87E /* MyOpenWifiTests.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -420,7 +420,7 @@ /* Begin PBXTargetDependency section */ 00E356F51AD99517003FC87E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 13B07F861A680F5B00A75B9A /* SelfCareApp */; + target = 13B07F861A680F5B00A75B9A /* MyOpenWifi */; targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -428,14 +428,14 @@ /* Begin XCBuildConfiguration section */ 00E356F61AD99517003FC87E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2DA5AFC8FDF05CCB690D378C /* Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig */; + baseConfigurationReference = 2DA5AFC8FDF05CCB690D378C /* Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); - INFOPLIST_FILE = SelfCareAppTests/Info.plist; + INFOPLIST_FILE = MyOpenWifiTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -449,17 +449,17 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SelfCareApp.app/SelfCareApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyOpenWifi.app/MyOpenWifi"; }; name = Debug; }; 00E356F71AD99517003FC87E /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 90954292B5C9CB0F586A8EAE /* Pods-SelfCareApp-SelfCareAppTests.release.xcconfig */; + baseConfigurationReference = 90954292B5C9CB0F586A8EAE /* Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig */; buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; COPY_PHASE_STRIP = NO; - INFOPLIST_FILE = SelfCareAppTests/Info.plist; + INFOPLIST_FILE = MyOpenWifiTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 11.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -473,19 +473,19 @@ ); PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SelfCareApp.app/SelfCareApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyOpenWifi.app/MyOpenWifi"; }; name = Release; }; 13B07F941A680F5B00A75B9A /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B55B1F274DD567A2B0514D05 /* Pods-SelfCareApp.debug.xcconfig */; + baseConfigurationReference = B55B1F274DD567A2B0514D05 /* Pods-MyOpenWifi.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; ENABLE_BITCODE = NO; - INFOPLIST_FILE = SelfCareApp/Info.plist; + INFOPLIST_FILE = MyOpenWifi/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -495,8 +495,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = SelfCareApp; + PRODUCT_BUNDLE_IDENTIFIER = com.telecominfraproject.openwifi.myopenwifi; + PRODUCT_NAME = MyOpenWifi; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -506,12 +506,12 @@ }; 13B07F951A680F5B00A75B9A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 65B769151ACF1D3CC991EC93 /* Pods-SelfCareApp.release.xcconfig */; + baseConfigurationReference = 65B769151ACF1D3CC991EC93 /* Pods-MyOpenWifi.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; - INFOPLIST_FILE = SelfCareApp/Info.plist; + INFOPLIST_FILE = MyOpenWifi/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", @@ -521,8 +521,8 @@ "-ObjC", "-lc++", ); - PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = SelfCareApp; + PRODUCT_BUNDLE_IDENTIFIER = com.telecominfraproject.openwifi.myopenwifi; + PRODUCT_NAME = MyOpenWifi; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; @@ -657,7 +657,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SelfCareAppTests" */ = { + 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MyOpenWifiTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 00E356F61AD99517003FC87E /* Debug */, @@ -666,7 +666,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "SelfCareApp" */ = { + 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MyOpenWifi" */ = { isa = XCConfigurationList; buildConfigurations = ( 13B07F941A680F5B00A75B9A /* Debug */, @@ -675,7 +675,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "SelfCareApp" */ = { + 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MyOpenWifi" */ = { isa = XCConfigurationList; buildConfigurations = ( 83CBBA201A601CBA00E9B192 /* Debug */, diff --git a/ios/SelfCareApp.xcodeproj/xcshareddata/xcschemes/SelfCareApp.xcscheme b/ios/MyOpenWifi.xcodeproj/xcshareddata/xcschemes/MyOpenWifi.xcscheme similarity index 80% rename from ios/SelfCareApp.xcodeproj/xcshareddata/xcschemes/SelfCareApp.xcscheme rename to ios/MyOpenWifi.xcodeproj/xcshareddata/xcschemes/MyOpenWifi.xcscheme index 7b14214..6c681ca 100644 --- a/ios/SelfCareApp.xcodeproj/xcshareddata/xcschemes/SelfCareApp.xcscheme +++ b/ios/MyOpenWifi.xcodeproj/xcshareddata/xcschemes/MyOpenWifi.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "MyOpenWifi.app" + BlueprintName = "MyOpenWifi" + ReferencedContainer = "container:MyOpenWifi.xcodeproj"> @@ -33,9 +33,9 @@ + BuildableName = "MyOpenWifiTests.xctest" + BlueprintName = "MyOpenWifiTests" + ReferencedContainer = "container:MyOpenWifi.xcodeproj"> @@ -55,9 +55,9 @@ + BuildableName = "MyOpenWifi.app" + BlueprintName = "MyOpenWifi" + ReferencedContainer = "container:MyOpenWifi.xcodeproj"> @@ -72,9 +72,9 @@ + BuildableName = "MyOpenWifi.app" + BlueprintName = "MyOpenWifi" + ReferencedContainer = "container:MyOpenWifi.xcodeproj"> diff --git a/ios/SelfCareApp.xcworkspace/contents.xcworkspacedata b/ios/MyOpenWifi.xcworkspace/contents.xcworkspacedata similarity index 79% rename from ios/SelfCareApp.xcworkspace/contents.xcworkspacedata rename to ios/MyOpenWifi.xcworkspace/contents.xcworkspacedata index 7041c83..3a18ef0 100644 --- a/ios/SelfCareApp.xcworkspace/contents.xcworkspacedata +++ b/ios/MyOpenWifi.xcworkspace/contents.xcworkspacedata @@ -2,7 +2,7 @@ + location = "group:MyOpenWifi.xcodeproj"> diff --git a/ios/SelfCareApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/ios/MyOpenWifi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from ios/SelfCareApp.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to ios/MyOpenWifi.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/ios/SelfCareApp/AppDelegate.h b/ios/MyOpenWifi/AppDelegate.h similarity index 100% rename from ios/SelfCareApp/AppDelegate.h rename to ios/MyOpenWifi/AppDelegate.h diff --git a/ios/SelfCareApp/AppDelegate.m b/ios/MyOpenWifi/AppDelegate.m similarity index 99% rename from ios/SelfCareApp/AppDelegate.m rename to ios/MyOpenWifi/AppDelegate.m index 5698853..56a7ada 100644 --- a/ios/SelfCareApp/AppDelegate.m +++ b/ios/MyOpenWifi/AppDelegate.m @@ -33,7 +33,7 @@ static void InitializeFlipper(UIApplication *application) { RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions]; RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge - moduleName:@"SelfCareApp" + moduleName:@"MyOpenWifi" initialProperties:nil]; if (@available(iOS 13.0, *)) { diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/100.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/100.png new file mode 100644 index 0000000..5b07f48 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/100.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/1024.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/1024.png new file mode 100644 index 0000000..cfe7643 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/1024.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/114.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/114.png new file mode 100644 index 0000000..2a4241f Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/114.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/120.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/120.png new file mode 100644 index 0000000..95b6bed Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/120.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/128.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/128.png new file mode 100644 index 0000000..720ae94 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/128.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/144.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/144.png new file mode 100644 index 0000000..1a99c02 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/144.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/152.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/152.png new file mode 100644 index 0000000..80b18a8 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/152.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/16.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/16.png new file mode 100644 index 0000000..42a6909 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/16.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/167.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/167.png new file mode 100644 index 0000000..de69301 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/167.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/172.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/172.png new file mode 100644 index 0000000..6f82807 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/172.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/180.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/180.png new file mode 100644 index 0000000..1d93b14 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/180.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/196.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/196.png new file mode 100644 index 0000000..a3e3461 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/196.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/20.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/20.png new file mode 100644 index 0000000..49fa27d Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/20.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/216.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/216.png new file mode 100644 index 0000000..03dd73e Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/216.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/256.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/256.png new file mode 100644 index 0000000..28eb48c Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/256.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/29.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/29.png new file mode 100644 index 0000000..e76f1e7 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/29.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/32.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/32.png new file mode 100644 index 0000000..9f305ee Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/32.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/40.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/40.png new file mode 100644 index 0000000..93a766a Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/40.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/48.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/48.png new file mode 100644 index 0000000..7713041 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/48.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/50.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/50.png new file mode 100644 index 0000000..4859cc2 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/50.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/512.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/512.png new file mode 100644 index 0000000..ede5580 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/512.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/55.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/55.png new file mode 100644 index 0000000..980d7a2 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/55.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/57.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/57.png new file mode 100644 index 0000000..0e34316 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/57.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/58.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/58.png new file mode 100644 index 0000000..61a9d82 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/58.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/60.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/60.png new file mode 100644 index 0000000..07e35d8 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/60.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/64.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/64.png new file mode 100644 index 0000000..731f3ec Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/64.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/72.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/72.png new file mode 100644 index 0000000..01d1639 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/72.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/76.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/76.png new file mode 100644 index 0000000..4b7310a Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/76.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/80.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/80.png new file mode 100644 index 0000000..d321999 Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/80.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/87.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/87.png new file mode 100644 index 0000000..76d92fb Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/87.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/88.png b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/88.png new file mode 100644 index 0000000..210fbad Binary files /dev/null and b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/88.png differ diff --git a/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..e138c0b --- /dev/null +++ b/ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1 @@ +{"images":[{"size":"60x60","expected-size":"180","filename":"180.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"40x40","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"60x60","expected-size":"120","filename":"120.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"57x57","expected-size":"57","filename":"57.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"1x"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"57x57","expected-size":"114","filename":"114.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"2x"},{"size":"20x20","expected-size":"60","filename":"60.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"iphone","scale":"3x"},{"size":"1024x1024","filename":"1024.png","expected-size":"1024","idiom":"ios-marketing","folder":"Assets.xcassets/AppIcon.appiconset/","scale":"1x"},{"size":"40x40","expected-size":"80","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"72x72","expected-size":"72","filename":"72.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"76x76","expected-size":"152","filename":"152.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"50x50","expected-size":"100","filename":"100.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"76x76","expected-size":"76","filename":"76.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"29x29","expected-size":"29","filename":"29.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"50x50","expected-size":"50","filename":"50.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"72x72","expected-size":"144","filename":"144.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"40x40","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"83.5x83.5","expected-size":"167","filename":"167.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"size":"20x20","expected-size":"20","filename":"20.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"1x"},{"size":"20x20","expected-size":"40","filename":"40.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"ipad","scale":"2x"},{"idiom":"watch","filename":"172.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"38mm","scale":"2x","size":"86x86","expected-size":"172","role":"quickLook"},{"idiom":"watch","filename":"80.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"38mm","scale":"2x","size":"40x40","expected-size":"80","role":"appLauncher"},{"idiom":"watch","filename":"88.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"40mm","scale":"2x","size":"44x44","expected-size":"88","role":"appLauncher"},{"idiom":"watch","filename":"100.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"44mm","scale":"2x","size":"50x50","expected-size":"100","role":"appLauncher"},{"idiom":"watch","filename":"196.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"42mm","scale":"2x","size":"98x98","expected-size":"196","role":"quickLook"},{"idiom":"watch","filename":"216.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"44mm","scale":"2x","size":"108x108","expected-size":"216","role":"quickLook"},{"idiom":"watch","filename":"48.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"38mm","scale":"2x","size":"24x24","expected-size":"48","role":"notificationCenter"},{"idiom":"watch","filename":"55.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"42mm","scale":"2x","size":"27.5x27.5","expected-size":"55","role":"notificationCenter"},{"size":"29x29","expected-size":"87","filename":"87.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"watch","role":"companionSettings","scale":"3x"},{"size":"29x29","expected-size":"58","filename":"58.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"watch","role":"companionSettings","scale":"2x"},{"size":"1024x1024","expected-size":"1024","filename":"1024.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"watch-marketing","scale":"1x"},{"size":"128x128","expected-size":"128","filename":"128.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"256x256","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"128x128","expected-size":"256","filename":"256.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"256x256","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"512x512","expected-size":"512","filename":"512.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"16","filename":"16.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"1x"},{"size":"16x16","expected-size":"32","filename":"32.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"32x32","expected-size":"64","filename":"64.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"},{"size":"512x512","expected-size":"1024","filename":"1024.png","folder":"Assets.xcassets/AppIcon.appiconset/","idiom":"mac","scale":"2x"}]} \ No newline at end of file diff --git a/ios/SelfCareApp/Images.xcassets/Contents.json b/ios/MyOpenWifi/Images.xcassets/Contents.json similarity index 100% rename from ios/SelfCareApp/Images.xcassets/Contents.json rename to ios/MyOpenWifi/Images.xcassets/Contents.json diff --git a/ios/SelfCareApp/Info.plist b/ios/MyOpenWifi/Info.plist similarity index 98% rename from ios/SelfCareApp/Info.plist rename to ios/MyOpenWifi/Info.plist index ec5312b..fcc36d8 100644 --- a/ios/SelfCareApp/Info.plist +++ b/ios/MyOpenWifi/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion en CFBundleDisplayName - SelfCareApp + My OpenWifi CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/ios/SelfCareApp/LaunchScreen.storyboard b/ios/MyOpenWifi/LaunchScreen.storyboard similarity index 100% rename from ios/SelfCareApp/LaunchScreen.storyboard rename to ios/MyOpenWifi/LaunchScreen.storyboard diff --git a/ios/SelfCareApp/main.m b/ios/MyOpenWifi/main.m similarity index 100% rename from ios/SelfCareApp/main.m rename to ios/MyOpenWifi/main.m diff --git a/ios/SelfCareAppTests/Info.plist b/ios/MyOpenWifiTests/Info.plist similarity index 100% rename from ios/SelfCareAppTests/Info.plist rename to ios/MyOpenWifiTests/Info.plist diff --git a/ios/SelfCareAppTests/SelfCareAppTests.m b/ios/MyOpenWifiTests/MyOpenWifiTests.m similarity index 95% rename from ios/SelfCareAppTests/SelfCareAppTests.m rename to ios/MyOpenWifiTests/MyOpenWifiTests.m index 83ec1e0..ae92f48 100644 --- a/ios/SelfCareAppTests/SelfCareAppTests.m +++ b/ios/MyOpenWifiTests/MyOpenWifiTests.m @@ -7,11 +7,11 @@ #define TIMEOUT_SECONDS 600 #define TEXT_TO_LOOK_FOR @"Welcome to React" -@interface SelfCareAppTests : XCTestCase +@interface MyOpenWifiTests : XCTestCase @end -@implementation SelfCareAppTests +@implementation MyOpenWifiTests - (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test { diff --git a/ios/Podfile b/ios/Podfile index 9789657..7881a99 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -3,7 +3,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ platform :ios, '11.0' -target 'SelfCareApp' do +target 'MyOpenWifi' do config = use_native_modules! use_react_native!( @@ -13,7 +13,7 @@ target 'SelfCareApp' do ) - target 'SelfCareAppTests' do + target 'MyOpenWifiTests' do inherit! :complete # Pods for testing end diff --git a/ios/Podfile.lock b/ios/Podfile.lock index fc2b0af..b510d48 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -578,6 +578,6 @@ SPEC CHECKSUMS: Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 04eaee5fd61079caa6b83f200156cc0dac8654cf +PODFILE CHECKSUM: 3a95f9ce8dc5cdabc8d05dfe68a26e5c287389fd COCOAPODS: 1.11.2 diff --git a/ios/SelfCareApp/Images.xcassets/AppIcon.appiconset/Contents.json b/ios/SelfCareApp/Images.xcassets/AppIcon.appiconset/Contents.json deleted file mode 100644 index 118c98f..0000000 --- a/ios/SelfCareApp/Images.xcassets/AppIcon.appiconset/Contents.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "images" : [ - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "29x29", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "40x40", - "scale" : "3x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "2x" - }, - { - "idiom" : "iphone", - "size" : "60x60", - "scale" : "3x" - } - ], - "info" : { - "version" : 1, - "author" : "xcode" - } -} \ No newline at end of file