Updated the App Name, Display Name, Bundle ID and Launcher Icons to reflect the proper branding of "My OpenWifi" App. This was a significant change and affected many of the build files.

This commit is contained in:
Dan Lefrancois
2022-01-14 17:10:34 -08:00
parent c547a366fb
commit 931f092c4a
65 changed files with 112 additions and 150 deletions

View File

@@ -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

View File

@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.selfcareapp">
package="com.telecominfraproject.openwifi.myopenwifi">
<uses-permission android:name="android.permission.INTERNET" />
@@ -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">
<activity

View File

@@ -1,4 +1,4 @@
package com.selfcareapp;
package com.telecominfraproject.openwifi.myopenwifi;
import android.os.Bundle;
import com.facebook.react.ReactActivity;
@@ -11,7 +11,7 @@ public class MainActivity extends ReactActivity {
*/
@Override
protected String getMainComponentName() {
return "SelfCareApp";
return "MyOpenWifi";
}
@Override

View File

@@ -1,4 +1,4 @@
package com.selfcareapp;
package com.telecominfraproject.openwifi.myopenwifi;
import android.app.Application;
import android.content.Context;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">SelfCareApp</string>
<string name="app_name">My OpenWifi</string>
</resources>

View File

@@ -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)

View File

@@ -1,4 +1,4 @@
{
"name": "SelfCareApp",
"displayName": "SelfCareApp"
"name": "MyOpenWifi",
"displayName": "My OpenWifi"
}

View File

@@ -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 = "<group>"; };
00E356F21AD99517003FC87E /* SelfCareAppTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SelfCareAppTests.m; sourceTree = "<group>"; };
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 = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = SelfCareApp/AppDelegate.m; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = SelfCareApp/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = SelfCareApp/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = SelfCareApp/main.m; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
00E356F21AD99517003FC87E /* MyOpenWifiTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyOpenWifiTests.m; sourceTree = "<group>"; };
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 = "<group>"; };
13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = MyOpenWifi/AppDelegate.m; sourceTree = "<group>"; };
13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = MyOpenWifi/Images.xcassets; sourceTree = "<group>"; };
13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = MyOpenWifi/Info.plist; sourceTree = "<group>"; };
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = MyOpenWifi/main.m; sourceTree = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>"; };
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 = "<group>";
};
00E356F01AD99517003FC87E /* Supporting Files */ = {
@@ -83,7 +83,7 @@
name = "Supporting Files";
sourceTree = "<group>";
};
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 = "<group>";
};
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 = "<group>";
@@ -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 = "<group>";
@@ -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 = "<group>";
@@ -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 */,

View File

@@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "SelfCareApp.app"
BlueprintName = "SelfCareApp"
ReferencedContainer = "container:SelfCareApp.xcodeproj">
BuildableName = "MyOpenWifi.app"
BlueprintName = "MyOpenWifi"
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
@@ -33,9 +33,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
BuildableName = "SelfCareAppTests.xctest"
BlueprintName = "SelfCareAppTests"
ReferencedContainer = "container:SelfCareApp.xcodeproj">
BuildableName = "MyOpenWifiTests.xctest"
BlueprintName = "MyOpenWifiTests"
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
@@ -55,9 +55,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "SelfCareApp.app"
BlueprintName = "SelfCareApp"
ReferencedContainer = "container:SelfCareApp.xcodeproj">
BuildableName = "MyOpenWifi.app"
BlueprintName = "MyOpenWifi"
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
@@ -72,9 +72,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
BuildableName = "SelfCareApp.app"
BlueprintName = "SelfCareApp"
ReferencedContainer = "container:SelfCareApp.xcodeproj">
BuildableName = "MyOpenWifi.app"
BlueprintName = "MyOpenWifi"
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>

View File

@@ -2,7 +2,7 @@
<Workspace
version = "1.0">
<FileRef
location = "group:SelfCareApp.xcodeproj">
location = "group:MyOpenWifi.xcodeproj">
</FileRef>
<FileRef
location = "group:Pods/Pods.xcodeproj">

View File

@@ -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, *)) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 863 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>SelfCareApp</string>
<string>My OpenWifi</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View File

@@ -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
{

View File

@@ -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

View File

@@ -578,6 +578,6 @@ SPEC CHECKSUMS:
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: 04eaee5fd61079caa6b83f200156cc0dac8654cf
PODFILE CHECKSUM: 3a95f9ce8dc5cdabc8d05dfe68a26e5c287389fd
COCOAPODS: 1.11.2

View File

@@ -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"
}
}