Skip to content

Commit

Permalink
Removed Xcode project files (#21)
Browse files Browse the repository at this point in the history
  - updated package structure
  - added dependency to vexy/bsoncoder
  - updated tests
  - fixed GH workflow issues (#20)
  - added more build options for the future use

Update README, LICENCE and usage Guides
Version 👊 to 0.8.7

closes #21
closes #20

Squashed commits:

commit e75ce71
commit bd0750f
commit 4b07eca
commit 299f306
commit df6f01f
commit bbb0c1a
commit 195841d
commit 0d5d727
commit 9e878da
commit fbcb670
commit aac4672
commit a22eebc
commit da97774

Signed-off-by: Veljko Tekelerović <veljko.tekelerovic@gmail.com>
  • Loading branch information
vexy committed Feb 28, 2022
1 parent 822fb5b commit e86f851
Show file tree
Hide file tree
Showing 21 changed files with 411 additions and 868 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/fridge_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ on:

jobs:
build:

name: Swift and xcodebuild variations for building Fridge
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
- name: Package build process
- name: Swift build
run: swift build -v
- name: Package tests
run: swift test --parallel -l -v
- name: xcodebuild build
run: xcodebuild build-for-testing -scheme "Fridge" -destination "platform=iOS Simulator,name=iPhone 8"
- name: xcodebuild iOS testing
run: xcodebuild test-without-build -scheme "Fridge" -destination "platform=iOS Simulator,name=iPhone 8"
# - name: xcodebuild tvOS testing
# run: xcodebuild test-without-building -scheme Fridge -destination "platform=tvOS Simulator,name=Apple TV 4K (at 1080p) (2nd generation)
# - name: xcodebuild watchOS
# run: xcodebuild build-for-testing -scheme "Fridge" -destination "platform=iOS Simulator,name=iPhone 8"
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Xcode build created files
build/
# Xcode (or swift) build created files
/build/
.build/
.build
.swiftpm

# Xcode project filesx
# Swift Package Manager resolution files
*.resolved

# Xcode project files
xcuserdata
*.xccheckout
*.moved-aside
Expand Down
25 changes: 0 additions & 25 deletions Fridge.xcodeproj/FridgeTests_Info.plist

This file was deleted.

26 changes: 0 additions & 26 deletions Fridge.xcodeproj/Fridge_Info.plist

This file was deleted.

Loading

0 comments on commit e86f851

Please sign in to comment.