Skip to content

Commit

Permalink
2023.2.0 リリース
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Aug 1, 2023
1 parent 418869f commit 4c74cdf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ theme: apple
min_acl: public
sdk: iphoneos
module: Sora
module_version: 2023.1.0
module_version: 2023.2.0
swift_version: 5.8.1
xcodebuild_arguments:
- -parallelizeTargets
Expand Down
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

## develop

## 2023.2.0

- [UPDATE] システム条件を変更する
- macOS 13.4.1 以降
- WebRTC SFU Sora 2023.1.0 以降
- WebRTC SFU Sora 2023.2.0 以降
- Xcode 14.3.1
- Swift 5.8.1
- CocoaPods 1.12.1 以降
Expand All @@ -29,7 +31,7 @@
- [ADD] サイマルキャストを VP9 / AV1 に対応する
- @szktty

## 2023.1.0
## 2023.2.0

- [UPDATE] WebRTC 112.5615.1.0 に上げる
- @miosakuma
Expand Down
2 changes: 1 addition & 1 deletion Sora.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sora"
s.version = "2023.1.0"
s.version = "2023.2.0"
s.summary = "Sora iOS SDK"
s.description = <<-DESC
A library to develop Sora client applications.
Expand Down
4 changes: 2 additions & 2 deletions Sora.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2023.1.0;
MARKETING_VERSION = 2023.2.0;
PRODUCT_BUNDLE_IDENTIFIER = jp.shiguredo.sora.ios.sdk.Sora;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -628,7 +628,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2023.1.0;
MARKETING_VERSION = 2023.2.0;
PRODUCT_BUNDLE_IDENTIFIER = jp.shiguredo.sora.ios.sdk.Sora;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion Sora/PackageInfo.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// :nodoc:
public enum SDKInfo {
// Sora iOS SDK のバージョンを定義する
public static let version = "2023.1.0"
public static let version = "2023.2.0"
}

/**
Expand Down

0 comments on commit 4c74cdf

Please sign in to comment.