Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…cape into connor-commits
  • Loading branch information
steinbro committed Sep 15, 2024
2 parents 91ba6df + 83de694 commit 39eea13
Show file tree
Hide file tree
Showing 81 changed files with 1,191 additions and 1,254 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ios-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,19 @@ on:
- 'apps/ios/**'
jobs:
unit-tests:
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: setup
run: |
sudo xcode-select -s /Applications/Xcode_15.3.app/Contents/Developer
gem install xcpretty
- name: Build
run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 13'
run: xcodebuild build-for-testing -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15' CODE_SIGN_IDENTITY= CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO |tee xcodebuild.log | xcpretty
- name: uploadlog
uses: actions/upload-artifact@v4
with:
name: xcodebuild-log
path: xcodebuild.log
- name: Test
run: xcodebuild test-without-building -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 13'
run: xcodebuild test-without-building -workspace apps/ios/GuideDogs.xcworkspace -scheme Soundscape -destination 'platform=iOS Simulator,name=iPhone 15'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.xcuserstate
xcuserdata/
.build
Package.resolved

## Generic Files To Ignore
*~
Expand Down
1 change: 1 addition & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
MIT License

Copyright (c) 2024 Soundscape Community Contributors
Copyright (c) Microsoft Corporation.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
94 changes: 25 additions & 69 deletions apps/ios/GuideDogs.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

112 changes: 0 additions & 112 deletions apps/ios/GuideDogs.xcworkspace/xcshareddata/swiftpm/Package.resolved

This file was deleted.

52 changes: 40 additions & 12 deletions apps/ios/GuideDogs/Assets/Licenses/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Third Party Notices</title>
<title>Copyright Notices</title>
<style type="text/css">
body {
background-color: rgb(33,34,51);
Expand All @@ -19,42 +19,70 @@
</style>
</head>
<body>
<h1>MIT License</h1>
<p>
<a href="https://www.github.com/microsoft/soundscape">Soundscape</a>
<br> Copyright (c) Microsoft Corporation
Copyright &copy; 2024 Soundscape Community Contributors
<br/>
Copyright &copy; Microsoft Corporation.
</p>
<p>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
</p>
<p>
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
</p>
<p>
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE
</p>
<h1>Third Party Notices</h1>
<p>
<a href="https://www.github.com/microsoft/soundscape">Microsoft Soundscape</a>
<br> Copyright &copy; Microsoft Corporation
</p>
<p>
<a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>
<br> Copyright (c) OpenStreetMap Contributors
<br> Copyright &copy; OpenStreetMap Contributors
</p>
<p>
<a href="https://raw.githubusercontent.com/CocoaLumberjack/CocoaLumberjack/master/LICENSE">CocoaLumberjack</a>
<br> Copyright (c) 2016 Deusty, LLC
<br> Copyright &copy; 2016 Deusty, LLC
</p>
<p>
<a href="https://raw.githubusercontent.com/realm/realm-cocoa/master/LICENSE">Realm</a>
<br> Copyright (c) 2011-2016 Realm Inc All rights reserved
<br> Copyright &copy; 2011-2016 Realm Inc All rights reserved
</p>
<p>
<a href="https://raw.githubusercontent.com/dzenbot/DZNEmptyDataSet/master/LICENSE">DZNEmptyDataSet</a>
<br> Copyright (c) 2016 Ignacio Romero Zurbuchen
<br> Copyright &copy; 2016 Ignacio Romero Zurbuchen
</p>
<p>
<a href="https://raw.githubusercontent.com/ninjaprox/NVActivityIndicatorView/master/LICENSE">NVActivityIndicatorView</a>
<br> Copyright (c) 2016 Nguyen Vinh
<br> Copyright &copy; 2016 Nguyen Vinh
</p>
<p>
<a href="https://raw.githubusercontent.com/Pierre-Loup/iOS-GPX-Framework/master/LICENSE">iOS-GPX-Framework</a>
<br> Copyright (c) 2012 NextBusinessSystem Co., Ltd.
<a href=""https://github.com/vincentneo/CoreGPX/blob/master/LICENSE">CoreGPX</a>
<br/> Copyright &copy; 2018 Vincent Neo
</p>
<p>
<a href="https://raw.githubusercontent.com/Pierre-Loup/iOS-GPX-Framework/master/TBXML-LICENSE">TBXML</a>
<br> Copyright (c) 2009 Tom Bradley
<br> Copyright &copy; 2009 Tom Bradley
</p>
<p>
<p>
<a href="https://raw.githubusercontent.com/SDWebImage/SDWebImage/master/LICENSE">SDWebImage</a>
<br> Copyright (c) 2009-2017 Olivier Poitrey [email protected]
<br> Copyright &copy; 2009-2017 Olivier Poitrey [email protected]
</p>
</body>
</html>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 39eea13

Please sign in to comment.