Skip to content

Commit

Permalink
MSDK-7017 - Update Integration Example Project with SDK 10.1.0 (#18)
Browse files Browse the repository at this point in the history
* Update MSDK and Changelog

* Bump project version to 5.1.0
  • Loading branch information
SalarZ authored Apr 11, 2024
1 parent 2ee16a9 commit d1e4dc2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@
## 4.0.0
- Integrate MSDK via Swift Package Manager
- Update MSDK to v9.2.0

## 5.0.0
- Update MSDK to v10.0.0

## 5.0.1
- Update MSDK to v10.0.1

## 5.1.0
- Update MSDK to v10.1.0


4 changes: 2 additions & 2 deletions IntegrationExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.0.1;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.mimi.IntegrationExample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -567,7 +567,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.0.1;
MARKETING_VERSION = 5.1.0;
PRODUCT_BUNDLE_IDENTIFIER = io.mimi.IntegrationExample;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"originHash" : "2e124b9852b1dbe2ffdfcde0e35bb096386b28b28f68e9b710519c7afcd8f54a",
"pins" : [
{
"identity" : "sdk-ios-binaries",
"kind" : "remoteSourceControl",
"location" : "https://github.com/MimiHearingTechnologies/SDK-iOS-Binaries.git",
"state" : {
"revision" : "094e84c4fe83e16a89c1079472d6416e14c2233d",
"version" : "10.0.1"
"revision" : "5f3e8367abf7988bda9f72ca5822069e79e8b5ce",
"version" : "10.1.0"
}
}
],
"version" : 2
"version" : 3
}

0 comments on commit d1e4dc2

Please sign in to comment.