File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
lib/ios/PvCobra.xcframework
ios-arm64_x86_64-simulator/PvCobra.framework
ios-arm64/PvCobra.framework Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 6
6
<array >
7
7
<dict >
8
8
<key >LibraryIdentifier </key >
9
- <string >ios-arm64_x86_64-simulator </string >
9
+ <string >ios-arm64 </string >
10
10
<key >LibraryPath </key >
11
11
<string >PvCobra.framework </string >
12
12
<key >SupportedArchitectures </key >
13
13
<array >
14
14
<string >arm64 </string >
15
- <string >x86_64 </string >
16
15
</array >
17
16
<key >SupportedPlatform </key >
18
17
<string >ios </string >
19
- <key >SupportedPlatformVariant </key >
20
- <string >simulator </string >
21
18
</dict >
22
19
<dict >
23
20
<key >LibraryIdentifier </key >
24
- <string >ios-arm64 </string >
21
+ <string >ios-arm64_x86_64-simulator </string >
25
22
<key >LibraryPath </key >
26
23
<string >PvCobra.framework </string >
27
24
<key >SupportedArchitectures </key >
28
25
<array >
29
26
<string >arm64 </string >
27
+ <string >x86_64 </string >
30
28
</array >
31
29
<key >SupportedPlatform </key >
32
30
<string >ios </string >
31
+ <key >SupportedPlatformVariant </key >
32
+ <string >simulator </string >
33
33
</dict >
34
34
</array >
35
35
<key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
77
77
*/
78
78
PV_API void pv_free_error_stack (char * * message_stack );
79
79
80
+ PV_API void pv_set_sdk (const char * sdk );
81
+
80
82
#ifdef __cplusplus
81
83
}
82
84
Original file line number Diff line number Diff line change @@ -77,6 +77,8 @@ PV_API pv_status_t pv_get_error_stack(
77
77
*/
78
78
PV_API void pv_free_error_stack (char * * message_stack );
79
79
80
+ PV_API void pv_set_sdk (const char * sdk );
81
+
80
82
#ifdef __cplusplus
81
83
}
82
84
You can’t perform that action at this time.
0 commit comments