diff --git a/dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json b/dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json index a56dd93..67d096c 100644 --- a/dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json +++ b/dist/cookie/{{cookiecutter.project_slug}}/.crowdbotics.json @@ -1,7 +1,7 @@ { "scaffold": { "type": "react-native", - "version": "2.6.3", + "version": "2.7.0", "cookiecutter_context": { "project_name": "{{cookiecutter.project_name}}", "project_slug": "{{cookiecutter.project_slug}}", diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index b760278..818ef37 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 1b86b6f..c18375d 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 8ec32fd..59a822f 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 6dd53fa..180d938 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 4dd6be1..c275a90 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index 5a77aa5..9daa09a 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index cbb4b80..fcf321d 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 1416af6..2e626b6 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index f553b0e..05e53b2 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 7941447..871a7d3 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index fb3ab3f..f9579d0 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index c1872ea..068e965 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 4b3b322..0dd90f8 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index be41a50..7a758d2 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index b08a242..bf276ad 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/values/ic_launcher_background.xml b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..3091010 --- /dev/null +++ b/dist/cookie/{{cookiecutter.project_slug}}/android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #dcdcf4 + \ No newline at end of file diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg index aa11fe2..5723bc8 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg and b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg index 4ff79a5..0f303e5 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg and b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg index c309223..9bd5f49 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg and b/dist/cookie/{{cookiecutter.project_slug}}/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png index 1504c35..01f5e97 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png index 0016c72..366edac 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png index 5960375..77334b0 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png index e26736d..0f9acaa 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Contents.json b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Contents.json index 99f7a0c..e83c3bf 100644 --- a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Contents.json @@ -115,14 +115,14 @@ "filename":"Icon-App-83.5x83.5@2x.png" }, { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "scale" : "1x", - "filename" : "ItunesArtwork@2x.png" + "size" : "1024x1024", + "idiom" : "ios-marketing", + "scale" : "1x", + "filename" : "ItunesArtwork@2x.png" } ], "info":{ "version":1, - "author":"makeappicon" + "author":"easyappicon" } } diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png index ac637ea..3492bb6 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png index ab8382c..5396872 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png index 74034bf..d66c2c8 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png index 0b40831..a830f3b 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png index c0bcee1..557d55f 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png index a7b3982..4e16de6 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png index ab8382c..5396872 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png index 1b6bbf6..25b8a52 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png index 489970d..2be01c1 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png index 489970d..2be01c1 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png index d379956..2dccd7b 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png index ffb6540..48557b0 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png index 2924229..530ac67 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png index c4edde6..109a020 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png index 95e3f92..9f40e67 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/ios/{{cookiecutter.project_slug}}/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo.png b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo.png index 8147f25..c37f571 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo.png and b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@2x.png b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@2x.png index a51220b..54c539d 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@2x.png and b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@2x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@3x.png b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@3x.png index 9cfb6f0..9141678 100644 Binary files a/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@3x.png and b/dist/cookie/{{cookiecutter.project_slug}}/screens/welcome/logo@3x.png differ diff --git a/dist/cookie/{{cookiecutter.project_slug}}/yarn.lock b/dist/cookie/{{cookiecutter.project_slug}}/yarn.lock index f2f824d..b3d898f 100644 --- a/dist/cookie/{{cookiecutter.project_slug}}/yarn.lock +++ b/dist/cookie/{{cookiecutter.project_slug}}/yarn.lock @@ -7179,9 +7179,9 @@ react-native-gradle-plugin@^0.71.17: integrity sha512-OXXYgpISEqERwjSlaCiaQY6cTY5CH6j73gdkWpK0hedxtiWMWgH+i5TOi4hIGYitm9kQBeyDu+wim9fA8ROFJA== react-native-paper@^5.9.1: - version "5.12.1" - resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-5.12.1.tgz#0c3211f78b4d29a110aa168e6541cfb0a2c6a071" - integrity sha512-6ZBBJBsHxXUG5mD22Q0tArTlk5GpGlhZDkRU1RRqPtTpxWCMc7Dbc04pU3+qG0peJQCAO6GnXqUbkZ0YLnMPNg== + version "5.12.3" + resolved "https://registry.yarnpkg.com/react-native-paper/-/react-native-paper-5.12.3.tgz#d583119722ebbfbb7fe40400181d63748cca3683" + integrity sha512-nH1e1pGPE/aOE5YR2GRX7CfMHFA9cAfrAfgCtwL4amJPDZCoVjc5yt2VDiUE1rT+JUfk0qdICMP3UggxvjMgug== dependencies: "@callstack/react-theme-provider" "^3.0.9" color "^3.1.2" diff --git a/scaffold/package.json b/scaffold/package.json index b29d7ef..71c245c 100644 --- a/scaffold/package.json +++ b/scaffold/package.json @@ -1,6 +1,6 @@ { "name": "template", "description": "React Native Template", - "version": "2.6.3", + "version": "2.7.0", "author": "Crowdbotics" } diff --git a/scaffold/template/custom/.crowdbotics.json b/scaffold/template/custom/.crowdbotics.json index a56dd93..67d096c 100644 --- a/scaffold/template/custom/.crowdbotics.json +++ b/scaffold/template/custom/.crowdbotics.json @@ -1,7 +1,7 @@ { "scaffold": { "type": "react-native", - "version": "2.6.3", + "version": "2.7.0", "cookiecutter_context": { "project_name": "{{cookiecutter.project_name}}", "project_slug": "{{cookiecutter.project_slug}}", diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index b760278..818ef37 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png index 1b86b6f..c18375d 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png index 8ec32fd..59a822f 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index 6dd53fa..180d938 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png index 4dd6be1..c275a90 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png index 5a77aa5..9daa09a 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index cbb4b80..fcf321d 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png index 1416af6..2e626b6 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png index f553b0e..05e53b2 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 7941447..871a7d3 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png index fb3ab3f..f9579d0 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png index c1872ea..068e965 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 4b3b322..0dd90f8 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png index be41a50..7a758d2 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png index b08a242..bf276ad 100644 Binary files a/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and b/scaffold/template/custom/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ diff --git a/scaffold/template/custom/android/app/src/main/res/values/ic_launcher_background.xml b/scaffold/template/custom/android/app/src/main/res/values/ic_launcher_background.xml new file mode 100644 index 0000000..3091010 --- /dev/null +++ b/scaffold/template/custom/android/app/src/main/res/values/ic_launcher_background.xml @@ -0,0 +1,4 @@ + + + #dcdcf4 + \ No newline at end of file diff --git a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg index aa11fe2..5723bc8 100644 Binary files a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg and b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-landscape.jpg differ diff --git a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg index 4ff79a5..0f303e5 100644 Binary files a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg and b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/android-screenshot.jpg differ diff --git a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg index c309223..9bd5f49 100644 Binary files a/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg and b/scaffold/template/custom/android/fastlane/metadata/android/en-US/images/phoneScreenshots/wear-os.jpg differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json index 99f7a0c..e83c3bf 100644 --- a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json +++ b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Contents.json @@ -115,14 +115,14 @@ "filename":"Icon-App-83.5x83.5@2x.png" }, { - "size" : "1024x1024", - "idiom" : "ios-marketing", - "scale" : "1x", - "filename" : "ItunesArtwork@2x.png" + "size" : "1024x1024", + "idiom" : "ios-marketing", + "scale" : "1x", + "filename" : "ItunesArtwork@2x.png" } ], "info":{ "version":1, - "author":"makeappicon" + "author":"easyappicon" } } diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png index ac637ea..3492bb6 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png index ab8382c..5396872 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png index 74034bf..d66c2c8 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png index 0b40831..a830f3b 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png index c0bcee1..557d55f 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png index a7b3982..4e16de6 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png index ab8382c..5396872 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png index 1b6bbf6..25b8a52 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png index 489970d..2be01c1 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png index 489970d..2be01c1 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png index d379956..2dccd7b 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png index ffb6540..48557b0 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png index 2924229..530ac67 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png index c4edde6..109a020 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png differ diff --git a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png index 95e3f92..9f40e67 100644 Binary files a/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png and b/scaffold/template/custom/ios/HelloWorld/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png differ diff --git a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png index 1504c35..01f5e97 100644 Binary files a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png and b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_LANDSCAPE.png differ diff --git a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png index 0016c72..366edac 100644 Binary files a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png and b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_55_PORTRAIT.png differ diff --git a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png index 5960375..77334b0 100644 Binary files a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png and b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_LANDSCAPE.png differ diff --git a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png index e26736d..0f9acaa 100644 Binary files a/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png and b/scaffold/template/custom/ios/fastlane/screenshots/en-US/APP_IPHONE_65_PORTRAIT.png differ diff --git a/scaffold/template/custom/screens/welcome/logo.png b/scaffold/template/custom/screens/welcome/logo.png index 8147f25..c37f571 100644 Binary files a/scaffold/template/custom/screens/welcome/logo.png and b/scaffold/template/custom/screens/welcome/logo.png differ diff --git a/scaffold/template/custom/screens/welcome/logo@2x.png b/scaffold/template/custom/screens/welcome/logo@2x.png index a51220b..54c539d 100644 Binary files a/scaffold/template/custom/screens/welcome/logo@2x.png and b/scaffold/template/custom/screens/welcome/logo@2x.png differ diff --git a/scaffold/template/custom/screens/welcome/logo@3x.png b/scaffold/template/custom/screens/welcome/logo@3x.png index 9cfb6f0..9141678 100644 Binary files a/scaffold/template/custom/screens/welcome/logo@3x.png and b/scaffold/template/custom/screens/welcome/logo@3x.png differ