Skip to content

Commit

Permalink
Merge pull request #1 from uxcam/v1.0.5
Browse files Browse the repository at this point in the history
Update version to 1.0.5
  • Loading branch information
ankit-uxcam authored Feb 1, 2024
2 parents f59cdb8 + 00da52d commit 36c7257
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

Version | Changes
---------- | ----------
1.0.5 | Updated iOS SDK version to 3.6.9
1.0.4 | Updated iOS SDK version to 3.6.2
1.0.3 | Updated iOS SDK version to 3.6.1
1.0.2 | Updated iOS SDK version to 3.5.0
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2019-2023, UXCam
Copyright (c) 2019-2024, UXCam
All rights reserved.

Redistribution and use in binary forms, without modification, are permitted provided that the following conditions are met:
Expand All @@ -7,4 +7,4 @@ Redistribution and use in binary forms, without modification, are permitted prov

2. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
10 changes: 6 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
// swift-tools-version:5.3
import PackageDescription

let version = "1.0.4"
let version = "1.0.5"
let repoName = "uxcam-ios-swiftui"
let checksum = "9b850de088fdc4286d1c0927455d1c7d4afd3a29f34d7e2eb24b77e70862dda7"

let package = Package(

Expand All @@ -22,7 +24,7 @@ let package = Package(

dependencies:
[
.package(name: "UXCam", url: "https://github.com/uxcam/ios-sdk", from: Version(3, 6, 2)),
.package(name: "UXCam", url: "https://github.com/uxcam/uxcam-ios-sdk", from: Version(3, 6, 9)),
],

targets:
Expand All @@ -37,8 +39,8 @@ let package = Package(
),
.binaryTarget(
name: "UXCamSwiftUI",
url: "https://github.com/uxcam/ios-swiftui/raw/\(version)/UXCamSwiftUI.xcframework.zip",
checksum: "d499e2255c399c9a57174d4c3995a7c49e4967208999f0844cbad79ccef86a12"
url: "https://github.com/uxcam/\(repoName)/raw/\(version)/UXCamSwiftUI.xcframework.zip",
checksum: checksum
)
]
)
Expand Down
6 changes: 3 additions & 3 deletions UXCamSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'UXCamSwiftUI'
s.version = '1.0.4'
s.version = '1.0.5'

s.summary = "UXCam SwiftUI wrapper SDK for iOS applications"
s.description = <<-DESC
Expand All @@ -19,13 +19,13 @@ Pod::Spec.new do |s|

s.platform = :ios, 13.0

s.source = { :http => "https://raw.githubusercontent.com/uxcam/ios-swiftui/#{s.version}/UXCamSwiftUI.xcframework.zip" }
s.source = { :http => "https://raw.githubusercontent.com/uxcam/uxcam-ios-swiftui/#{s.version}/UXCamSwiftUI.xcframework.zip" }
s.vendored_frameworks = 'UXCamSwiftUI.xcframework'

s.static_framework = true
s.requires_arc = true

s.dependency 'UXCam', '~>3.6.2'
s.dependency 'UXCam', '~>3.6.9'
s.swift_version = '5.0'

end
Binary file modified UXCamSwiftUI.xcframework.zip
Binary file not shown.

0 comments on commit 36c7257

Please sign in to comment.