File tree 15 files changed +25
-707
lines changed
appleMain/frameworks/mars.xcframework
ios-arm64_x86_64-simulator/mars.framework
macos-arm64_x86_64/mars.framework
iosMain/kmp_xlog.xcodeproj
15 files changed +25
-707
lines changed Original file line number Diff line number Diff line change @@ -203,16 +203,16 @@ Maven central portal credentials and signing configs are set in `~/.gradle/gradl
203
203
204
204
``` bash
205
205
# on Windows: need manual release on website
206
- .\s cript \p ublish_windows.bat
206
+ .\s cripts \p ublish_windows.bat
207
207
# on Linux: need manual release on website
208
- ./script /publish_linux.sh
208
+ ./scripts /publish_linux.sh
209
209
# on macOS: need manual release on website
210
- ./script /publish_others.sh
210
+ ./scripts /publish_others.sh
211
211
```
212
212
213
213
#### iOS/macOS cocoapods
214
214
215
215
``` bash
216
- ./build_apple.sh
217
- ./publish_apple_cocoapods.sh
216
+ ./scripts/ build_apple.sh
217
+ ./scripts/ publish_apple_cocoapods.sh
218
218
```
Original file line number Diff line number Diff line change 1
1
object Consts {
2
2
const val releaseGroup = " com.piasy"
3
3
const val releaseName = " kmp-xlog"
4
- const val releaseVersion = " 1.3.2 "
4
+ const val releaseVersion = " 1.3.4 "
5
5
6
6
val androidNS = " $releaseGroup .${releaseName.replace(' -' , ' .' )} "
7
7
}
Original file line number Diff line number Diff line change 5
5
<key >AvailableLibraries </key >
6
6
<array >
7
7
<dict >
8
+ <key >BinaryPath </key >
9
+ <string >mars.framework/mars </string >
8
10
<key >LibraryIdentifier </key >
9
11
<string >ios-arm64_x86_64-simulator </string >
10
12
<key >LibraryPath </key >
20
22
<string >simulator </string >
21
23
</dict >
22
24
<dict >
25
+ <key >BinaryPath </key >
26
+ <string >mars.framework/mars </string >
23
27
<key >LibraryIdentifier </key >
24
- <string >macos-arm64_x86_64 </string >
28
+ <string >ios-arm64 </string >
25
29
<key >LibraryPath </key >
26
30
<string >mars.framework </string >
27
31
<key >SupportedArchitectures </key >
28
32
<array >
29
33
<string >arm64 </string >
30
- <string >x86_64 </string >
31
34
</array >
32
35
<key >SupportedPlatform </key >
33
- <string >macos </string >
36
+ <string >ios </string >
34
37
</dict >
35
38
<dict >
39
+ <key >BinaryPath </key >
40
+ <string >mars.framework/mars </string >
36
41
<key >LibraryIdentifier </key >
37
- <string >ios-arm64 </string >
42
+ <string >macos-arm64_x86_64 </string >
38
43
<key >LibraryPath </key >
39
44
<string >mars.framework </string >
40
45
<key >SupportedArchitectures </key >
41
46
<array >
42
47
<string >arm64 </string >
48
+ <string >x86_64 </string >
43
49
</array >
44
50
<key >SupportedPlatform </key >
45
- <string >ios </string >
51
+ <string >macos </string >
46
52
</dict >
47
53
</array >
48
54
<key >CFBundlePackageType </key >
Original file line number Diff line number Diff line change 2
2
#ifndef Mars_verinfo_h
3
3
#define Mars_verinfo_h
4
4
5
- #define MARS_REVISION "aa0a4099 "
5
+ #define MARS_REVISION "ed515502 "
6
6
#define MARS_PATH "piasy-kmp"
7
7
#define MARS_URL ""
8
- #define MARS_BUILD_TIME "2023-06-10 10:04:14 "
8
+ #define MARS_BUILD_TIME "2025-02-26 08:20:41 "
9
9
#define MARS_TAG ""
10
10
11
11
#endif
Original file line number Diff line number Diff line change 2
2
#ifndef Mars_verinfo_h
3
3
#define Mars_verinfo_h
4
4
5
- #define MARS_REVISION "aa0a4099 "
5
+ #define MARS_REVISION "ed515502 "
6
6
#define MARS_PATH "piasy-kmp"
7
7
#define MARS_URL ""
8
- #define MARS_BUILD_TIME "2023-06-10 10:04:14 "
8
+ #define MARS_BUILD_TIME "2025-02-26 08:20:41 "
9
9
#define MARS_TAG ""
10
10
11
11
#endif
Original file line number Diff line number Diff line change 2
2
#ifndef Mars_verinfo_h
3
3
#define Mars_verinfo_h
4
4
5
- #define MARS_REVISION "aa0a4099 "
5
+ #define MARS_REVISION "ed515502 "
6
6
#define MARS_PATH "piasy-kmp"
7
7
#define MARS_URL ""
8
- #define MARS_BUILD_TIME "2023-06-10 10: 08:12 "
8
+ #define MARS_BUILD_TIME "2025-02-26 08:26:38 "
9
9
#define MARS_TAG ""
10
10
11
11
#endif
You can’t perform that action at this time.
0 commit comments