forked from flexn-io/renative
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/1.0' into fix/dynamic_pod_injections
* release/1.0: install [email protected] before first run conditionally add args add whitespace between cmd and args, fix args removal for some commands formatted and added a small fix chore: add commented injection for testing add plugin injections add android.os.Bundle as injections fix plugins settings add react-native-carplay_app-harness switch to cleanFolder fix ts error revert kotlinParser to original file plus some changes, rename current to javaParser fix_styles.xml add splash-screen_android_app-harness add splash-screen_ios_app-harness add_objc_methods added applicationDidBecomeActive, didReceiveRemoteNotification for objc cleanup android files from older builds when starting a new one wip
- Loading branch information
Showing
88 changed files
with
10,157 additions
and
9,480 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+9.35 KB
...ages/app-harness/appConfigs/harness/assets/android/res/drawable-hdpi/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+43.2 KB
...app-harness/appConfigs/harness/assets/android/res/drawable-hdpi/splash_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+5.57 KB
...ages/app-harness/appConfigs/harness/assets/android/res/drawable-mdpi/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+21.2 KB
...app-harness/appConfigs/harness/assets/android/res/drawable-mdpi/splash_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.5 KB
...ges/app-harness/appConfigs/harness/assets/android/res/drawable-xhdpi/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+66.6 KB
...pp-harness/appConfigs/harness/assets/android/res/drawable-xhdpi/splash_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+24.5 KB
...es/app-harness/appConfigs/harness/assets/android/res/drawable-xxhdpi/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+136 KB
...p-harness/appConfigs/harness/assets/android/res/drawable-xxhdpi/splash_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+18.1 KB
...s/app-harness/appConfigs/harness/assets/android/res/drawable-xxxhdpi/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+197 KB
...-harness/appConfigs/harness/assets/android/res/drawable-xxxhdpi/splash_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.52 KB
packages/app-harness/appConfigs/harness/assets/android/res/drawable/ic_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions
7
packages/app-harness/appConfigs/harness/assets/android/res/layout/launch_screen.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:orientation="vertical" android:layout_width="match_parent" | ||
android:layout_height="match_parent"> | ||
<ImageView android:layout_width="match_parent" android:layout_height="match_parent" | ||
android:src="@drawable/splash_icon" android:scaleType="centerCrop" /> | ||
</RelativeLayout> |
Binary file added
BIN
+4.95 KB
...s/app-harness/appConfigs/harness/assets/android/res/mipmap-hdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+3.04 KB
...s/app-harness/appConfigs/harness/assets/android/res/mipmap-mdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7 KB
.../app-harness/appConfigs/harness/assets/android/res/mipmap-xhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.6 KB
...app-harness/appConfigs/harness/assets/android/res/mipmap-xxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.8 KB
...pp-harness/appConfigs/harness/assets/android/res/mipmap-xxxhdpi/ic_launcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions
12
packages/app-harness/appConfigs/harness/assets/android/res/values-v28/styles.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item> | ||
<item name="android:windowLayoutInDisplayCutoutMode">shortEdges</item> | ||
<item name="android:windowBackground">@color/bg</item> | ||
<item name="android:windowIsTranslucent">true</item> | ||
</style> | ||
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> | ||
<item name="android:windowBackground">@color/bg</item> | ||
</style> | ||
</resources> |
11 changes: 11 additions & 0 deletions
11
packages/app-harness/appConfigs/harness/assets/android/res/values/styles.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar"> | ||
<item name="android:editTextBackground">@drawable/rn_edit_text_material</item> | ||
<item name="android:windowBackground">@color/bg</item> | ||
<item name="android:windowIsTranslucent">true</item> | ||
</style> | ||
<style name="SplashTheme" parent="Theme.AppCompat.NoActionBar"> | ||
<item name="android:windowBackground">@color/bg</item> | ||
</style> | ||
</resources> |
Binary file added
BIN
+7.41 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+7.57 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/102.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+69.4 KB
...rness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.7 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.34 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+10.1 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.6 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+12.4 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+714 Bytes
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+13.9 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/167.png
Oops, something went wrong.
Binary file added
BIN
+14.3 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/172.png
Oops, something went wrong.
Binary file added
BIN
+15.3 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/180.png
Oops, something went wrong.
Binary file added
BIN
+17.4 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/196.png
Oops, something went wrong.
Binary file added
BIN
+984 Bytes
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/20.png
Oops, something went wrong.
Binary file added
BIN
+19.6 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/216.png
Oops, something went wrong.
Binary file added
BIN
+24.8 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/256.png
Oops, something went wrong.
Binary file added
BIN
+1.61 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/29.png
Oops, something went wrong.
Binary file added
BIN
+1.82 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/32.png
Oops, something went wrong.
Binary file added
BIN
+2.44 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/40.png
Oops, something went wrong.
Binary file added
BIN
+3.04 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/48.png
Oops, something went wrong.
Binary file added
BIN
+3.24 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/50.png
Oops, something went wrong.
Binary file added
BIN
+59.2 KB
...arness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/512.png
Oops, something went wrong.
Binary file added
BIN
+3.6 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/55.png
Oops, something went wrong.
Binary file added
BIN
+3.8 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/57.png
Oops, something went wrong.
Binary file added
BIN
+3.83 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/58.png
Oops, something went wrong.
Binary file added
BIN
+3.97 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/60.png
Oops, something went wrong.
Binary file added
BIN
+4.23 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/64.png
Oops, something went wrong.
Binary file added
BIN
+4.48 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/66.png
Oops, something went wrong.
Binary file added
BIN
+4.95 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/72.png
Oops, something went wrong.
Binary file added
BIN
+5.28 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/76.png
Oops, something went wrong.
Binary file added
BIN
+5.6 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/80.png
Oops, something went wrong.
Binary file added
BIN
+6.18 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/87.png
Oops, something went wrong.
Binary file added
BIN
+6.37 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/88.png
Oops, something went wrong.
Binary file added
BIN
+6.79 KB
...harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/92.png
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...pp-harness/appConfigs/harness/assets/ios/Assets.xcassets/AppIcon.appiconset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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":"102.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"41mm","scale":"2x","size":"45x45","expected-size":"102","role":"appLauncher"},{"idiom":"watch","filename":"92.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"41mm","scale":"2x","size":"46x46","expected-size":"92","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"},{"idiom":"watch","filename":"66.png","folder":"Assets.xcassets/AppIcon.appiconset/","subtype":"45mm","scale":"2x","size":"33x33","expected-size":"66","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"}]} |
23 changes: 23 additions & 0 deletions
23
...harness/appConfigs/harness/assets/ios/Assets.xcassets/launch-image.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "launch-image.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "[email protected]", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+9.74 KB
...nfigs/harness/assets/ios/Assets.xcassets/launch-image.imageset/launch-image.png
Oops, something went wrong.
Binary file added
BIN
+26.5 KB
...gs/harness/assets/ios/Assets.xcassets/launch-image.imageset/[email protected]
Oops, something went wrong.
Binary file added
BIN
+53.4 KB
...gs/harness/assets/ios/Assets.xcassets/launch-image.imageset/[email protected]
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.