codeplay-common 1.5.3 → 1.5.5
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.
|
@@ -12,7 +12,7 @@ const requiredPlugins = [
|
|
|
12
12
|
{ pattern: /localNotification-(\d+\.\d+)\.js$/, minVersion: '2.2', required: true },
|
|
13
13
|
{ pattern: /localNotification_AppSettings-(\d+\.\d+)\.js$/, minVersion: '1.0', required: true },
|
|
14
14
|
{ pattern: /onesignal-(\d+\.\d+)\.js$/, minVersion: '2.1', required: true },
|
|
15
|
-
{ pattern: /saveToGalleryAndSaveAnyFile-(\d+\.\d+)(-ios)?\.js$/, minVersion: '2.
|
|
15
|
+
{ pattern: /saveToGalleryAndSaveAnyFile-(\d+\.\d+)(-ios)?\.js$/, minVersion: '2.4', required: true },
|
|
16
16
|
{ pattern: /Ads[\/\\]IAP-(\d+\.\d+)$/, minVersion: '2.1', isFolder: true },
|
|
17
17
|
{ pattern: /Ads[\/\\]admob-emi-(\d+\.\d+)\.js$/, minVersion: '2.6', required: true }
|
|
18
18
|
];
|
|
@@ -113,6 +113,7 @@ const saveToGalleryAndSaveFileCheck_iOS = () => {
|
|
|
113
113
|
//console.error(`\n❌❌❌ BIG ERROR: iOS-specific import detected in: ${fullPath}`);
|
|
114
114
|
//console.error(`🔍 Matched: ${matches[0]}\n`);
|
|
115
115
|
if (!isMac) {
|
|
116
|
+
console.error(`\n❌❌❌ BIG ERROR: iOS-specific import detected in: ${fullPath}`);
|
|
116
117
|
console.error(`🚫 STOPPED: This file should not be imported in Android/Windows/Linux builds.\n`);
|
|
117
118
|
process.exit(1);
|
|
118
119
|
}
|