Skip to content

Commit

Permalink
Merge pull request #7658 from woocommerce/fix-widgets-conf
Browse files Browse the repository at this point in the history
Widgets: Update Xcode configuration
  • Loading branch information
Ecarrion authored Sep 5, 2022
2 parents f8a7576 + 7666b95 commit 700c2fa
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 55 deletions.
28 changes: 15 additions & 13 deletions WooCommerce/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
Expand Down Expand Up @@ -63,18 +58,25 @@
</array>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>To take photos or videos to add to your Products, scan barcode for Product SKU, or support tickets.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To save photos from camera for Product images, or to add photos or videos to your Products or support tickets.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location access is required in order to accept payments.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Bluetooth access is required in order to connect to supported card readers.</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>This app uses Bluetooth to connect to supported card readers.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Bluetooth access is required in order to connect to supported card readers.</string>
<key>NSCameraUsageDescription</key>
<string>To take photos or videos to add to your Products, scan barcode for Product SKU, or support tickets.</string>
<key>NSLocationDefaultAccuracyReduced</key>
<true/>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Location access is required in order to accept payments.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>To save photos from camera for Product images, or to add photos or videos to your Products or support tickets.</string>
<key>NSUserActivityTypes</key>
<array/>
<key>UIAppFonts</key>
<array>
<string>Noticons.ttf</string>
Expand Down
45 changes: 4 additions & 41 deletions WooCommerce/StoreWidgets/StoreWidgets.intentdefinition
Original file line number Diff line number Diff line change
Expand Up @@ -9,50 +9,13 @@
<key>INIntentDefinitionNamespace</key>
<string>88xZPY</string>
<key>INIntentDefinitionSystemVersion</key>
<string>20A294</string>
<string>21G83</string>
<key>INIntentDefinitionToolsBuildVersion</key>
<string>12A6144</string>
<string>13F100</string>
<key>INIntentDefinitionToolsVersion</key>
<string>12.0</string>
<string>13.4.1</string>
<key>INIntents</key>
<array>
<dict>
<key>INIntentCategory</key>
<string>information</string>
<key>INIntentDescriptionID</key>
<string>tVvJ9c</string>
<key>INIntentEligibleForWidgets</key>
<true/>
<key>INIntentIneligibleForSuggestions</key>
<true/>
<key>INIntentName</key>
<string>Configuration</string>
<key>INIntentResponse</key>
<dict>
<key>INIntentResponseCodes</key>
<array>
<dict>
<key>INIntentResponseCodeName</key>
<string>success</string>
<key>INIntentResponseCodeSuccess</key>
<true/>
</dict>
<dict>
<key>INIntentResponseCodeName</key>
<string>failure</string>
</dict>
</array>
</dict>
<key>INIntentTitle</key>
<string>Configuration</string>
<key>INIntentTitleID</key>
<string>gpCwrM</string>
<key>INIntentType</key>
<string>Custom</string>
<key>INIntentVerb</key>
<string>View</string>
</dict>
</array>
<array/>
<key>INTypes</key>
<array/>
</dict>
Expand Down
6 changes: 5 additions & 1 deletion WooCommerce/WooCommerce.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11008,9 +11008,10 @@
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_STYLE = Automatic;
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PZYM8XX95Q;
ENABLE_BITCODE = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = StoreWidgets/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;
Expand All @@ -11026,6 +11027,7 @@
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woocommerce.storewidgets;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "WooCommerce Store Widgets Development";
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
Expand All @@ -11045,6 +11047,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = PZYM8XX95Q;
ENABLE_BITCODE = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = StoreWidgets/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;
Expand Down Expand Up @@ -11079,6 +11082,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 99KV9Z6BKV;
ENABLE_BITCODE = NO;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = StoreWidgets/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;
Expand Down

0 comments on commit 700c2fa

Please sign in to comment.