Skip to content

Commit 4afae70

Browse files
committed
update comment
1 parent 6d90d3f commit 4afae70

File tree

1 file changed

+1
-1
lines changed
  • sentry-kotlin-multiplatform-gradle-plugin/src/main/java/io/sentry/kotlin/multiplatform/gradle

1 file changed

+1
-1
lines changed

sentry-kotlin-multiplatform-gradle-plugin/src/main/java/io/sentry/kotlin/multiplatform/gradle/LinkerExtension.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ abstract class LinkerExtension @Inject constructor(project: Project) {
2020
*
2121
* The path must:
2222
* 1. Point directly to the .xcframework folder
23-
* 2. The .xcframework folder needs to be either `Sentry.xcframework` (static) or `Sentry-Dynamic.xcframework`
23+
* 2. The .xcframework folder needs to be either `Sentry.xcframework` or `Sentry-Dynamic.xcframework`
2424
*
2525
* ### Usage Example:
2626
* ```kotlin

0 commit comments

Comments
 (0)