Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

25 update multiplatform libraries #26

Merged
merged 3 commits into from
Oct 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[![SwiftLint](https://github.com/Graphmasters/graphmasters-navigation-ios/actions/workflows/ios_swift_lint.yml/badge.svg?style=flat)](https://github.com/Graphmasters/graphmasters-navigation-ios/actions/workflows/ios_swift_lint.yml)
[![Build and Test](https://github.com/Graphmasters/graphmasters-navigation-ios/actions/workflows/ios_xcode_example_build.yml/badge.svg)](https://github.com/Graphmasters/graphmasters-navigation-ios/actions/workflows/ios_xcode_example_build.yml)
![iOS support](https://img.shields.io/badge/iOS-11.0-blue.svg?logo=apple&style=flat)
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/)
![GitHub](https://img.shields.io/github/license/graphmasters/graphmasters-navigation-ios)

# Graphmasters Navigation iOS

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Sources/GraphmastersNavigationCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def framework_name = 'GraphmastersNavigationCore'

def multiplatform_core_version = '1.12.0'
def multiplatform_navigation_version = '1.26.26'
def multiplatform_navigation_ui_version = '1.22.6-283-update-underlying-multiplatform-libraries-SNAPSHOT'
def multiplatform_navigation_ui_version = '1.22.6'

configurations.all {
resolutionStrategy {
Expand Down Expand Up @@ -80,7 +80,7 @@ task copyDebugFramework(type: Copy) {
}

task copyReleaseFramework(type: Copy) {
from layout.projectDirectory.dir("build/XCFrameworks/debug/${framework_name}.xcframework")
from layout.projectDirectory.dir("build/XCFrameworks/release/${framework_name}.xcframework")
into layout.projectDirectory.dir("${framework_name}.xcframework")
}
assembleGraphmastersNavigationCoreDebugXCFramework.finalizedBy deleteOldFramework
Expand Down