Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arielelkin committed Feb 7, 2025
1 parent 7a2872a commit 42641de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ let package = Package(
type: .dynamic,
targets: ["PocketSVG"])
],
dependencies: [
],
targets: [
.target(
name: "PocketSVG",
Expand Down
2 changes: 1 addition & 1 deletion ci/build_demos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -xeo pipefail
rm -rf .build/
rm -rf derived_data/

IOS_DESTINATION="platform=iOS Simulator,name=iPhone 15"
IOS_DESTINATION="platform=iOS Simulator,name=iPhone 16 Pro"

echo "Build iOS demo"
xcodebuild \
Expand Down
1 change: 1 addition & 0 deletions ci/build_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ xcodebuild archive \
xcodebuild archive \
-scheme PocketSVG \
-destination 'generic/platform=visionOS' \
-sdk xros1.0 \
-derivedDataPath derived_data \
-archivePath $VISIONOS_XCARCHIVE_PATH \
SKIP_INSTALL=NO \
Expand Down

0 comments on commit 42641de

Please sign in to comment.