Skip to content

Commit 1925a18

Browse files
final commit
1 parent a1c6887 commit 1925a18

46 files changed

Lines changed: 188 additions & 72 deletions

Some content is hidden

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

farmerapp/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<uses-permission android:name="android.permission.INTERNET" />
1010
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
1111
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
12-
<application android:label="farmerapp" android:name="${applicationName}" android:icon="@mipmap/ic_launcher">
12+
<application android:label="MooM" android:name="${applicationName}" android:icon="@mipmap/launcher_icon">
1313
<activity android:name=".MainActivity" android:exported="true" android:launchMode="singleTop" android:theme="@style/LaunchTheme" android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode" android:hardwareAccelerated="true" android:windowSoftInputMode="adjustResize">
1414
<!-- Specifies an Android theme to apply to this Activity as soon as
1515
the Android process has started. This theme is visible to the user
9.11 KB
4.6 KB
14.8 KB
29.5 KB
46.6 KB

farmerapp/assets/logo.jpg

145 KB

farmerapp/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++";
734 KB
806 Bytes

0 commit comments

Comments
 (0)