@bacons/apple-targets 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/withWidget.js +1 -1
- package/package.json +1 -1
package/build/withWidget.js
CHANGED
|
@@ -100,7 +100,7 @@ const withWidget = (config, props) => {
|
|
|
100
100
|
else {
|
|
101
101
|
prebuildLogQueue.add(() => {
|
|
102
102
|
var _a, _b;
|
|
103
|
-
return
|
|
103
|
+
return warnOnce((0, chalk_1.default) `{yellow [${widget}]} Apple target may require the App Groups entitlement but none were found in the Expo config.\nExample:\n${JSON.stringify({
|
|
104
104
|
ios: {
|
|
105
105
|
entitlements: {
|
|
106
106
|
[APP_GROUP_KEY]: [
|