git ssb

1+

yi / localnative



Tree: 2c1932822a8e06b5876eb875f19924a15ae91539

Files: 2c1932822a8e06b5876eb875f19924a15ae91539 / localnative-ios / share-ext / Info.plist

1373 bytesRaw
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5 <key>CFBundleDevelopmentRegion</key>
6 <string>$(DEVELOPMENT_LANGUAGE)</string>
7 <key>CFBundleDisplayName</key>
8 <string>Local Native</string>
9 <key>CFBundleExecutable</key>
10 <string>$(EXECUTABLE_NAME)</string>
11 <key>CFBundleIdentifier</key>
12 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
13 <key>CFBundleInfoDictionaryVersion</key>
14 <string>6.0</string>
15 <key>CFBundleName</key>
16 <string>$(PRODUCT_NAME)</string>
17 <key>CFBundlePackageType</key>
18 <string>XPC!</string>
19 <key>CFBundleShortVersionString</key>
20 <string>$(MARKETING_VERSION)</string>
21 <key>CFBundleVersion</key>
22 <string>$(CURRENT_PROJECT_VERSION)</string>
23 <key>NSExtension</key>
24 <dict>
25 <key>NSExtensionAttributes</key>
26 <dict>
27 <key>NSExtensionActivationRule</key>
28 <dict>
29 <key>NSExtensionActivationSupportsImageWithMaxCount</key>
30 <integer>1</integer>
31 <key>NSExtensionActivationSupportsWebURLWithMaxCount</key>
32 <integer>1</integer>
33 </dict>
34 <key>NSExtensionJavaScriptPreprocessingFile</key>
35 <string>GetURL</string>
36 </dict>
37 <key>NSExtensionMainStoryboard</key>
38 <string>MainInterface</string>
39 <key>NSExtensionPointIdentifier</key>
40 <string>com.apple.share-services</string>
41 </dict>
42</dict>
43</plist>
44

Built with git-ssb-web