Skip to content

Commit 601d827

Browse files
author
qinhui
committed
Update version
1 parent 3466979 commit 601d827

File tree

9 files changed

+46
-26
lines changed

9 files changed

+46
-26
lines changed

iOS/APIExample-Audio/APIExample-Audio.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -630,10 +630,14 @@
630630
inputFileListPaths = (
631631
"${PODS_ROOT}/Target Support Files/Pods-APIExample-Audio/Pods-APIExample-Audio-frameworks-${CONFIGURATION}-input-files.xcfilelist",
632632
);
633+
inputPaths = (
634+
);
633635
name = "[CP] Embed Pods Frameworks";
634636
outputFileListPaths = (
635637
"${PODS_ROOT}/Target Support Files/Pods-APIExample-Audio/Pods-APIExample-Audio-frameworks-${CONFIGURATION}-output-files.xcfilelist",
636638
);
639+
outputPaths = (
640+
);
637641
runOnlyForDeploymentPostprocessing = 0;
638642
shellPath = /bin/sh;
639643
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-APIExample-Audio/Pods-APIExample-Audio-frameworks.sh\"\n";
@@ -987,7 +991,7 @@
987991
CODE_SIGN_ENTITLEMENTS = "";
988992
CODE_SIGN_IDENTITY = "Apple Development";
989993
CODE_SIGN_STYLE = Automatic;
990-
CURRENT_PROJECT_VERSION = 3;
994+
CURRENT_PROJECT_VERSION = 1;
991995
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
992996
DEVELOPMENT_TEAM = 48TB6ZZL5S;
993997
ENABLE_BITCODE = NO;
@@ -1001,7 +1005,7 @@
10011005
"$(inherited)",
10021006
"@executable_path/Frameworks",
10031007
);
1004-
MARKETING_VERSION = 4.6.0;
1008+
MARKETING_VERSION = 4.6.2;
10051009
OTHER_LDFLAGS = (
10061010
"$(inherited)",
10071011
"-ObjC",
@@ -1058,7 +1062,7 @@
10581062
CODE_SIGN_ENTITLEMENTS = "";
10591063
CODE_SIGN_IDENTITY = "Apple Development";
10601064
CODE_SIGN_STYLE = Automatic;
1061-
CURRENT_PROJECT_VERSION = 3;
1065+
CURRENT_PROJECT_VERSION = 1;
10621066
DEVELOPMENT_TEAM = 48TB6ZZL5S;
10631067
ENABLE_BITCODE = NO;
10641068
FRAMEWORK_SEARCH_PATHS = (
@@ -1071,7 +1075,7 @@
10711075
"$(inherited)",
10721076
"@executable_path/Frameworks",
10731077
);
1074-
MARKETING_VERSION = 4.6.0;
1078+
MARKETING_VERSION = 4.6.2;
10751079
OTHER_LDFLAGS = (
10761080
"$(inherited)",
10771081
"-ObjC",

iOS/APIExample-Audio/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ target 'APIExample-Audio' do
77

88
pod 'Floaty', '~> 4.2.0'
99
pod 'AGEVideoLayout', '~> 1.0.2'
10-
pod 'AgoraAudio_iOS', '4.6.0'
10+
pod 'AgoraAudio_iOS', '4.6.2'
1111
# pod 'sdk', :path => 'sdk.podspec'
1212
end
1313

iOS/APIExample-OC/APIExample-OC.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,10 +1225,14 @@
12251225
inputFileListPaths = (
12261226
"${PODS_ROOT}/Target Support Files/Pods-APIExample-OC/Pods-APIExample-OC-frameworks-${CONFIGURATION}-input-files.xcfilelist",
12271227
);
1228+
inputPaths = (
1229+
);
12281230
name = "[CP] Embed Pods Frameworks";
12291231
outputFileListPaths = (
12301232
"${PODS_ROOT}/Target Support Files/Pods-APIExample-OC/Pods-APIExample-OC-frameworks-${CONFIGURATION}-output-files.xcfilelist",
12311233
);
1234+
outputPaths = (
1235+
);
12321236
runOnlyForDeploymentPostprocessing = 0;
12331237
shellPath = /bin/sh;
12341238
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-APIExample-OC/Pods-APIExample-OC-frameworks.sh\"\n";
@@ -1624,7 +1628,7 @@
16241628
"$(inherited)",
16251629
"@executable_path/Frameworks",
16261630
);
1627-
MARKETING_VERSION = 1.0;
1631+
MARKETING_VERSION = 4.6.2;
16281632
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-oc";
16291633
PRODUCT_NAME = "$(TARGET_NAME)";
16301634
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1666,7 +1670,7 @@
16661670
"$(inherited)",
16671671
"@executable_path/Frameworks",
16681672
);
1669-
MARKETING_VERSION = 1.0;
1673+
MARKETING_VERSION = 4.6.2;
16701674
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-oc";
16711675
PRODUCT_NAME = "$(TARGET_NAME)";
16721676
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1699,7 +1703,7 @@
16991703
"@executable_path/Frameworks",
17001704
"@executable_path/../../Frameworks",
17011705
);
1702-
MARKETING_VERSION = 1.0;
1706+
MARKETING_VERSION = 4.6.2;
17031707
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-oc.Agora-ScreenShare-Extension-OC";
17041708
PRODUCT_NAME = "$(TARGET_NAME)";
17051709
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1728,7 +1732,7 @@
17281732
"@executable_path/Frameworks",
17291733
"@executable_path/../../Frameworks",
17301734
);
1731-
MARKETING_VERSION = 1.0;
1735+
MARKETING_VERSION = 4.6.2;
17321736
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-oc.Agora-ScreenShare-Extension-OC";
17331737
PRODUCT_NAME = "$(TARGET_NAME)";
17341738
PROVISIONING_PROFILE_SPECIFIER = "";

