Skip to content

Commit

Permalink
Update Package.swift (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksproger authored Sep 18, 2024
1 parent d190f04 commit 990bab7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workflows:
tags:
only: /.*/
- prepare_release:
xcode: "13.4.1"
xcode: "14.3.1"
filters:
tags:
only: /.*/
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import PackageDescription
import Foundation

let registry = SDKRegistry()
let version = "1.0.10"
let checksum = "a23a14c445a4d4b81184ad22e778810034b6e82999a6eba21617e76a5cf0f991"
let version = "2.0.0"
let checksum = "ade0ae07e04b9eca2638be66c4f98e5f96666393d05d6a2993b5ba3636208038"

let package = Package(
name: "MapboxMobileEvents",
Expand Down
2 changes: 1 addition & 1 deletion Tests/Integration/test_carthage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ fi
sed -i '' -e "s|@PATH@|file:///${ROOT_DIR}|g" "${ROOT_DIR}/Tests/Integration/Carthage/Cartfile"
xcodegen generate
carthage update --platform iOS --use-netrc --use-xcframeworks
xcodebuild -project CarthageTest.xcodeproj -scheme CarthageTest -destination 'platform=iOS Simulator,name=iPhone 11,OS=latest' build
xcodebuild -project CarthageTest.xcodeproj -scheme CarthageTest -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build

popd
2 changes: 1 addition & 1 deletion Tests/Integration/test_cocoapods.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pushd "${ROOT_DIR}/Tests/Integration/CocoaPods"
xcodegen generate
bundle install
bundle exec pod install
xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,name=iPhone 11,OS=latest' build
xcodebuild -workspace PodInstall.xcworkspace -scheme PodInstall -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.5' build

git restore "${ROOT_DIR}/${PODSPEC_FILE}"

Expand Down
2 changes: 1 addition & 1 deletion Tests/Integration/test_spm_xcode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if [ -z `which xcodegen` ]; then
fi

xcodegen
xcodebuild -project SPMXcode.xcodeproj -scheme SPMXcode build -destination='platform=iOS Simulator,name=iPhone 11,OS=latest' CODE_SIGNING_ALLOWED=NO
xcodebuild -project SPMXcode.xcodeproj -scheme SPMXcode build -destination='platform=iOS Simulator,name=iPhone 13,OS=15.5' CODE_SIGNING_ALLOWED=NO

popd

0 comments on commit 990bab7

Please sign in to comment.