File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments