2019-12-20 19:09:20 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<dict>
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
|
|
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
|
|
<key>CFBundleDisplayName</key>
|
2021-08-11 21:57:49 -07:00
|
|
|
<string>Widget</string>
|
2019-12-20 19:09:20 -08:00
|
|
|
<key>CFBundleExecutable</key>
|
|
|
|
<string>$(EXECUTABLE_NAME)</string>
|
|
|
|
<key>CFBundleIdentifier</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
|
|
<string>6.0</string>
|
|
|
|
<key>CFBundleName</key>
|
|
|
|
<string>$(PRODUCT_NAME)</string>
|
|
|
|
<key>CFBundlePackageType</key>
|
|
|
|
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
|
|
<key>CFBundleShortVersionString</key>
|
2022-01-25 13:11:51 -05:00
|
|
|
<string>$(MARKETING_VERSION)</string>
|
2019-12-20 19:09:20 -08:00
|
|
|
<key>CFBundleVersion</key>
|
2022-01-25 13:11:51 -05:00
|
|
|
<string>$(CURRENT_PROJECT_VERSION)</string>
|
2019-12-20 19:09:20 -08:00
|
|
|
<key>NSExtension</key>
|
|
|
|
<dict>
|
|
|
|
<key>NSExtensionPointIdentifier</key>
|
2021-08-11 21:57:49 -07:00
|
|
|
<string>com.apple.widgetkit-extension</string>
|
2019-12-20 19:09:20 -08:00
|
|
|
</dict>
|
2022-01-26 20:30:38 -08:00
|
|
|
<key>UIAppFonts</key>
|
|
|
|
<array>
|
|
|
|
<string>WhitneySSm-Medium-Bas.otf</string>
|
|
|
|
<string>WhitneySSm-Book-Bas.otf</string>
|
|
|
|
</array>
|
2019-12-20 19:09:20 -08:00
|
|
|
</dict>
|
|
|
|
</plist>
|