Skip to content

Commit 20b1400

Browse files
committed
Aparentimente Tudo Certo
1 parent d55b9bb commit 20b1400

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+580
-209
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<application
55
android:label="My Coin"
66
android:name="${applicationName}"
7-
android:icon="@mipmap/ic_launcher">
7+
android:icon="@mipmap/launcher_icon">
88
<activity
99
android:name=".MainActivity"
1010
android:exported="true"
4.91 KB
Loading
2.87 KB
Loading
6.83 KB
Loading
12.3 KB
Loading
17 KB
Loading

assets/img/icon.png

-11.6 KB
Loading

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@
427427
isa = XCBuildConfiguration;
428428
buildSettings = {
429429
ALWAYS_SEARCH_USER_PATHS = NO;
430-
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
430+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
431431
CLANG_ANALYZER_NONNULL = YES;
432432
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
433433
CLANG_CXX_LIBRARY = "libc++";
@@ -484,7 +484,7 @@
484484
isa = XCBuildConfiguration;
485485
buildSettings = {
486486
ALWAYS_SEARCH_USER_PATHS = NO;
487-
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
487+
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = AppIcon;
488488
CLANG_ANALYZER_NONNULL = YES;
489489
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
490490
CLANG_CXX_LIBRARY = "libc++";
184 KB
Loading
716 Bytes
Loading

0 commit comments

Comments
 (0)