Skip to content

Commit

Permalink
Merge pull request #9 from Carifio24/v3
Browse files Browse the repository at this point in the history
Version 3
  • Loading branch information
Carifio24 authored Jul 13, 2023
2 parents ca98aaf + 888f071 commit 7f21ff4
Show file tree
Hide file tree
Showing 560 changed files with 4,742 additions and 53,994 deletions.
Binary file removed .DS_Store
Binary file not shown.
25 changes: 25 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Test

on: [push]

jobs:
run_tests:
runs-on: macos-12
strategy:
matrix:
include:
- xcode: "13.2"
ios: "15.2"
- xcode: "13.1"
ios: "15.0"
- xcode: "12.4"
ios: "13.4"
- xcode: "11.7"
ios: "13.7"
name: "Run tests on iOS (${{ matrix.ios }})"
steps:
- uses: actions/checkout@v1
- name: Select Xcode
run: sudo xcode-select -switch /Applications/Xcode_13.4.1.app && /usr/bin/xcodebuild -version
- name: Run tests
run: xcodebuild test -scheme Spellbook -project Spellbook.xcodeproj -destination 'platform=iOS Simulator,name=iPhone 12,OS=15.5' | xcpretty && exit ${PIPESTATUS[0]}
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.DS_Store
.Trashes
*.swp
*.lock

DerivedData/
build/
Binary file added ButtonImages/clipboard_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions Data/UpdateInfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@
<b>Astral Adventurer\'s Guide</b>.
</item>
</section>
<section name="v_3_0_0">
<item name="title">Version 3.0.0 update</item>
<item name="description">This update adds the ability to keep track of spell slots for each character.</item>
</section>
</root>
Binary file modified Icons/.DS_Store
Binary file not shown.
Binary file modified Icons/GeneratedIcons/.DS_Store
Binary file not shown.
Binary file modified Icons/Icons/.DS_Store
Binary file not shown.
20 changes: 0 additions & 20 deletions Podfile

This file was deleted.

20 changes: 0 additions & 20 deletions Podfile.lock

This file was deleted.

24 changes: 0 additions & 24 deletions Pods/ActionSheetPicker-3.0/LICENSE

This file was deleted.

126 changes: 0 additions & 126 deletions Pods/ActionSheetPicker-3.0/Pickers/AbstractActionSheetPicker.h

This file was deleted.

Loading

0 comments on commit 7f21ff4

Please sign in to comment.