Skip to content

Commit bf9489f

Browse files
committed
Update xcframework for Xcode 15.2 (5.5.1.1-2025.01.14-ebbc751f4)
1 parent 8f72c71 commit bf9489f

File tree

15 files changed

+40
-28
lines changed

15 files changed

+40
-28
lines changed

Frameworks/PlanetKit.xcframework/Info.plist

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<array>
77
<dict>
88
<key>BinaryPath</key>
9-
<string>PlanetKit.framework/Versions/A/PlanetKit</string>
9+
<string>PlanetKit.framework/PlanetKit</string>
1010
<key>LibraryIdentifier</key>
11-
<string>macos-arm64_x86_64</string>
11+
<string>ios-arm64_x86_64-simulator</string>
1212
<key>LibraryPath</key>
1313
<string>PlanetKit.framework</string>
1414
<key>SupportedArchitectures</key>
@@ -17,38 +17,38 @@
1717
<string>x86_64</string>
1818
</array>
1919
<key>SupportedPlatform</key>
20-
<string>macos</string>
20+
<string>ios</string>
21+
<key>SupportedPlatformVariant</key>
22+
<string>simulator</string>
2123
</dict>
2224
<dict>
2325
<key>BinaryPath</key>
2426
<string>PlanetKit.framework/PlanetKit</string>
2527
<key>LibraryIdentifier</key>
26-
<string>ios-arm64_x86_64-simulator</string>
28+
<string>ios-arm64</string>
2729
<key>LibraryPath</key>
2830
<string>PlanetKit.framework</string>
2931
<key>SupportedArchitectures</key>
3032
<array>
3133
<string>arm64</string>
32-
<string>x86_64</string>
3334
</array>
3435
<key>SupportedPlatform</key>
3536
<string>ios</string>
36-
<key>SupportedPlatformVariant</key>
37-
<string>simulator</string>
3837
</dict>
3938
<dict>
4039
<key>BinaryPath</key>
41-
<string>PlanetKit.framework/PlanetKit</string>
40+
<string>PlanetKit.framework/Versions/A/PlanetKit</string>
4241
<key>LibraryIdentifier</key>
43-
<string>ios-arm64</string>
42+
<string>macos-arm64_x86_64</string>
4443
<key>LibraryPath</key>
4544
<string>PlanetKit.framework</string>
4645
<key>SupportedArchitectures</key>
4746
<array>
4847
<string>arm64</string>
48+
<string>x86_64</string>
4949
</array>
5050
<key>SupportedPlatform</key>
51-
<string>ios</string>
51+
<string>macos</string>
5252
</dict>
5353
</array>
5454
<key>CFBundlePackageType</key>
Binary file not shown.
Binary file not shown.

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/PrivateHeaders/planetkit_common.h

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ typedef struct planetkit_init_param {
6666
const char * NULLABLE app_ver; /**< App version
6767
* Maximum size of app_ver is 32 bytes including null termination
6868
* Any trailing part of the string that exceeds the maximum size is discarded */
69+
const char * NULLABLE kit_wrapper_ver; /**< Kit wrapper version
70+
* Maximum size of extension_ver is 128 bytes including null termination
71+
* Any trailing part of the string that exceeds the maximum size is discarded */
6972

7073
planetkit_network_type_e network_type; /**< Radio technology (network type) currently in use on this device for data transmission */
7174
kit_bool_t roaming; /**< Indicator that this device is in roaming network */

Frameworks/PlanetKit.xcframework/ios-arm64/PlanetKit.framework/PrivateHeaders/planetkit_common_type.h

+1
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ typedef enum planetkit_user_equipment_type {
494494
#define PLANETKIT_SERVICE_ID_MAX_SIZE 64
495495
#define PLANETKIT_API_KEY_MIN_SIZE 128
496496
#define PLANETKIT_APP_VERSION_SIZE 32
497+
#define PLANETKIT_KIT_WRAPPER_VERSION_SIZE 128
497498

498499
#define PLANETKIT_STATISTICS_MAX_PEERS_VIDEO_STREAMS 50
499500
#define PLANETKIT_STATISTICS_MAX_PEERS_SCREEN_SHARE_STREAMS 3

Frameworks/PlanetKit.xcframework/ios-arm64_x86_64-simulator/PlanetKit.framework/PrivateHeaders/planetkit_common.h

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ typedef struct planetkit_init_param {
6666
const char * NULLABLE app_ver; /**< App version
6767
* Maximum size of app_ver is 32 bytes including null termination
6868
* Any trailing part of the string that exceeds the maximum size is discarded */
69+
const char * NULLABLE kit_wrapper_ver; /**< Kit wrapper version
70+
* Maximum size of extension_ver is 128 bytes including null termination
71+
* Any trailing part of the string that exceeds the maximum size is discarded */
6972

7073
planetkit_network_type_e network_type; /**< Radio technology (network type) currently in use on this device for data transmission */
7174
kit_bool_t roaming; /**< Indicator that this device is in roaming network */

Frameworks/PlanetKit.xcframework/ios-arm64_x86_64-simulator/PlanetKit.framework/PrivateHeaders/planetkit_common_type.h

+1
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ typedef enum planetkit_user_equipment_type {
494494
#define PLANETKIT_SERVICE_ID_MAX_SIZE 64
495495
#define PLANETKIT_API_KEY_MIN_SIZE 128
496496
#define PLANETKIT_APP_VERSION_SIZE 32
497+
#define PLANETKIT_KIT_WRAPPER_VERSION_SIZE 128
497498

498499
#define PLANETKIT_STATISTICS_MAX_PEERS_VIDEO_STREAMS 50
499500
#define PLANETKIT_STATISTICS_MAX_PEERS_SCREEN_SHARE_STREAMS 3

Frameworks/PlanetKit.xcframework/ios-arm64_x86_64-simulator/PlanetKit.framework/_CodeSignature/CodeResources

+13-13
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
</data>
1111
<key>Info.plist</key>
1212
<data>
13-
9wXtTreA21Fk5oHpP6bFIyLsqeY=
13+
dHZbllyXLM0LQHmF5mct0EBUNII=
1414
</data>
1515
<key>Modules/PlanetKit.swiftmodule/arm64-apple-ios-simulator.abi.json</key>
1616
<data>
17-
BNmqwsQ30DU9Ro8XRYmR89kzbJA=
17+
bsPqSCGsTZNM+RaTwjPz+XUrRs4=
1818
</data>
1919
<key>Modules/PlanetKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
2020
<data>
@@ -30,11 +30,11 @@
3030
</data>
3131
<key>Modules/PlanetKit.swiftmodule/arm64-apple-ios-simulator.swiftmodule</key>
3232
<data>
33-
FphzbV6Bg1ygRDYtSgkXNscCVZw=
33+
G/usUClLjy6cvYNx2Cu9DYjycxo=
3434
</data>
3535
<key>Modules/PlanetKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
3636
<data>
37-
BNmqwsQ30DU9Ro8XRYmR89kzbJA=
37+
bsPqSCGsTZNM+RaTwjPz+XUrRs4=
3838
</data>
3939
<key>Modules/PlanetKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
4040
<data>
@@ -50,7 +50,7 @@
5050
</data>
5151
<key>Modules/PlanetKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule</key>
5252
<data>
53-
gi050cYrznQpVw7fTDDf4XhxYMQ=
53+
SxQFfLkTwWGzqfq2zqnMFwWOhw4=
5454
</data>
5555
<key>Modules/module.modulemap</key>
5656
<data>
@@ -106,15 +106,15 @@
106106
</data>
107107
<key>PrivateHeaders/planetkit_common.h</key>
108108
<data>
109-
lAIIT4cXTVoAHjI/jrzwDM2+7k4=
109+
wBhHLKk1szi2/Yh7DuvXeRjggyQ=
110110
</data>
111111
<key>PrivateHeaders/planetkit_common_event.h</key>
112112
<data>
113113
ioi+Z8d/FA348EqTASk3rYZQ7FY=
114114
</data>
115115
<key>PrivateHeaders/planetkit_common_type.h</key>
116116
<data>
117-
YKHGpNof9ALKiSFJK3L6mjI3muw=
117+
9f2ni+FL2SvDQUtzOPThF8gCPYA=
118118
</data>
119119
<key>PrivateHeaders/planetkit_conference.h</key>
120120
<data>
@@ -170,7 +170,7 @@
170170
<dict>
171171
<key>hash2</key>
172172
<data>
173-
M187/aWNgtk/S7SdWVPuoRRsCnyoOyWlL1RmRUUzxSs=
173+
WNiK7ZmzJ8Jrp7d2dElfaU3/Gdqn8MNyQVcGHQXOc3c=
174174
</data>
175175
</dict>
176176
<key>Modules/PlanetKit.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface</key>
@@ -198,14 +198,14 @@
198198
<dict>
199199
<key>hash2</key>
200200
<data>
201-
22uktZbZLuOW2hXhedfPVMgggzk2JXPnjYEbMp/Mta0=
201+
JmiXCFlrwdGaVSKCoi0izOr7Of7QNVHjwUSLPdM/iUo=
202202
</data>
203203
</dict>
204204
<key>Modules/PlanetKit.swiftmodule/x86_64-apple-ios-simulator.abi.json</key>
205205
<dict>
206206
<key>hash2</key>
207207
<data>
208-
M187/aWNgtk/S7SdWVPuoRRsCnyoOyWlL1RmRUUzxSs=
208+
WNiK7ZmzJ8Jrp7d2dElfaU3/Gdqn8MNyQVcGHQXOc3c=
209209
</data>
210210
</dict>
211211
<key>Modules/PlanetKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface</key>
@@ -233,7 +233,7 @@
233233
<dict>
234234
<key>hash2</key>
235235
<data>
236-
8h31kfAOn4Mk/7CStIEiZice62KOPg9SdIgKFvX+gS4=
236+
mCMEtflOdmFuWV5kGwj1bAlmHn5IiTes9EyrxaLHPIM=
237237
</data>
238238
</dict>
239239
<key>Modules/module.modulemap</key>
@@ -331,7 +331,7 @@
331331
<dict>
332332
<key>hash2</key>
333333
<data>
334-
Lq3x+ZzuhvdifMTzMbpjjRtLmZmV51Q6JUM/LDLftLk=
334+
+YJGihL0Bthjv361YjSHpJTMQAj2d5UWI4nM0JKJSGE=
335335
</data>
336336
</dict>
337337
<key>PrivateHeaders/planetkit_common_event.h</key>
@@ -345,7 +345,7 @@
345345
<dict>
346346
<key>hash2</key>
347347
<data>
348-
7yIlpg0/a5/rsEd6MqlRH3wECFM5Do+5+WmhjrjK2/A=
348+
iylmJM1rZgdACft9adOC+/Gp6unP0fMr0ryOzFEikjg=
349349
</data>
350350
</dict>
351351
<key>PrivateHeaders/planetkit_conference.h</key>

Frameworks/PlanetKit.xcframework/macos-arm64_x86_64/PlanetKit.framework/Versions/A/PrivateHeaders/planetkit_common.h

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@ typedef struct planetkit_init_param {
6666
const char * NULLABLE app_ver; /**< App version
6767
* Maximum size of app_ver is 32 bytes including null termination
6868
* Any trailing part of the string that exceeds the maximum size is discarded */
69+
const char * NULLABLE kit_wrapper_ver; /**< Kit wrapper version
70+
* Maximum size of extension_ver is 128 bytes including null termination
71+
* Any trailing part of the string that exceeds the maximum size is discarded */
6972

7073
planetkit_network_type_e network_type; /**< Radio technology (network type) currently in use on this device for data transmission */
7174
kit_bool_t roaming; /**< Indicator that this device is in roaming network */

Frameworks/PlanetKit.xcframework/macos-arm64_x86_64/PlanetKit.framework/Versions/A/PrivateHeaders/planetkit_common_type.h

+1
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ typedef enum planetkit_user_equipment_type {
494494
#define PLANETKIT_SERVICE_ID_MAX_SIZE 64
495495
#define PLANETKIT_API_KEY_MIN_SIZE 128
496496
#define PLANETKIT_APP_VERSION_SIZE 32
497+
#define PLANETKIT_KIT_WRAPPER_VERSION_SIZE 128
497498

498499
#define PLANETKIT_STATISTICS_MAX_PEERS_VIDEO_STREAMS 50
499500
#define PLANETKIT_STATISTICS_MAX_PEERS_SCREEN_SHARE_STREAMS 3

Frameworks/PlanetKit.xcframework/macos-arm64_x86_64/PlanetKit.framework/Versions/A/Resources/Info.plist

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>22H221</string>
6+
<string>23H311</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,13 +17,13 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>5.5.0</string>
20+
<string>5.5.1</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
2424
</array>
2525
<key>CFBundleVersion</key>
26-
<string>11</string>
26+
<string>1</string>
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>

PlanetKit-SDK-Apple.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'PlanetKit-SDK-Apple'
4-
s.version = '5.5.0'
4+
s.version = '5.5.1'
55
s.summary = 'PlanetKit iOS/macOS Framework'
66
s.description = 'PlanetKit iOS/macOS Framework for Planet VoIP Service'
77

88
s.homepage = 'https://docs.lineplanet.me'
99
s.screenshots = 'https://docs.lineplanet.me/img/planet.png'
1010

1111
s.license = { :type => 'Copyright', :text => <<-LICENSE
12-
Copyright (C) 2020-2024 LINE Corp. All rights reserved.
12+
Copyright (C) 2020-2025 LINE Plus Corp. All rights reserved.
1313
LICENSE
1414
}
1515
s.authors = { 'LINE Planet' => '[email protected]' }

0 commit comments

Comments
 (0)