Skip to content

Commit

Permalink
fix: ios build scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
OS-pedrogustavobilro committed Jan 8, 2025
1 parent 842d0a9 commit e3353dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/capacitor-plugin/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
import PackageDescription

let package = Package(
name: "GeolocationPlugin",
name: "GeolocationCapacitor",
platforms: [.iOS(.v13)],
products: [
.library(
name: "GeolocationPlugin",
name: "GeolocationCapacitor",
targets: ["GeolocationPlugin"])
],
dependencies: [
Expand All @@ -23,6 +23,6 @@ let package = Package(
.testTarget(
name: "GeolocationPluginTests",
dependencies: ["GeolocationPlugin"],
path: "ios/Tests/GeolocationPluginTests")
path: "ios/Tests/GeolocationTests")
]
)
2 changes: 1 addition & 1 deletion packages/capacitor-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"scripts": {
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "xcodebuild -scheme OstemplateucCapacitor -destination generic/platform=iOS",
"verify:ios": "xcodebuild -scheme GeolocationCapacitor -destination generic/platform=iOS",
"verify:android": "cd android && ./gradlew clean build test && cd ..",
"verify:web": "npm run build",
"lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
Expand Down

0 comments on commit e3353dd

Please sign in to comment.