Skip to content

Commit

Permalink
Merge pull request #138 from OutSystems/development
Browse files Browse the repository at this point in the history
RMET-3838 ::: Prepare `outsystems` for `4.2.0-OS50` Release
  • Loading branch information
OS-ricardomoreirasilva authored Nov 15, 2024
2 parents 865d12c + 26bb51c commit a7860ce
Show file tree
Hide file tree
Showing 30 changed files with 1,292 additions and 1,243 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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.

## 4.2.0-OS50

### Fixes

- (android) Add edge-to-edge support on Android 15.
- (ios) Issue with access permissions to Photo Gallery files.
- (ios) Address warning regarding clashing names between a SwiftUI's View method and a custom one.

## 4.2.0-OS49

### Fixes
Expand All @@ -20,7 +28,6 @@ The changes documented here do not include those from the original repository.
- (ios) Remove 3rd-party dependencies (https://outsystemsrd.atlassian.net/browse/RMET-3674).
- (ios) Remove iOS 13 specific code (https://outsystemsrd.atlassian.net/browse/RMET-3675).


## 4.2.0-OS48

### Chores
Expand Down
2 changes: 1 addition & 1 deletion libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {
apply plugin: 'kotlin-kapt'

dependencies {
implementation("com.github.outsystems:oscamera-android:1.2.5@aar")
implementation("com.github.outsystems:oscamera-android:1.2.6@aar")
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-camera",
"version": "4.2.0-OS49",
"version": "4.2.0-OS50",
"description": "Cordova Camera Plugin",
"types": "./types/index.d.ts",
"cordova": {
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-camera"
version="4.2.0-OS49">
version="4.2.0-OS50">
<name>Camera</name>
<description>Cordova Camera Plugin</description>
<license>Apache 2.0</license>
Expand Down
10 changes: 5 additions & 5 deletions src/ios/frameworks/OSCameraLib.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@
<key>BinaryPath</key>
<string>OSCameraLib.framework/OSCameraLib</string>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>OSCameraLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>BinaryPath</key>
<string>OSCameraLib.framework/OSCameraLib</string>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>OSCameraLib.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit a7860ce

Please sign in to comment.