Skip to content

Commit

Permalink
Updating Unity plugins for version 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Sep 16, 2024
1 parent 7a309fe commit 73d5729
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Plugins/Appboy/Editor/PostBuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private static void ModifyProject(string path) {
/****** Unity-iPhone (main target) ******/

// - Add packages via SPM
string brazeGUID = project.AddRemotePackageReferenceAtVersionUpToNextMinor("https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic", "10.1.0");
string brazeGUID = project.AddRemotePackageReferenceAtVersionUpToNextMinor("https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic", "10.3.0");
project.AddRemotePackageFrameworkToProject(mainTarget, "BrazeKit", brazeGUID, false);
project.AddRemotePackageFrameworkToProject(mainTarget, "BrazeUI", brazeGUID, false);

Expand Down
5 changes: 5 additions & 0 deletions Assets/Plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
⚠️ In version 4.0.0, we changed the iOS bridge from AppboyKit, which is written in Objective-C, to the new [Swift SDK](https://github.com/braze-inc/braze-swift-sdk). If you are upgrading from a version below 4.0.0 to a version above 4.0.0, please read [the instructions](https://github.com/braze-inc/braze-unity-sdk/blob/master/CHANGELOG.md#400) to ensure a smooth transition and backward compatibility.

## 7.1.0

##### Changed
- Updated the native iOS bridge [from Braze Swift SDK 10.1.0 to 10.3.0](https://github.com/braze-inc/braze-swift-sdk/compare/10.1.0...10.3.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).

## 7.0.0

##### Breaking
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
⚠️ In version 4.0.0, we changed the iOS bridge from AppboyKit, which is written in Objective-C, to the new [Swift SDK](https://github.com/braze-inc/braze-swift-sdk). If you are upgrading from a version below 4.0.0 to a version above 4.0.0, please read [the instructions](https://github.com/braze-inc/braze-unity-sdk/blob/master/CHANGELOG.md#400) to ensure a smooth transition and backward compatibility.

## 7.1.0

##### Changed
- Updated the native iOS bridge [from Braze Swift SDK 10.1.0 to 10.3.0](https://github.com/braze-inc/braze-swift-sdk/compare/10.1.0...10.3.0#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed).

## 7.0.0

##### Breaking
Expand Down

0 comments on commit 73d5729

Please sign in to comment.