iOS/APIExample-OC/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# platform :ios, '9.0'
33

44
def common_pods
5-
pod 'AgoraRtcEngine_iOS', '4.6.0'
5+
pod 'AgoraRtcEngine_iOS', '4.6.2'
66
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

iOS/APIExample-SwiftUI/APIExample-SwiftUI.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,10 +1108,14 @@
11081108
inputFileListPaths = (
11091109
"${PODS_ROOT}/Target Support Files/Pods-APIExample-SwiftUI/Pods-APIExample-SwiftUI-frameworks-${CONFIGURATION}-input-files.xcfilelist",
11101110
);
1111+
inputPaths = (
1112+
);
11111113
name = "[CP] Embed Pods Frameworks";
11121114
outputFileListPaths = (
11131115
"${PODS_ROOT}/Target Support Files/Pods-APIExample-SwiftUI/Pods-APIExample-SwiftUI-frameworks-${CONFIGURATION}-output-files.xcfilelist",
11141116
);
1117+
outputPaths = (
1118+
);
11151119
runOnlyForDeploymentPostprocessing = 0;
11161120
shellPath = /bin/sh;
11171121
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-APIExample-SwiftUI/Pods-APIExample-SwiftUI-frameworks.sh\"\n";
@@ -1401,7 +1405,7 @@
14011405
"$(inherited)",
14021406
"@executable_path/Frameworks",
14031407
);
1404-
MARKETING_VERSION = 1.0;
1408+
MARKETING_VERSION = 4.6.2;
14051409
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-swiftUI";
14061410
PRODUCT_NAME = "$(TARGET_NAME)";
14071411
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1440,7 +1444,7 @@
14401444
"$(inherited)",
14411445
"@executable_path/Frameworks",
14421446
);
1443-
MARKETING_VERSION = 1.0;
1447+
MARKETING_VERSION = 4.6.2;
14441448
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-swiftUI";
14451449
PRODUCT_NAME = "$(TARGET_NAME)";
14461450
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1470,7 +1474,7 @@
14701474
"@executable_path/Frameworks",
14711475
"@executable_path/../../Frameworks",
14721476
);
1473-
MARKETING_VERSION = 1.0;
1477+
MARKETING_VERSION = 4.6.2;
14741478
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-swiftUI.Agora-ScreenShare-Extension";
14751479
PRODUCT_NAME = "$(TARGET_NAME)";
14761480
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1501,7 +1505,7 @@
15011505
"@executable_path/Frameworks",
15021506
"@executable_path/../../Frameworks",
15031507
);
1504-
MARKETING_VERSION = 1.0;
1508+
MARKETING_VERSION = 4.6.2;
15051509
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples-swiftUI.Agora-ScreenShare-Extension";
15061510
PRODUCT_NAME = "$(TARGET_NAME)";
15071511
PROVISIONING_PROFILE_SPECIFIER = "";

