We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f24439 commit 6edee29Copy full SHA for 6edee29
Info.plist
@@ -13,16 +13,14 @@
13
<key>CFBundleName</key>
14
<string>$(PRODUCT_NAME)</string>
15
<key>CFBundlePackageType</key>
16
- <string>FMWK</string>
+ <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0</string>
+ <string>$(CURRENT_PROJECT_VERSION)</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
22
<string>$(CURRENT_PROJECT_VERSION)</string>
23
<key>NSHumanReadableCopyright</key>
24
<string>Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors</string>
25
- <key>NSPrincipalClass</key>
26
- <string></string>
27
</dict>
28
</plist>
0 commit comments