Skip to content

Commit

Permalink
Merge branch 'release/sora-ios-sdk-2024.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Apr 23, 2024
2 parents af30838 + 858eb9c commit 2d5e10f
Show file tree
Hide file tree
Showing 162 changed files with 580 additions and 181 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/data-channel-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: DataChannelSample
SCHEME: DataChannelSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
11 changes: 6 additions & 5 deletions .github/workflows/deco-streaming-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: DecoStreamingSample
SCHEME: DecoStreamingSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
11 changes: 6 additions & 5 deletions .github/workflows/screencast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: ScreenCastSample
SCHEME: ScreenCastSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
11 changes: 6 additions & 5 deletions .github/workflows/simulcast-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: SimulcastSample
SCHEME: SimulcastSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
11 changes: 6 additions & 5 deletions .github/workflows/spotlight-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: SpotlightSample
SCHEME: SpotlightSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
11 changes: 6 additions & 5 deletions .github/workflows/video-chat-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-14
env:
XCODE: /Applications/Xcode_14.3.1.app
XCODE_SDK: iphoneos16.4
XCODE: /Applications/Xcode_15.2.app
XCODE_SDK: iphoneos17.2
WORKSPACE: VideoChatSample
SCHEME: VideoChatSample
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Show CocoaPods Version
run: pod --version
- name: Restore Pods
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: Pods
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}
Expand All @@ -57,7 +57,8 @@ jobs:
CODE_SIGNING_REQUIRED=NO \
CODE_SIGNING_ALLOWED=NO \
CODE_SIGN_IDENTITY= \
PROVISIONING_PROFILE=
PROVISIONING_PROFILE= \
ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO
- name: Check uncommitted unformatted code
run: |
../lint-format.sh
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@

## develop

## sora-ios-sdk-2024.2.0

- [UPDATE] Github Actions を actions/cache@v4 にあげる
- @miosakuma
- [UPDATE] Github Actions を macos-14 にあげる
- @miosakuma
- [UPDATE] Github Actions を Xcode 15.2, iphoneos17.2 にあげる
- @miosakuma
- [UPDATE] Github Actions のビルドオプションに `ASSETCATALOG_COMPILER_GENERATE_ASSET_SYMBOLS=NO` を追加する
- Xcode 15 で Asset のシンボルである、GeneratedAssetSymbols.swift が生成されるようになったがこのファイルが SwiftFormat エラー対象となる
- CI では Asset のシンボル生成は不要であるため生成しないようオプション指定を行う
- [Xcode 15 リリースノート - Asset Catalogs](https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes#Asset-Catalogs)
- @miosakuma
- [UPDATE] システム条件を変更する
- macOS 14.4.1 以降
- Xcode 15.3
- Swift 5.10
- @miosakuma

## sora-ios-sdk-2024.1.0

- [UPDATE] システム条件を変更する
Expand Down
2 changes: 1 addition & 1 deletion DataChannelSample/.swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5.1
5.8
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,91 +1,151 @@
{
"images" : [
{
"filename" : "40.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "60.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "20x20"
},
{
"filename" : "29.png",
"idiom" : "iphone",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "58.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "87.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "29x29"
},
{
"filename" : "80.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "120.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "40x40"
},
{
"filename" : "57.png",
"idiom" : "iphone",
"scale" : "1x",
"size" : "57x57"
},
{
"filename" : "114.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "57x57"
},
{
"filename" : "120.png",
"idiom" : "iphone",
"scale" : "2x",
"size" : "60x60"
},
{
"filename" : "180.png",
"idiom" : "iphone",
"scale" : "3x",
"size" : "60x60"
},
{
"filename" : "20.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "20x20"
},
{
"filename" : "40.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "20x20"
},
{
"filename" : "29.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "29x29"
},
{
"filename" : "58.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "29x29"
},
{
"filename" : "40.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "40x40"
},
{
"filename" : "80.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "40x40"
},
{
"filename" : "50.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "50x50"
},
{
"filename" : "100.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "50x50"
},
{
"filename" : "72.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "72x72"
},
{
"filename" : "144.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "72x72"
},
{
"filename" : "76.png",
"idiom" : "ipad",
"scale" : "1x",
"size" : "76x76"
},
{
"filename" : "152.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "76x76"
},
{
"filename" : "167.png",
"idiom" : "ipad",
"scale" : "2x",
"size" : "83.5x83.5"
},
{
"filename" : "1024.png",
"idiom" : "ios-marketing",
"scale" : "1x",
"size" : "1024x1024"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ class ConfigViewController: UITableViewController {
// 接続処理が終了したので false にします。
self?.isConnecting = false

if let error = error {
if let error {
// errorがnilでないばあいは、接続に失敗しています。
// この場合は、エラー表示をユーザーに返すのが親切です。
// なお、このコールバックはメインスレッド以外のスレッドから呼び出される可能性があるので、
Expand Down
Loading

0 comments on commit 2d5e10f

Please sign in to comment.