Skip to content

Commit

Permalink
Remove RxSwift 5 sample project and fix RxSwift 6 sample project (#13)
Browse files Browse the repository at this point in the history
* Remove RxSwift 5 sample project

* Update Package.resolved

* Add NumberFactClient

* Remove Expression model and MathsExpressionClient

* Update AppTransportSecurity to allow HTTP requests to numbersapi.com

* Update ViewModel following switch to random number fact

* Update ViewController following switch to random number fact

* Remove unneeded spacing

* Remove GitHub workflow for building legacy project
  • Loading branch information
Jackstone92 authored Sep 20, 2024
1 parent e72ee15 commit 04318e6
Show file tree
Hide file tree
Showing 27 changed files with 121 additions and 1,334 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/BuildSampleProjects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ on:
branches: '**'

jobs:
buildLegacyProject:
name: "Build Legacy Project"
runs-on: macos-latest

steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
cd Sample\ Projects/RxSwift\ 5\ App/
xcodebuild clean -project RxSwift\ 5\ App.xcodeproj -scheme RxSwift\ 5\ App -destination "generic/platform=iOS"
buildLatestProject:
name: "Build Latest Project"
runs-on: macos-latest
Expand Down
423 changes: 0 additions & 423 deletions Sample Projects/RxSwift 5 App/RxSwift 5 App.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

31 changes: 0 additions & 31 deletions Sample Projects/RxSwift 5 App/RxSwift 5 App/AppDelegate.swift

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions Sample Projects/RxSwift 5 App/RxSwift 5 App/Expression.swift

This file was deleted.

23 changes: 0 additions & 23 deletions Sample Projects/RxSwift 5 App/RxSwift 5 App/Info.plist

This file was deleted.

Loading

0 comments on commit 04318e6

Please sign in to comment.