onesignal-expo-plugin
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,3 +8,7 @@ "use strict"; | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -11,0 +15,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -9,2 +9,3 @@ "use strict"; | ||
pod 'OneSignalXCFramework', '>= 3.0', '< 4.0' | ||
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks'] | ||
end`; | ||
@@ -11,0 +12,0 @@ exports.NSE_PODFILE_REGEX = /target 'OneSignalNotificationServiceExtension'/; |
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
## October 2022 | ||
### `1.1.2` - 10/04/22 | ||
#### Fixes | ||
- Specify `use_frameworks` on `OneSignalNotificationServiceExtension` target in iOS Podfile when applicable (i.e. the app target also specifies `use_frameworks`). | ||
## September 2022 | ||
### `1.1.1` - 09/06/22 | ||
#### Fixes | ||
- Fix issue where EAS release builds were no longer successfully building due to log statement | ||
### `1.1.0` - 09/01/22 | ||
#### Changes | ||
- No longer inject the OneSignal Gradle plugin on Android builds | ||
#### Fixes | ||
- Fix issue where plugin does not support monorepos | ||
## April 2022 | ||
@@ -5,0 +21,0 @@ ### `1.0.1` - 04/11/22 |
{ | ||
"name": "onesignal-expo-plugin", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The OneSignal Expo plugin allows you to use OneSignal without leaving the managed workflow. Developed in collaboration with SweetGreen.", | ||
@@ -5,0 +5,0 @@ "main": "./app.plugin.js", |
@@ -7,2 +7,3 @@ export const IPHONEOS_DEPLOYMENT_TARGET = "11.0"; | ||
pod 'OneSignalXCFramework', '>= 3.0', '< 4.0' | ||
use_frameworks! :linkage => podfile_properties['ios.useFrameworks'].to_sym if podfile_properties['ios.useFrameworks'] | ||
end`; | ||
@@ -9,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79110
45
944
1