File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1818 java-version : 1.8
1919 - name : Cocoapods install
2020 run : (cd sample/ios-app && pod install)
21+ - name : Build K/N cache
22+ run : ./gradlew :crash-reporting-core:runCommonizer
2123 - name : Check library
2224 run : ./gradlew build publishToMavenLocal syncMultiPlatformLibraryDebugFrameworkIosX64
2325 - name : Install pods with kotlin
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ project build.gradle
4949``` groovy
5050dependencies {
5151 commonMainImplementation("dev.icerock.moko:crash-reporting-crashlytics:0.1.2") // for CrashlyticsLogger
52- commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.1.1 ") // for CrashReportingAntilog
52+ commonMainImplementation("dev.icerock.moko:crash-reporting-napier:0.1.2 ") // for CrashReportingAntilog
5353 commonMainImplementation("com.github.aakira:napier:1.4.1") // for CrashReportingAntilog
5454}
5555```
@@ -65,8 +65,8 @@ cocoaPods {
6565```
6666project Podfile
6767``` ruby
68- pod ' MCRCDynamicProxy' , :git => ' https://github.com/icerockdev/moko-crash-reporting.git' , :tag => ' release/0.1.1 '
69- pod ' MCRCStaticReporter' , :git => ' https://github.com/icerockdev/moko-crash-reporting.git' , :tag => ' release/0.1.1 '
68+ pod ' MCRCDynamicProxy' , :git => ' https://github.com/icerockdev/moko-crash-reporting.git' , :tag => ' release/0.1.2 '
69+ pod ' MCRCStaticReporter' , :git => ' https://github.com/icerockdev/moko-crash-reporting.git' , :tag => ' release/0.1.2 '
7070```
7171
7272On iOS side add to ` AppDelegate ` :
You can’t perform that action at this time.
0 commit comments