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 fad117b commit 317eae7Copy full SHA for 317eae7
WooCommerce/Resources/Info.plist
@@ -18,6 +18,10 @@
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
<string>0.1.0</string>
21
+ <key>CFBundleSupportedPlatforms</key>
22
+ <array>
23
+ <string>iPhoneOS</string>
24
+ </array>
25
<key>CFBundleURLTypes</key>
26
<array>
27
<dict>
@@ -43,7 +47,7 @@
43
47
</dict>
44
48
</array>
45
49
<key>CFBundleVersion</key>
46
- <string>0100</string>
50
+ <string>0101</string>
51
<key>LSApplicationQueriesSchemes</key>
52
53
<string>org-appextension-feature-password-management</string>
0 commit comments