Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sentryKmp {
// Path to the Xcode project that will be used to link the framework.
// This is used to find the derived data path in which the framework is stored for SPM.
// Default is the current project directory.
xcodeProjectPath = "path/to/your/project.xcodeproj"
xcodeprojPath = "path/to/your/project.xcodeproj"

// Path to the framework that will be linked.
// Takes precedence over xcodeprojPath if both are set.
Expand Down
Loading