Skip to content

Commit d65abb0

Browse files
committed
fix: iPad 윈도우 리사이징 plist 설정 복원
1 parent fbc0732 commit d65abb0

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Application/DevLogApp/Sources/Resource/Info.plist

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
1515
<key>CFBundleInfoDictionaryVersion</key>
1616
<string>6.0</string>
17+
<key>CFBundleDisplayName</key>
18+
<string>DevLog</string>
1719
<key>CFBundleName</key>
1820
<string>$(PRODUCT_NAME)</string>
1921
<key>CFBundlePackageType</key>
@@ -42,13 +44,39 @@
4244
<string>$(CLIENT_ID)</string>
4345
<key>GITHUB_CLIENT_ID</key>
4446
<string>$(GITHUB_CLIENT_ID)</string>
47+
<key>ITSAppUsesNonExemptEncryption</key>
48+
<false/>
49+
<key>LSApplicationCategoryType</key>
50+
<string>public.app-category.productivity</string>
4551
<key>LSRequiresIPhoneOS</key>
4652
<true/>
4753
<key>PRIVACY_POLICY_URL</key>
4854
<string>$(PRIVACY_POLICY_URL)</string>
55+
<key>UIApplicationSceneManifest</key>
56+
<dict>
57+
<key>UIApplicationSupportsMultipleScenes</key>
58+
<true/>
59+
</dict>
60+
<key>UIApplicationSupportsIndirectInputEvents</key>
61+
<true/>
4962
<key>UIBackgroundModes</key>
5063
<array>
5164
<string>remote-notification</string>
5265
</array>
66+
<key>UILaunchScreen</key>
67+
<dict/>
68+
<key>UIStatusBarStyle</key>
69+
<string></string>
70+
<key>UISupportedInterfaceOrientations</key>
71+
<array>
72+
<string>UIInterfaceOrientationPortrait</string>
73+
</array>
74+
<key>UISupportedInterfaceOrientations~ipad</key>
75+
<array>
76+
<string>UIInterfaceOrientationLandscapeLeft</string>
77+
<string>UIInterfaceOrientationLandscapeRight</string>
78+
<string>UIInterfaceOrientationPortrait</string>
79+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
80+
</array>
5381
</dict>
5482
</plist>

0 commit comments

Comments
 (0)