Skip to content

Commit 700c2fa

Browse files
authored
Merge pull request #7658 from woocommerce/fix-widgets-conf
Widgets: Update Xcode configuration
2 parents f8a7576 + 7666b95 commit 700c2fa

File tree

3 files changed

+24
-55
lines changed

3 files changed

+24
-55
lines changed

WooCommerce/Resources/Info.plist

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5-
<key>NSAppTransportSecurity</key>
6-
<dict>
7-
<key>NSAllowsLocalNetworking</key>
8-
<true/>
9-
</dict>
105
<key>CFBundleDevelopmentRegion</key>
116
<string>$(DEVELOPMENT_LANGUAGE)</string>
127
<key>CFBundleDisplayName</key>
@@ -63,18 +58,25 @@
6358
</array>
6459
<key>LSRequiresIPhoneOS</key>
6560
<true/>
66-
<key>NSCameraUsageDescription</key>
67-
<string>To take photos or videos to add to your Products, scan barcode for Product SKU, or support tickets.</string>
68-
<key>NSPhotoLibraryUsageDescription</key>
69-
<string>To save photos from camera for Product images, or to add photos or videos to your Products or support tickets.</string>
70-
<key>NSLocationWhenInUseUsageDescription</key>
71-
<string>Location access is required in order to accept payments.</string>
72-
<key>NSBluetoothPeripheralUsageDescription</key>
73-
<string>Bluetooth access is required in order to connect to supported card readers.</string>
61+
<key>NSAppTransportSecurity</key>
62+
<dict>
63+
<key>NSAllowsLocalNetworking</key>
64+
<true/>
65+
</dict>
7466
<key>NSBluetoothAlwaysUsageDescription</key>
7567
<string>This app uses Bluetooth to connect to supported card readers.</string>
68+
<key>NSBluetoothPeripheralUsageDescription</key>
69+
<string>Bluetooth access is required in order to connect to supported card readers.</string>
70+
<key>NSCameraUsageDescription</key>
71+
<string>To take photos or videos to add to your Products, scan barcode for Product SKU, or support tickets.</string>
7672
<key>NSLocationDefaultAccuracyReduced</key>
7773
<true/>
74+
<key>NSLocationWhenInUseUsageDescription</key>
75+
<string>Location access is required in order to accept payments.</string>
76+
<key>NSPhotoLibraryUsageDescription</key>
77+
<string>To save photos from camera for Product images, or to add photos or videos to your Products or support tickets.</string>
78+
<key>NSUserActivityTypes</key>
79+
<array/>
7880
<key>UIAppFonts</key>
7981
<array>
8082
<string>Noticons.ttf</string>

WooCommerce/StoreWidgets/StoreWidgets.intentdefinition

Lines changed: 4 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -9,50 +9,13 @@
99
<key>INIntentDefinitionNamespace</key>
1010
<string>88xZPY</string>
1111
<key>INIntentDefinitionSystemVersion</key>
12-
<string>20A294</string>
12+
<string>21G83</string>
1313
<key>INIntentDefinitionToolsBuildVersion</key>
14-
<string>12A6144</string>
14+
<string>13F100</string>
1515
<key>INIntentDefinitionToolsVersion</key>
16-
<string>12.0</string>
16+
<string>13.4.1</string>
1717
<key>INIntents</key>
18-
<array>
19-
<dict>
20-
<key>INIntentCategory</key>
21-
<string>information</string>
22-
<key>INIntentDescriptionID</key>
23-
<string>tVvJ9c</string>
24-
<key>INIntentEligibleForWidgets</key>
25-
<true/>
26-
<key>INIntentIneligibleForSuggestions</key>
27-
<true/>
28-
<key>INIntentName</key>
29-
<string>Configuration</string>
30-
<key>INIntentResponse</key>
31-
<dict>
32-
<key>INIntentResponseCodes</key>
33-
<array>
34-
<dict>
35-
<key>INIntentResponseCodeName</key>
36-
<string>success</string>
37-
<key>INIntentResponseCodeSuccess</key>
38-
<true/>
39-
</dict>
40-
<dict>
41-
<key>INIntentResponseCodeName</key>
42-
<string>failure</string>
43-
</dict>
44-
</array>
45-
</dict>
46-
<key>INIntentTitle</key>
47-
<string>Configuration</string>
48-
<key>INIntentTitleID</key>
49-
<string>gpCwrM</string>
50-
<key>INIntentType</key>
51-
<string>Custom</string>
52-
<key>INIntentVerb</key>
53-
<string>View</string>
54-
</dict>
55-
</array>
18+
<array/>
5619
<key>INTypes</key>
5720
<array/>
5821
</dict>

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11008,9 +11008,10 @@
1100811008
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
1100911009
CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
1101011010
CLANG_ENABLE_OBJC_WEAK = YES;
11011-
CODE_SIGN_STYLE = Automatic;
11011+
CODE_SIGN_STYLE = Manual;
1101211012
CURRENT_PROJECT_VERSION = 1;
1101311013
DEVELOPMENT_TEAM = PZYM8XX95Q;
11014+
ENABLE_BITCODE = NO;
1101411015
GENERATE_INFOPLIST_FILE = YES;
1101511016
INFOPLIST_FILE = StoreWidgets/Info.plist;
1101611017
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;
@@ -11026,6 +11027,7 @@
1102611027
MTL_FAST_MATH = YES;
1102711028
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woocommerce.storewidgets;
1102811029
PRODUCT_NAME = "$(TARGET_NAME)";
11030+
PROVISIONING_PROFILE_SPECIFIER = "WooCommerce Store Widgets Development";
1102911031
SKIP_INSTALL = YES;
1103011032
SWIFT_EMIT_LOC_STRINGS = YES;
1103111033
SWIFT_VERSION = 5.0;
@@ -11045,6 +11047,7 @@
1104511047
CODE_SIGN_STYLE = Manual;
1104611048
CURRENT_PROJECT_VERSION = 1;
1104711049
DEVELOPMENT_TEAM = PZYM8XX95Q;
11050+
ENABLE_BITCODE = NO;
1104811051
GENERATE_INFOPLIST_FILE = YES;
1104911052
INFOPLIST_FILE = StoreWidgets/Info.plist;
1105011053
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;
@@ -11079,6 +11082,7 @@
1107911082
CODE_SIGN_STYLE = Manual;
1108011083
CURRENT_PROJECT_VERSION = 1;
1108111084
DEVELOPMENT_TEAM = 99KV9Z6BKV;
11085+
ENABLE_BITCODE = NO;
1108211086
GENERATE_INFOPLIST_FILE = YES;
1108311087
INFOPLIST_FILE = StoreWidgets/Info.plist;
1108411088
INFOPLIST_KEY_CFBundleDisplayName = StoreWidgets;

0 commit comments

Comments
 (0)