Skip to content

Commit

Permalink
New release: v.1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jkirtyan-dev committed Sep 19, 2024
1 parent c6a59ad commit 122d575
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

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

.binaryTarget(
name: "WebRTC",
url: "https://github.com/TechTeamer/ios-xc-webrtc/raw/1.0.5/XCWebRTC/WebRTC.xcframework.zip",
checksum: "79c63e26621e239f9eebacbe6f21371d8a4a55471a648c093ea4e2c72a7e824b")
url: "https://github.com/TechTeamer/ios-xc-webrtc/raw/1.0.6/XCWebRTC/WebRTC.xcframework.zip",
checksum: "468cf792823b2d9e984bdab18311822cc42f34a905145f475ac6132b28061ff0")
]
)
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

## Release

### 1.0.6
Build date: 2024-09-19 23:05
Chrome version: M128

### 1.0.5
Build date: 2024-03-18 12:23
Chrome version: M122
Expand Down
2 changes: 1 addition & 1 deletion Scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function copyFiles {

releaseDate=$(date '+%Y-%m-%d %H:%M')
#releaseDescription="### $version\nBuild date: $releaseDate"
releaseDescription="### ${version} \nBuild date: ${releaseDate} \nChrome version: M122"
releaseDescription="### ${version} \nBuild date: ${releaseDate} \nChrome version: M128"
sed -i "" "s/## Release/## Release\n\n${releaseDescription}/" ${rootPath}/README.md

rm -rf ${rootPath}/XCWebRTC.podspec
Expand Down
2 changes: 1 addition & 1 deletion Scripts/templates/Package.zip.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
4 changes: 2 additions & 2 deletions Scripts/templates/XCWebRTC.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ s.license = { :type => 'MIT', :file => 'LICENSE' }

s.source = { :git => 'SOURCE_URL', :tag => s.version.to_s }

s.swift_version = '5.5'
s.swift_version = '5.10'
s.platforms = { :ios => "15.0", :osx => "12.0" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.5" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.10" }

s.vendored_frameworks = 'WebRTC.xcframework'
end
4 changes: 2 additions & 2 deletions Scripts/templates/XCWebRTC.zip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ s.license = { :type => 'MIT', :file => 'LICENSE' }

s.source = { :http => 'SOURCE_URL' }

s.swift_version = '5.5'
s.swift_version = '5.10'
s.platforms = { :ios => "15.0", :osx => "12.0" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.5" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.10" }

s.vendored_frameworks = 'WebRTC.xcframework'
end
17 changes: 17 additions & 0 deletions XCWebRTC/1.0.6/XCWebRTC.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'XCWebRTC'
s.version = '1.0.6'
s.summary = 'XCWebRTC Framework'
s.homepage = 'https://facekom.net'

s.author = { 'Name' => 'info@techteamer.com' }
s.license = { :type => 'MIT', :file => 'LICENSE' }

s.source = { :http => 'https://github.com/TechTeamer/ios-xc-webrtc/raw/1.0.6/XCWebRTC/WebRTC.xcframework.zip' }

s.swift_version = '5.10'
s.platforms = { :ios => "15.0", :osx => "12.0" }
s.pod_target_xcconfig = { "SWIFT_VERSION" => "5.10" }

s.vendored_frameworks = 'WebRTC.xcframework'
end
Binary file modified XCWebRTC/WebRTC.xcframework.zip
Binary file not shown.

0 comments on commit 122d575

Please sign in to comment.