|
3 | 3 | <plist version="1.0"> |
4 | 4 | <dict> |
5 | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | | - <string>$(DEVELOPMENT_LANGUAGE)</string> |
| 6 | + <string>${DEVELOPMENT_LANGUAGE}</string> |
7 | 7 | <key>CFBundleExecutable</key> |
8 | | - <string>$(EXECUTABLE_NAME)</string> |
| 8 | + <string>${EXECUTABLE_NAME}</string> |
9 | 9 | <key>CFBundleIconFile</key> |
10 | | - <string>$(ICON_NAME)</string> |
| 10 | + <string>${ICON_NAME}</string> |
11 | 11 | <key>CFBundleIdentifier</key> |
12 | | - <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 12 | + <string>${PRODUCT_BUNDLE_IDENTIFIER}</string> |
13 | 13 | <key>CFBundleInfoDictionaryVersion</key> |
14 | 14 | <string>6.0</string> |
15 | 15 | <key>CFBundleName</key> |
16 | | - <string>$(TARGET_NAME)</string> |
| 16 | + <string>${TARGET_NAME}</string> |
17 | 17 | <key>CFBundlePackageType</key> |
18 | 18 | <string>APPL</string> |
19 | 19 | <key>CFBundleSignature</key> |
20 | 20 | <string>????</string> |
21 | 21 | <key>CFBundleShortVersionString</key> |
22 | | - <string>$(MARKETING_VERSION)</string> |
| 22 | + <string>${MARKETING_VERSION}</string> |
23 | 23 | <key>CFBundleVersion</key> |
24 | | - <string>$(CURRENT_PROJECT_VERSION)</string> |
25 | | - <key>LSApplicationCategoryType</key> |
26 | | - <string>public.app-category.graphics-design</string> |
| 24 | + <string>${CURRENT_PROJECT_VERSION}</string> |
27 | 25 | <key>NSCameraUsageDescription</key> |
28 | 26 | <string>This app needs to access the camera</string> |
29 | 27 | <key>NSMicrophoneUsageDescription</key> |
30 | 28 | <string>This app needs to access the microphone</string> |
31 | 29 | <key>NSHighResolutionCapable</key> |
32 | | - <false/> |
| 30 | + <string>${HIGH_RESOLUTION_CAPABLE}</string> |
33 | 31 | </dict> |
34 | 32 | </plist> |
0 commit comments