iOS/APIExample/APIExample.xcodeproj/project.pbxproj

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1642,10 +1642,14 @@
16421642
inputFileListPaths = (
16431643
"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
16441644
);
1645+
inputPaths = (
1646+
);
16451647
name = "[CP] Embed Pods Frameworks";
16461648
outputFileListPaths = (
16471649
"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
16481650
);
1651+
outputPaths = (
1652+
);
16491653
runOnlyForDeploymentPostprocessing = 0;
16501654
shellPath = /bin/sh;
16511655
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks.sh\"\n";
@@ -2435,7 +2439,7 @@
24352439
"$(inherited)",
24362440
"$(PROJECT_DIR)/Agora-ScreenShare-Extension",
24372441
);
2438-
MARKETING_VERSION = 4.0.0;
2442+
MARKETING_VERSION = 4.6.2;
24392443
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples.Agora-ScreenShare-Extension";
24402444
PRODUCT_NAME = "$(TARGET_NAME)";
24412445
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2469,7 +2473,7 @@
24692473
"$(inherited)",
24702474
"$(PROJECT_DIR)/Agora-ScreenShare-Extension",
24712475
);
2472-
MARKETING_VERSION = 4.0.0;
2476+
MARKETING_VERSION = 4.6.2;
24732477
PRODUCT_BUNDLE_IDENTIFIER = "io.agora.api.examples.Agora-ScreenShare-Extension";
24742478
PRODUCT_NAME = "$(TARGET_NAME)";
24752479
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2609,7 +2613,7 @@
26092613
CODE_SIGN_ENTITLEMENTS = "";
26102614
CODE_SIGN_IDENTITY = "Apple Development";
26112615
CODE_SIGN_STYLE = Automatic;
2612-
CURRENT_PROJECT_VERSION = 2;
2616+
CURRENT_PROJECT_VERSION = 1;
26132617
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
26142618
DEVELOPMENT_TEAM = 48TB6ZZL5S;
26152619
ENABLE_BITCODE = NO;
@@ -2620,7 +2624,7 @@
26202624
"$(inherited)",
26212625
"@executable_path/Frameworks",
26222626
);
2623-
MARKETING_VERSION = 4.0.0;
2627+
MARKETING_VERSION = 4.6.2;
26242628
OTHER_LDFLAGS = (
26252629
"$(inherited)",
26262630
"-ObjC",
@@ -2681,7 +2685,7 @@
26812685
CODE_SIGN_ENTITLEMENTS = "";
26822686
CODE_SIGN_IDENTITY = "Apple Development";
26832687
CODE_SIGN_STYLE = Automatic;
2684-
CURRENT_PROJECT_VERSION = 2;
2688+
CURRENT_PROJECT_VERSION = 1;
26852689
DEVELOPMENT_TEAM = 48TB6ZZL5S;
26862690
ENABLE_BITCODE = NO;
26872691
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
@@ -2691,7 +2695,7 @@
26912695
"$(inherited)",
26922696
"@executable_path/Frameworks",
26932697
);
2694-
MARKETING_VERSION = 4.0.0;
2698+
MARKETING_VERSION = 4.6.2;
26952699
OTHER_LDFLAGS = (
26962700
"$(inherited)",
26972701
"-ObjC",

iOS/APIExample/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
55

66
def common_pods
7-
pod 'AgoraRtcEngine_iOS', '4.6.0'
7+
pod 'AgoraRtcEngine_iOS', '4.6.2'
88
# pod 'sdk', :path => 'sdk.podspec'
99
end
1010

macOS/APIExample.xcodeproj/project.pbxproj

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,10 +1194,14 @@
11941194
inputFileListPaths = (
11951195
"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
11961196
);
1197+
inputPaths = (
1198+
);
11971199
name = "[CP] Embed Pods Frameworks";
11981200
outputFileListPaths = (
11991201
"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
12001202
);
1203+
outputPaths = (
1204+
);
12011205
runOnlyForDeploymentPostprocessing = 0;
12021206
shellPath = /bin/sh;
12031207
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-APIExample/Pods-APIExample-frameworks.sh\"\n";
@@ -1819,7 +1823,7 @@
18191823
CODE_SIGN_IDENTITY = "Apple Development";
18201824
CODE_SIGN_STYLE = Automatic;
18211825
COMBINE_HIDPI_IMAGES = YES;
1822-
CURRENT_PROJECT_VERSION = 1.20220311.37381;
1826+
CURRENT_PROJECT_VERSION = 1;
18231827
DEVELOPMENT_TEAM = 48TB6ZZL5S;
18241828
ENABLE_APP_SANDBOX = NO;
18251829
ENABLE_HARDENED_RUNTIME = YES;
@@ -1833,7 +1837,7 @@
18331837
"$(inherited)",
18341838
"@executable_path/../Frameworks",
18351839
);
1836-
MARKETING_VERSION = 4.6.0;
1840+
MARKETING_VERSION = 4.6.2;
18371841
PRODUCT_BUNDLE_IDENTIFIER = io.agora.api.examples;
18381842
PRODUCT_NAME = "$(TARGET_NAME)";
18391843
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -1851,7 +1855,7 @@
18511855
CODE_SIGN_IDENTITY = "Apple Development";
18521856
CODE_SIGN_STYLE = Automatic;
18531857
COMBINE_HIDPI_IMAGES = YES;
1854-
CURRENT_PROJECT_VERSION = 1.20220311.37381;
1858+
CURRENT_PROJECT_VERSION = 1;
18551859
DEVELOPMENT_TEAM = 48TB6ZZL5S;
18561860
ENABLE_APP_SANDBOX = NO;
18571861
ENABLE_HARDENED_RUNTIME = YES;
@@ -1865,7 +1869,7 @@
18651869
"$(inherited)",
18661870
"@executable_path/../Frameworks",
18671871
);
1868-
MARKETING_VERSION = 4.6.0;
1872+
MARKETING_VERSION = 4.6.2;
18691873
PRODUCT_BUNDLE_IDENTIFIER = io.agora.api.examples;
18701874
PRODUCT_NAME = "$(TARGET_NAME)";
18711875
PROVISIONING_PROFILE_SPECIFIER = "";

macOS/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
def common_pods
5-
pod 'AgoraRtcEngine_macOS', '4.6.0'
5+
pod 'AgoraRtcEngine_macOS', '4.6.2'
66
# pod 'sdk', :path => 'sdk.podspec'
77
end
88

0 commit comments

Comments
 (0)