Skip to content

Commit 08c08b6

Browse files
committed
fix kmp-xlog iOS dependency
1 parent 2e63b17 commit 08c08b6

File tree

10 files changed

+70
-522
lines changed

10 files changed

+70
-522
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ local.properties
1111

1212
xcuserdata
1313
**.podspec
14+
**.xcodeproj
15+
**.xcworkspace
1416
Podfile.lock
1517
Pods
1618

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,12 @@ Open the project (the repo root dir) in Android studio, and run the example.andr
7878
### iOS
7979

8080
```bash
81+
brew install cocoapods xcodegen
82+
# if you have installed them earlier, you need to remove them at first,
83+
# or run brew link --overwrite xcodegen cocoapods
84+
8185
cd example/iosApp
86+
xcodegen
8287
pod install
8388
# open iosApp.xcworkspace in Xcode, and run it.
8489
```

Diff for: buildSrc/src/main/kotlin/Constants.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Consts {
22
const val releaseGroup = "com.piasy"
33
const val releaseName = "kmp-socketio"
4-
const val releaseVersion = "1.1.3"
4+
const val releaseVersion = "1.1.4"
55

66
val androidNS = "$releaseGroup.${releaseName.replace('-', '.')}"
77
}

0 commit comments

Comments
 (0)