Skip to content

Commit

Permalink
Fix scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuravi committed Oct 14, 2023
1 parent c31d344 commit 852bab4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Build and Test Swift Package iOS
uses: StanfordBDHG/.github/.github/workflows/xcodebuild-or-fastlane.yml@v2
with:
scheme: HealthKitOnOMH-Package
scheme: HealthKitOnOMH
artifactname: HealthKitOnOMH.xcresult
create-and-upload-coverage-report:
name: Create and Upload Coverage Report
Expand Down
29 changes: 29 additions & 0 deletions Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>dateCreated</key>
<date>2023-10-14T09:50:26Z</date>
<key>externalLocations</key>
<array/>
<key>rootId</key>
<dict>
<key>hash</key>
<string>0~2kwMxhuqKMQjXk6MyLH1Rtn8mYx-4drJFjmnIXZzMU0LcXFTI286__LCxnjPK-YMqrdFC8aRPxZZR8LNhLXMuA==</string>
</dict>
<key>storage</key>
<dict>
<key>backend</key>
<string>fileBacked2</string>
<key>compression</key>
<string>standard</string>
</dict>
<key>version</key>
<dict>
<key>major</key>
<integer>3</integer>
<key>minor</key>
<integer>44</integer>
</dict>
</dict>
</plist>

0 comments on commit 852bab4

Please sign in to comment.