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.
@@ -131,7 +131,7 @@ android {
|
|||||||
compileSdkVersion rootProject.ext.compileSdkVersion
|
compileSdkVersion rootProject.ext.compileSdkVersion
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "com.selfcareapp"
|
applicationId "com.telecominfraproject.openwifi.myopenwifi"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 1
|
versionCode 1
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<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" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
|
|
||||||
@@ -7,7 +7,6 @@
|
|||||||
android:name=".MainApplication"
|
android:name=".MainApplication"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:roundIcon="@mipmap/ic_launcher_round"
|
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity
|
<activity
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.selfcareapp;
|
package com.telecominfraproject.openwifi.myopenwifi;
|
||||||
|
|
||||||
import android.os.Bundle;
|
import android.os.Bundle;
|
||||||
import com.facebook.react.ReactActivity;
|
import com.facebook.react.ReactActivity;
|
||||||
@@ -11,7 +11,7 @@ public class MainActivity extends ReactActivity {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
protected String getMainComponentName() {
|
protected String getMainComponentName() {
|
||||||
return "SelfCareApp";
|
return "MyOpenWifi";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
package com.selfcareapp;
|
package com.telecominfraproject.openwifi.myopenwifi;
|
||||||
|
|
||||||
import android.app.Application;
|
import android.app.Application;
|
||||||
import android.content.Context;
|
import android.content.Context;
|
||||||
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.2 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 15 KiB |
@@ -1,3 +1,3 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">SelfCareApp</string>
|
<string name="app_name">My OpenWifi</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
rootProject.name = 'SelfCareApp'
|
rootProject.name = 'MyOpenWifi'
|
||||||
include ':react-native-fs'
|
include ':react-native-fs'
|
||||||
project(':react-native-fs').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fs/android')
|
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)
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
||||||
|
|||||||
4
app.json
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"name": "SelfCareApp",
|
"name": "MyOpenWifi",
|
||||||
"displayName": "SelfCareApp"
|
"displayName": "My OpenWifi"
|
||||||
}
|
}
|
||||||
@@ -7,12 +7,12 @@
|
|||||||
objects = {
|
objects = {
|
||||||
|
|
||||||
/* Begin PBXBuildFile section */
|
/* 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 */; };
|
13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
|
||||||
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
||||||
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
||||||
4B57EE5E7384A31C6390859F /* libPods-SelfCareApp.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */; };
|
4B57EE5E7384A31C6390859F /* libPods-MyOpenWifi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */; };
|
||||||
59CF0F65AA12F5141155E193 /* libPods-SelfCareApp-SelfCareAppTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E678D96D81A5FD3769CDC29 /* libPods-SelfCareApp-SelfCareAppTests.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 */; };
|
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
||||||
/* End PBXBuildFile section */
|
/* End PBXBuildFile section */
|
||||||
|
|
||||||
@@ -22,27 +22,27 @@
|
|||||||
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
|
||||||
proxyType = 1;
|
proxyType = 1;
|
||||||
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
|
||||||
remoteInfo = SelfCareApp;
|
remoteInfo = MyOpenWifi;
|
||||||
};
|
};
|
||||||
/* End PBXContainerItemProxy section */
|
/* End PBXContainerItemProxy section */
|
||||||
|
|
||||||
/* Begin PBXFileReference 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>"; };
|
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>"; };
|
00E356F21AD99517003FC87E /* MyOpenWifiTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MyOpenWifiTests.m; sourceTree = "<group>"; };
|
||||||
13B07F961A680F5B00A75B9A /* SelfCareApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SelfCareApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
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 = SelfCareApp/AppDelegate.h; sourceTree = "<group>"; };
|
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 = SelfCareApp/AppDelegate.m; 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 = SelfCareApp/Images.xcassets; 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 = SelfCareApp/Info.plist; 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 = SelfCareApp/main.m; sourceTree = "<group>"; };
|
13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = MyOpenWifi/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>"; };
|
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-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>"; };
|
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-SelfCareApp-SelfCareAppTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SelfCareApp-SelfCareAppTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
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 = SelfCareApp/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = MyOpenWifi/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
||||||
84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-SelfCareApp.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-MyOpenWifi.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>"; };
|
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-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>"; };
|
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; };
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
||||||
/* End PBXFileReference section */
|
/* End PBXFileReference section */
|
||||||
|
|
||||||
@@ -51,7 +51,7 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
59CF0F65AA12F5141155E193 /* libPods-SelfCareApp-SelfCareAppTests.a in Frameworks */,
|
59CF0F65AA12F5141155E193 /* libPods-MyOpenWifi-MyOpenWifiTests.a in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@@ -59,20 +59,20 @@
|
|||||||
isa = PBXFrameworksBuildPhase;
|
isa = PBXFrameworksBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
4B57EE5E7384A31C6390859F /* libPods-SelfCareApp.a in Frameworks */,
|
4B57EE5E7384A31C6390859F /* libPods-MyOpenWifi.a in Frameworks */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
/* End PBXFrameworksBuildPhase section */
|
/* End PBXFrameworksBuildPhase section */
|
||||||
|
|
||||||
/* Begin PBXGroup section */
|
/* Begin PBXGroup section */
|
||||||
00E356EF1AD99517003FC87E /* SelfCareAppTests */ = {
|
00E356EF1AD99517003FC87E /* MyOpenWifiTests */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
00E356F21AD99517003FC87E /* SelfCareAppTests.m */,
|
00E356F21AD99517003FC87E /* MyOpenWifiTests.m */,
|
||||||
00E356F01AD99517003FC87E /* Supporting Files */,
|
00E356F01AD99517003FC87E /* Supporting Files */,
|
||||||
);
|
);
|
||||||
path = SelfCareAppTests;
|
path = MyOpenWifiTests;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
00E356F01AD99517003FC87E /* Supporting Files */ = {
|
00E356F01AD99517003FC87E /* Supporting Files */ = {
|
||||||
@@ -83,7 +83,7 @@
|
|||||||
name = "Supporting Files";
|
name = "Supporting Files";
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
13B07FAE1A68108700A75B9A /* SelfCareApp */ = {
|
13B07FAE1A68108700A75B9A /* MyOpenWifi */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
||||||
@@ -93,15 +93,15 @@
|
|||||||
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
|
||||||
13B07FB71A68108700A75B9A /* main.m */,
|
13B07FB71A68108700A75B9A /* main.m */,
|
||||||
);
|
);
|
||||||
name = SelfCareApp;
|
name = MyOpenWifi;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
|
||||||
84B235095629D2BC2956D7C7 /* libPods-SelfCareApp.a */,
|
84B235095629D2BC2956D7C7 /* libPods-MyOpenWifi.a */,
|
||||||
6E678D96D81A5FD3769CDC29 /* libPods-SelfCareApp-SelfCareAppTests.a */,
|
6E678D96D81A5FD3769CDC29 /* libPods-MyOpenWifi-MyOpenWifiTests.a */,
|
||||||
);
|
);
|
||||||
name = Frameworks;
|
name = Frameworks;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -116,9 +116,9 @@
|
|||||||
83CBB9F61A601CBA00E9B192 = {
|
83CBB9F61A601CBA00E9B192 = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
13B07FAE1A68108700A75B9A /* SelfCareApp */,
|
13B07FAE1A68108700A75B9A /* MyOpenWifi */,
|
||||||
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
832341AE1AAA6A7D00B99B32 /* Libraries */,
|
||||||
00E356EF1AD99517003FC87E /* SelfCareAppTests */,
|
00E356EF1AD99517003FC87E /* MyOpenWifiTests */,
|
||||||
83CBBA001A601CBA00E9B192 /* Products */,
|
83CBBA001A601CBA00E9B192 /* Products */,
|
||||||
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
2D16E6871FA4F8E400B85C8A /* Frameworks */,
|
||||||
CF30026D8484E67A56A09A59 /* Pods */,
|
CF30026D8484E67A56A09A59 /* Pods */,
|
||||||
@@ -131,8 +131,8 @@
|
|||||||
83CBBA001A601CBA00E9B192 /* Products */ = {
|
83CBBA001A601CBA00E9B192 /* Products */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
13B07F961A680F5B00A75B9A /* SelfCareApp.app */,
|
13B07F961A680F5B00A75B9A /* MyOpenWifi.app */,
|
||||||
00E356EE1AD99517003FC87E /* SelfCareAppTests.xctest */,
|
00E356EE1AD99517003FC87E /* MyOpenWifiTests.xctest */,
|
||||||
);
|
);
|
||||||
name = Products;
|
name = Products;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -140,10 +140,10 @@
|
|||||||
CF30026D8484E67A56A09A59 /* Pods */ = {
|
CF30026D8484E67A56A09A59 /* Pods */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
B55B1F274DD567A2B0514D05 /* Pods-SelfCareApp.debug.xcconfig */,
|
B55B1F274DD567A2B0514D05 /* Pods-MyOpenWifi.debug.xcconfig */,
|
||||||
65B769151ACF1D3CC991EC93 /* Pods-SelfCareApp.release.xcconfig */,
|
65B769151ACF1D3CC991EC93 /* Pods-MyOpenWifi.release.xcconfig */,
|
||||||
2DA5AFC8FDF05CCB690D378C /* Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig */,
|
2DA5AFC8FDF05CCB690D378C /* Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig */,
|
||||||
90954292B5C9CB0F586A8EAE /* Pods-SelfCareApp-SelfCareAppTests.release.xcconfig */,
|
90954292B5C9CB0F586A8EAE /* Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig */,
|
||||||
);
|
);
|
||||||
path = Pods;
|
path = Pods;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -151,9 +151,9 @@
|
|||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
00E356ED1AD99517003FC87E /* SelfCareAppTests */ = {
|
00E356ED1AD99517003FC87E /* MyOpenWifiTests */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SelfCareAppTests" */;
|
buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MyOpenWifiTests" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
AB119BCE4BB6977AD156AA68 /* [CP] Check Pods Manifest.lock */,
|
AB119BCE4BB6977AD156AA68 /* [CP] Check Pods Manifest.lock */,
|
||||||
00E356EA1AD99517003FC87E /* Sources */,
|
00E356EA1AD99517003FC87E /* Sources */,
|
||||||
@@ -167,14 +167,14 @@
|
|||||||
dependencies = (
|
dependencies = (
|
||||||
00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
00E356F51AD99517003FC87E /* PBXTargetDependency */,
|
||||||
);
|
);
|
||||||
name = SelfCareAppTests;
|
name = MyOpenWifiTests;
|
||||||
productName = SelfCareAppTests;
|
productName = MyOpenWifiTests;
|
||||||
productReference = 00E356EE1AD99517003FC87E /* SelfCareAppTests.xctest */;
|
productReference = 00E356EE1AD99517003FC87E /* MyOpenWifiTests.xctest */;
|
||||||
productType = "com.apple.product-type.bundle.unit-test";
|
productType = "com.apple.product-type.bundle.unit-test";
|
||||||
};
|
};
|
||||||
13B07F861A680F5B00A75B9A /* SelfCareApp */ = {
|
13B07F861A680F5B00A75B9A /* MyOpenWifi */ = {
|
||||||
isa = PBXNativeTarget;
|
isa = PBXNativeTarget;
|
||||||
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "SelfCareApp" */;
|
buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MyOpenWifi" */;
|
||||||
buildPhases = (
|
buildPhases = (
|
||||||
8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */,
|
8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */,
|
||||||
FD10A7F022414F080027D42C /* Start Packager */,
|
FD10A7F022414F080027D42C /* Start Packager */,
|
||||||
@@ -189,9 +189,9 @@
|
|||||||
);
|
);
|
||||||
dependencies = (
|
dependencies = (
|
||||||
);
|
);
|
||||||
name = SelfCareApp;
|
name = MyOpenWifi;
|
||||||
productName = SelfCareApp;
|
productName = MyOpenWifi;
|
||||||
productReference = 13B07F961A680F5B00A75B9A /* SelfCareApp.app */;
|
productReference = 13B07F961A680F5B00A75B9A /* MyOpenWifi.app */;
|
||||||
productType = "com.apple.product-type.application";
|
productType = "com.apple.product-type.application";
|
||||||
};
|
};
|
||||||
/* End PBXNativeTarget section */
|
/* 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";
|
compatibilityVersion = "Xcode 12.0";
|
||||||
developmentRegion = en;
|
developmentRegion = en;
|
||||||
hasScannedForEncodings = 0;
|
hasScannedForEncodings = 0;
|
||||||
@@ -224,8 +224,8 @@
|
|||||||
projectDirPath = "";
|
projectDirPath = "";
|
||||||
projectRoot = "";
|
projectRoot = "";
|
||||||
targets = (
|
targets = (
|
||||||
13B07F861A680F5B00A75B9A /* SelfCareApp */,
|
13B07F861A680F5B00A75B9A /* MyOpenWifi */,
|
||||||
00E356ED1AD99517003FC87E /* SelfCareAppTests */,
|
00E356ED1AD99517003FC87E /* MyOpenWifiTests */,
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
/* End PBXProject section */
|
/* End PBXProject section */
|
||||||
@@ -270,15 +270,15 @@
|
|||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputFileListPaths = (
|
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";
|
name = "[CP] Embed Pods Frameworks";
|
||||||
outputFileListPaths = (
|
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;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
47178E9BDFC897DFE7E2E845 /* [CP] Copy Pods Resources */ = {
|
47178E9BDFC897DFE7E2E845 /* [CP] Copy Pods Resources */ = {
|
||||||
@@ -287,15 +287,15 @@
|
|||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputFileListPaths = (
|
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";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputFileListPaths = (
|
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;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
52871C53CB9F00B2ACA3263B /* [CP] Copy Pods Resources */ = {
|
52871C53CB9F00B2ACA3263B /* [CP] Copy Pods Resources */ = {
|
||||||
@@ -304,15 +304,15 @@
|
|||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputFileListPaths = (
|
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";
|
name = "[CP] Copy Pods Resources";
|
||||||
outputFileListPaths = (
|
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;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
5D5C32295904CBCF70238F3E /* [CP] Embed Pods Frameworks */ = {
|
5D5C32295904CBCF70238F3E /* [CP] Embed Pods Frameworks */ = {
|
||||||
@@ -321,15 +321,15 @@
|
|||||||
files = (
|
files = (
|
||||||
);
|
);
|
||||||
inputFileListPaths = (
|
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";
|
name = "[CP] Embed Pods Frameworks";
|
||||||
outputFileListPaths = (
|
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;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
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;
|
showEnvVarsInLog = 0;
|
||||||
};
|
};
|
||||||
8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */ = {
|
8648C7A84F1C21922E6A914E /* [CP] Check Pods Manifest.lock */ = {
|
||||||
@@ -347,7 +347,7 @@
|
|||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(DERIVED_FILE_DIR)/Pods-SelfCareApp-checkManifestLockResult.txt",
|
"$(DERIVED_FILE_DIR)/Pods-MyOpenWifi-checkManifestLockResult.txt",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
@@ -369,7 +369,7 @@
|
|||||||
outputFileListPaths = (
|
outputFileListPaths = (
|
||||||
);
|
);
|
||||||
outputPaths = (
|
outputPaths = (
|
||||||
"$(DERIVED_FILE_DIR)/Pods-SelfCareApp-SelfCareAppTests-checkManifestLockResult.txt",
|
"$(DERIVED_FILE_DIR)/Pods-MyOpenWifi-MyOpenWifiTests-checkManifestLockResult.txt",
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
shellPath = /bin/sh;
|
shellPath = /bin/sh;
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
isa = PBXSourcesBuildPhase;
|
isa = PBXSourcesBuildPhase;
|
||||||
buildActionMask = 2147483647;
|
buildActionMask = 2147483647;
|
||||||
files = (
|
files = (
|
||||||
00E356F31AD99517003FC87E /* SelfCareAppTests.m in Sources */,
|
00E356F31AD99517003FC87E /* MyOpenWifiTests.m in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
@@ -420,7 +420,7 @@
|
|||||||
/* Begin PBXTargetDependency section */
|
/* Begin PBXTargetDependency section */
|
||||||
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
|
||||||
isa = PBXTargetDependency;
|
isa = PBXTargetDependency;
|
||||||
target = 13B07F861A680F5B00A75B9A /* SelfCareApp */;
|
target = 13B07F861A680F5B00A75B9A /* MyOpenWifi */;
|
||||||
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
|
||||||
};
|
};
|
||||||
/* End PBXTargetDependency section */
|
/* End PBXTargetDependency section */
|
||||||
@@ -428,14 +428,14 @@
|
|||||||
/* Begin XCBuildConfiguration section */
|
/* Begin XCBuildConfiguration section */
|
||||||
00E356F61AD99517003FC87E /* Debug */ = {
|
00E356F61AD99517003FC87E /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 2DA5AFC8FDF05CCB690D378C /* Pods-SelfCareApp-SelfCareAppTests.debug.xcconfig */;
|
baseConfigurationReference = 2DA5AFC8FDF05CCB690D378C /* Pods-MyOpenWifi-MyOpenWifiTests.debug.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"DEBUG=1",
|
"DEBUG=1",
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
);
|
);
|
||||||
INFOPLIST_FILE = SelfCareAppTests/Info.plist;
|
INFOPLIST_FILE = MyOpenWifiTests/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -449,17 +449,17 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SelfCareApp.app/SelfCareApp";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyOpenWifi.app/MyOpenWifi";
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
00E356F71AD99517003FC87E /* Release */ = {
|
00E356F71AD99517003FC87E /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 90954292B5C9CB0F586A8EAE /* Pods-SelfCareApp-SelfCareAppTests.release.xcconfig */;
|
baseConfigurationReference = 90954292B5C9CB0F586A8EAE /* Pods-MyOpenWifi-MyOpenWifiTests.release.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
BUNDLE_LOADER = "$(TEST_HOST)";
|
BUNDLE_LOADER = "$(TEST_HOST)";
|
||||||
COPY_PHASE_STRIP = NO;
|
COPY_PHASE_STRIP = NO;
|
||||||
INFOPLIST_FILE = SelfCareAppTests/Info.plist;
|
INFOPLIST_FILE = MyOpenWifiTests/Info.plist;
|
||||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
@@ -473,19 +473,19 @@
|
|||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/SelfCareApp.app/SelfCareApp";
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MyOpenWifi.app/MyOpenWifi";
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
13B07F941A680F5B00A75B9A /* Debug */ = {
|
13B07F941A680F5B00A75B9A /* Debug */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = B55B1F274DD567A2B0514D05 /* Pods-SelfCareApp.debug.xcconfig */;
|
baseConfigurationReference = B55B1F274DD567A2B0514D05 /* Pods-MyOpenWifi.debug.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
ENABLE_BITCODE = NO;
|
ENABLE_BITCODE = NO;
|
||||||
INFOPLIST_FILE = SelfCareApp/Info.plist;
|
INFOPLIST_FILE = MyOpenWifi/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@@ -495,8 +495,8 @@
|
|||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
PRODUCT_BUNDLE_IDENTIFIER = com.telecominfraproject.openwifi.myopenwifi;
|
||||||
PRODUCT_NAME = SelfCareApp;
|
PRODUCT_NAME = MyOpenWifi;
|
||||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
@@ -506,12 +506,12 @@
|
|||||||
};
|
};
|
||||||
13B07F951A680F5B00A75B9A /* Release */ = {
|
13B07F951A680F5B00A75B9A /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
baseConfigurationReference = 65B769151ACF1D3CC991EC93 /* Pods-SelfCareApp.release.xcconfig */;
|
baseConfigurationReference = 65B769151ACF1D3CC991EC93 /* Pods-MyOpenWifi.release.xcconfig */;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||||
CLANG_ENABLE_MODULES = YES;
|
CLANG_ENABLE_MODULES = YES;
|
||||||
CURRENT_PROJECT_VERSION = 1;
|
CURRENT_PROJECT_VERSION = 1;
|
||||||
INFOPLIST_FILE = SelfCareApp/Info.plist;
|
INFOPLIST_FILE = MyOpenWifi/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = (
|
LD_RUNPATH_SEARCH_PATHS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/Frameworks",
|
"@executable_path/Frameworks",
|
||||||
@@ -521,8 +521,8 @@
|
|||||||
"-ObjC",
|
"-ObjC",
|
||||||
"-lc++",
|
"-lc++",
|
||||||
);
|
);
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
|
PRODUCT_BUNDLE_IDENTIFIER = com.telecominfraproject.openwifi.myopenwifi;
|
||||||
PRODUCT_NAME = SelfCareApp;
|
PRODUCT_NAME = MyOpenWifi;
|
||||||
SWIFT_VERSION = 5.0;
|
SWIFT_VERSION = 5.0;
|
||||||
TARGETED_DEVICE_FAMILY = "1,2";
|
TARGETED_DEVICE_FAMILY = "1,2";
|
||||||
VERSIONING_SYSTEM = "apple-generic";
|
VERSIONING_SYSTEM = "apple-generic";
|
||||||
@@ -657,7 +657,7 @@
|
|||||||
/* End XCBuildConfiguration section */
|
/* End XCBuildConfiguration section */
|
||||||
|
|
||||||
/* Begin XCConfigurationList section */
|
/* Begin XCConfigurationList section */
|
||||||
00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "SelfCareAppTests" */ = {
|
00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "MyOpenWifiTests" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
00E356F61AD99517003FC87E /* Debug */,
|
00E356F61AD99517003FC87E /* Debug */,
|
||||||
@@ -666,7 +666,7 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "SelfCareApp" */ = {
|
13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "MyOpenWifi" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
13B07F941A680F5B00A75B9A /* Debug */,
|
13B07F941A680F5B00A75B9A /* Debug */,
|
||||||
@@ -675,7 +675,7 @@
|
|||||||
defaultConfigurationIsVisible = 0;
|
defaultConfigurationIsVisible = 0;
|
||||||
defaultConfigurationName = Release;
|
defaultConfigurationName = Release;
|
||||||
};
|
};
|
||||||
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "SelfCareApp" */ = {
|
83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "MyOpenWifi" */ = {
|
||||||
isa = XCConfigurationList;
|
isa = XCConfigurationList;
|
||||||
buildConfigurations = (
|
buildConfigurations = (
|
||||||
83CBBA201A601CBA00E9B192 /* Debug */,
|
83CBBA201A601CBA00E9B192 /* Debug */,
|
||||||
@@ -15,9 +15,9 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "SelfCareApp.app"
|
BuildableName = "MyOpenWifi.app"
|
||||||
BlueprintName = "SelfCareApp"
|
BlueprintName = "MyOpenWifi"
|
||||||
ReferencedContainer = "container:SelfCareApp.xcodeproj">
|
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildActionEntry>
|
</BuildActionEntry>
|
||||||
</BuildActionEntries>
|
</BuildActionEntries>
|
||||||
@@ -33,9 +33,9 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
BlueprintIdentifier = "00E356ED1AD99517003FC87E"
|
||||||
BuildableName = "SelfCareAppTests.xctest"
|
BuildableName = "MyOpenWifiTests.xctest"
|
||||||
BlueprintName = "SelfCareAppTests"
|
BlueprintName = "MyOpenWifiTests"
|
||||||
ReferencedContainer = "container:SelfCareApp.xcodeproj">
|
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</TestableReference>
|
</TestableReference>
|
||||||
</Testables>
|
</Testables>
|
||||||
@@ -55,9 +55,9 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "SelfCareApp.app"
|
BuildableName = "MyOpenWifi.app"
|
||||||
BlueprintName = "SelfCareApp"
|
BlueprintName = "MyOpenWifi"
|
||||||
ReferencedContainer = "container:SelfCareApp.xcodeproj">
|
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
</LaunchAction>
|
</LaunchAction>
|
||||||
@@ -72,9 +72,9 @@
|
|||||||
<BuildableReference
|
<BuildableReference
|
||||||
BuildableIdentifier = "primary"
|
BuildableIdentifier = "primary"
|
||||||
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
BlueprintIdentifier = "13B07F861A680F5B00A75B9A"
|
||||||
BuildableName = "SelfCareApp.app"
|
BuildableName = "MyOpenWifi.app"
|
||||||
BlueprintName = "SelfCareApp"
|
BlueprintName = "MyOpenWifi"
|
||||||
ReferencedContainer = "container:SelfCareApp.xcodeproj">
|
ReferencedContainer = "container:MyOpenWifi.xcodeproj">
|
||||||
</BuildableReference>
|
</BuildableReference>
|
||||||
</BuildableProductRunnable>
|
</BuildableProductRunnable>
|
||||||
</ProfileAction>
|
</ProfileAction>
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
<Workspace
|
<Workspace
|
||||||
version = "1.0">
|
version = "1.0">
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:SelfCareApp.xcodeproj">
|
location = "group:MyOpenWifi.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:Pods/Pods.xcodeproj">
|
location = "group:Pods/Pods.xcodeproj">
|
||||||
@@ -33,7 +33,7 @@ static void InitializeFlipper(UIApplication *application) {
|
|||||||
|
|
||||||
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
||||||
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|
||||||
moduleName:@"SelfCareApp"
|
moduleName:@"MyOpenWifi"
|
||||||
initialProperties:nil];
|
initialProperties:nil];
|
||||||
|
|
||||||
if (@available(iOS 13.0, *)) {
|
if (@available(iOS 13.0, *)) {
|
||||||
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/100.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/1024.png
Normal file
|
After Width: | Height: | Size: 79 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/114.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/120.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/128.png
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/144.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/152.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/16.png
Normal file
|
After Width: | Height: | Size: 655 B |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/167.png
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/172.png
Normal file
|
After Width: | Height: | Size: 7.7 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/180.png
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/196.png
Normal file
|
After Width: | Height: | Size: 8.9 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/20.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/216.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/256.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/29.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/32.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/40.png
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/48.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/50.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/512.png
Normal file
|
After Width: | Height: | Size: 33 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/55.png
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/57.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/58.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/60.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/64.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/72.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/76.png
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/80.png
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/87.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
ios/MyOpenWifi/Images.xcassets/AppIcon.appiconset/88.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
@@ -5,7 +5,7 @@
|
|||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
<string>SelfCareApp</string>
|
<string>My OpenWifi</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>$(EXECUTABLE_NAME)</string>
|
<string>$(EXECUTABLE_NAME)</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
@@ -7,11 +7,11 @@
|
|||||||
#define TIMEOUT_SECONDS 600
|
#define TIMEOUT_SECONDS 600
|
||||||
#define TEXT_TO_LOOK_FOR @"Welcome to React"
|
#define TEXT_TO_LOOK_FOR @"Welcome to React"
|
||||||
|
|
||||||
@interface SelfCareAppTests : XCTestCase
|
@interface MyOpenWifiTests : XCTestCase
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
@implementation SelfCareAppTests
|
@implementation MyOpenWifiTests
|
||||||
|
|
||||||
- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test
|
- (BOOL)findSubviewInView:(UIView *)view matching:(BOOL(^)(UIView *view))test
|
||||||
{
|
{
|
||||||
@@ -3,7 +3,7 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
|
|||||||
|
|
||||||
platform :ios, '11.0'
|
platform :ios, '11.0'
|
||||||
|
|
||||||
target 'SelfCareApp' do
|
target 'MyOpenWifi' do
|
||||||
config = use_native_modules!
|
config = use_native_modules!
|
||||||
|
|
||||||
use_react_native!(
|
use_react_native!(
|
||||||
@@ -13,7 +13,7 @@ target 'SelfCareApp' do
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
target 'SelfCareAppTests' do
|
target 'MyOpenWifiTests' do
|
||||||
inherit! :complete
|
inherit! :complete
|
||||||
# Pods for testing
|
# Pods for testing
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -578,6 +578,6 @@ SPEC CHECKSUMS:
|
|||||||
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
|
Yoga: e7dc4e71caba6472ff48ad7d234389b91dadc280
|
||||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||||
|
|
||||||
PODFILE CHECKSUM: 04eaee5fd61079caa6b83f200156cc0dac8654cf
|
PODFILE CHECKSUM: 3a95f9ce8dc5cdabc8d05dfe68a26e5c287389fd
|
||||||
|
|
||||||
COCOAPODS: 1.11.2
|
COCOAPODS: 1.11.2
|
||||||
|
|||||||
@@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||