File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1111
1212## develop
1313
14+ ## 2025.1.1
15+
16+ ** リリース日** : 2025-01-23
17+
1418- [ UPDATE] WebRTC m132.6834.5.2 に上げる
1519 - Apple 非公開 API を利用していたため、App Store Connect へのアップロードに失敗する問題に対応
1620 - @zztkm
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Sora"
3- s . version = "2025.1.1-canary.0 "
3+ s . version = "2025.1.1"
44 s . summary = "Sora iOS SDK"
55 s . description = <<-DESC
66 A library to develop Sora client applications.
Original file line number Diff line number Diff line change 586586 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
587587 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
588588 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
589- MARKETING_VERSION = 2025.1.0 ;
589+ MARKETING_VERSION = 2025.1.1 ;
590590 PRODUCT_BUNDLE_IDENTIFIER = jp.shiguredo.sora.ios.sdk.Sora;
591591 PRODUCT_NAME = "$(TARGET_NAME)";
592592 PROVISIONING_PROFILE = "";
620620 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
621621 IPHONEOS_DEPLOYMENT_TARGET = 14.0;
622622 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
623- MARKETING_VERSION = 2025.1.0 ;
623+ MARKETING_VERSION = 2025.1.1 ;
624624 PRODUCT_BUNDLE_IDENTIFIER = jp.shiguredo.sora.ios.sdk.Sora;
625625 PRODUCT_NAME = "$(TARGET_NAME)";
626626 PROVISIONING_PROFILE = "";
Original file line number Diff line number Diff line change 11/// :nodoc:
22public enum SDKInfo {
33 // Sora iOS SDK のバージョンを定義する
4- public static let version = " 2025.1.1-canary.0 "
4+ public static let version = " 2025.1.1 "
55}
66
77/**
You can’t perform that action at this time.
0 commit comments