Skip to content

Commit e683f74

Browse files
authored
feat: 한글 앱 이름 설정 (#42)
1 parent 6ab8e3b commit e683f74

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

frontend/ongi/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
22
<application
3-
android:label="ongi"
3+
android:label="온기"
44
android:name="${applicationName}"
55
android:icon="@mipmap/ic_launcher">
66
<activity

frontend/ongi/ios/Runner/Info.plist

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>$(DEVELOPMENT_LANGUAGE)</string>
99
<key>CFBundleDisplayName</key>
10-
<string>Ongi</string>
10+
<string>온기</string>
1111
<key>CFBundleExecutable</key>
1212
<string>$(EXECUTABLE_NAME)</string>
1313
<key>CFBundleIdentifier</key>
@@ -28,6 +28,11 @@
2828
<true/>
2929
<key>UIApplicationSupportsIndirectInputEvents</key>
3030
<true/>
31+
<key>UIBackgroundModes</key>
32+
<array>
33+
<string>fetch</string>
34+
<string>remote-notification</string>
35+
</array>
3136
<key>UILaunchStoryboardName</key>
3237
<string>LaunchScreen</string>
3338
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)