Skip to content

Commit

Permalink
chore: Replace "podspec" Inclusion (#23)
Browse files Browse the repository at this point in the history
Import "OneSignal" through the "podspec" attribute instead of "framework". This change is required by MABS 10.
  • Loading branch information
OS-ricardomoreirasilva authored Oct 12, 2023
1 parent 379d7d8 commit aa8110f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Changes
- Chore: iOS | Use `podspec` element instead of it being a `framework` attribute.

## [2.11.1-OS7]
### Features
Expand Down
10 changes: 9 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,18 @@
<string>production</string>
</config-file>

<framework src="OneSignal" type="podspec" spec="2.15.2" />
<header-file src="src/ios/OneSignalPush.h" />
<source-file src="src/ios/OneSignalPush.m" />

<podspec>
<config>
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods>
<pod name="OneSignal" spec="2.15.2" />
</pods>
</podspec>

</platform>

<!-- Windows Phone 8.1 -->
Expand Down

0 comments on commit aa8110f

Please sign in to comment.