라인 앱에서 로그인 후 앱으로 돌아오기 위한 line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER) URL 스키마를 추가

This commit is contained in:
Yu Sung
2026-01-29 01:53:30 +09:00
parent 11dede49e2
commit 27720cfb65
2 changed files with 38 additions and 2 deletions

View File

@@ -8,7 +8,6 @@
<key>CFBundleURLSchemes</key>
<array>
<string>fb608674328645232</string>
<string>com.googleusercontent.apps.758414412471-3cf403jb4s405eu17qrfrcbs9ofhq369</string>
</array>
</dict>
<dict>
@@ -27,6 +26,23 @@
<string>kakao20cf19413d63bfdfd30e8e6dff933d33</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.758414412471-3cf403jb4s405eu17qrfrcbs9ofhq369</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- Specify URL scheme to use when returning from LINE to your app. -->
<string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>608674328645232</string>
@@ -273,6 +289,8 @@
<string>kakaolink</string>
<!-- 카카오톡 채널 -->
<string>kakaoplus</string>
<!-- 라인 -->
<string>lineauth2</string>
</array>
</dict>
</plist>

View File

@@ -8,7 +8,6 @@
<key>CFBundleURLSchemes</key>
<array>
<string>fb612448298237287</string>
<string>com.googleusercontent.apps.983594297130-m6bv7lvc1lsetsvv3rk92etqc98uopqj</string>
</array>
</dict>
<dict>
@@ -27,6 +26,23 @@
<string>kakao231cf78acfa8252fca38b9eedf87c5cb</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>com.googleusercontent.apps.983594297130-m6bv7lvc1lsetsvv3rk92etqc98uopqj</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<!-- Specify URL scheme to use when returning from LINE to your app. -->
<string>line3rdp.$(PRODUCT_BUNDLE_IDENTIFIER)</string>
</array>
</dict>
</array>
<key>FacebookAppID</key>
<string>612448298237287</string>
@@ -273,6 +289,8 @@
<string>kakaolink</string>
<!-- 카카오톡 채널 -->
<string>kakaoplus</string>
<!-- Specify URL scheme to use when launching LINE from your app. -->
<string>lineauth2</string>
</array>
</dict>
</plist>