Skip to content

Commit

Permalink
Bumped version of cocoapods lock file + typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Jan 28, 2022
1 parent 8a80b62 commit 9074e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/tests/PassMeterTester/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: b3495ca77227430cff13712d2cd2188a7c48e11a

COCOAPODS: 1.10.1
COCOAPODS: 1.11.2
2 changes: 1 addition & 1 deletion Source/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function consistencytest {
subtask "running cocoapods"
pod install
subtask "building test project"
xcodebuild -workspace PassMeterTester.xcworkspace -configuration Test -sdk macosx12.1-scheme PassMeterTester build OBJROOT=$(PWD)/build SYMROOT=$(PWD)/build
xcodebuild -workspace PassMeterTester.xcworkspace -configuration Test -sdk macosx12.1 -scheme PassMeterTester build OBJROOT=$(PWD)/build SYMROOT=$(PWD)/build

pushd "${buildfolder}"

Expand Down

0 comments on commit 9074e5b

Please sign in to comment.