Skip to content

Commit

Permalink
[fix] App과 Share Extension 버전 일치
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Oct 22, 2024
1 parent b5d2523 commit 495989f
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions Projects/App/ShareExtension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TeamID</key>
<string>$(TeamID)</string>
<key>GIDClientID</key>
<string>$(GIDClientID)</string>
<key>AppleKeyID</key>
<string>$(AppleKeyID)</string>
<key>CFBundleDisplayName</key>
<string>Pokit</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleName</key>
<string>Pokit</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -19,34 +25,30 @@
</array>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleName</key>
<string>Pokit</string>
<key>CFBundleDisplayName</key>
<string>Pokit</string>
<key>GIDClientID</key>
<string>$(GIDClientID)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<dict>
<key>NSExtensionActivationSupportsText</key>
<true/>
<key>NSExtensionActivationSupportsWebPageWithMaxCount</key>
<integer>1000</integer>
<key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
<integer>1000</integer>
<key>NSExtensionActivationSupportsText</key>
<true/>
</dict>
</dict>
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
<key>NSExtensionPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ShareViewController</string>
</dict>
<key>TeamID</key>
<string>$(TeamID)</string>
</dict>
</plist>

0 comments on commit 495989f

Please sign in to comment.