Skip to content

Commit

Permalink
RMET-3434:: prepare for 1.0.0 release (#29)
Browse files Browse the repository at this point in the history
* feat: prepare for `1.0.0` release

ref: https://outsystemsrd.atlassian.net/browse/RMET-3434

* feat: swap xcframework for cocoapods
  • Loading branch information
OS-martacarlos authored Aug 19, 2024
1 parent f996e55 commit f1ff709
Show file tree
Hide file tree
Showing 32 changed files with 10 additions and 20,979 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The changes documented here do not include those from the original repository.

## [1.0.0]
## 1.0.0

### Features
- Add `Close` feature for WebView and System Browser on Android (https://outsystemsrd.atlassian.net/browse/RMET-3428).
Expand Down
9 changes: 8 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
<source-file src="src/ios/OSInAppBrowserError.swift" />
<source-file src="src/ios/OSInAppBrowserInputArgumentsModel.swift" />

<framework src="src/ios/OSInAppBrowserLib.xcframework" embed="true" custom="true" />
<podspec>
<config>
<source url="https://cdn.cocoapods.org/"/>
</config>
<pods use-frameworks="true">
<pod name="OSInAppBrowserLib" spec="1.0.0" />
</pods>
</podspec>
</platform>
</plugin>
2 changes: 1 addition & 1 deletion src/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {
}

dependencies{
implementation("com.github.outsystems:osinappbrowser-android:0.0.29@aar")
implementation("com.github.outsystems:osinappbrowser-android:1.0.0@aar")

implementation("androidx.browser:browser:1.8.0")
implementation("com.google.android.gms:play-services-auth:21.2.0")
Expand Down
48 changes: 0 additions & 48 deletions src/ios/OSInAppBrowserLib.xcframework/Info.plist

This file was deleted.

Loading

0 comments on commit f1ff709

Please sign in to comment.