Skip to content

Commit

Permalink
[Chore] Generate & update sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-nimble committed Aug 25, 2023
1 parent 12b597b commit 0164ea2
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 126 deletions.
8 changes: 8 additions & 0 deletions sample/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,20 @@ jobs:
ref: ${{ github.head_ref }}
submodules: "recursive"

- name: Preserve the ArkanaKeys (avoid code change in git when refreshing the "sample" project)
run: mv -f ./sample/ios/ArkanaKeys ../

- name: Remove the old sample project
run: rm -rf sample

- name: Generate the new sample project
run: ./make.sh --bundle-id co.nimble.kmm.sample --bundle-id-staging co.nimble.kmm.sample.staging --project-name sample --ios-version 14.0

- name: Restore the previous ArkanaKeys's keys
run: |
rm -rf ./sample/ios/ArkanaKeys
mv -f ../ArkanaKeys ./sample/ios
- id: changes
name: Check for changes in the sample project
run: |
Expand Down
2 changes: 1 addition & 1 deletion sample/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,4 @@ DEPENDENCIES
xcov

BUNDLED WITH
2.4.19
2.4.18
1 change: 0 additions & 1 deletion sample/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ target 'sample' do
pod 'SnapKit'

# Rx
pod 'RxAlamofire'
pod 'RxCocoa'
pod 'RxDataSources'
pod 'RxSwift'
Expand Down
13 changes: 1 addition & 12 deletions sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
PODS:
- Alamofire (5.7.1)
- ArkanaKeys (1.0.0):
- ArkanaKeysInterfaces (~> 1.0.0)
- ArkanaKeysInterfaces (1.0.0)
Expand Down Expand Up @@ -70,11 +69,6 @@ PODS:
- PromisesObjC (= 2.3.1)
- Quick (7.2.0)
- R.swift (7.3.2)
- RxAlamofire (6.1.1):
- RxAlamofire/Core (= 6.1.1)
- RxAlamofire/Core (6.1.1):
- Alamofire (~> 5.4)
- RxSwift (~> 6.0)
- RxBlocking (6.5.0):
- RxSwift (= 6.5.0)
- RxCocoa (6.5.0):
Expand Down Expand Up @@ -121,7 +115,6 @@ DEPENDENCIES:
- NimbleExtension (from `https://github.com/nimblehq/NimbleExtension`, branch `master`)
- Quick
- R.swift
- RxAlamofire
- RxCocoa
- RxDataSources
- RxNimble/RxBlocking
Expand All @@ -136,7 +129,6 @@ DEPENDENCIES:

SPEC REPOS:
trunk:
- Alamofire
- Differentiator
- Factory
- Firebase
Expand All @@ -158,7 +150,6 @@ SPEC REPOS:
- PromisesSwift
- Quick
- R.swift
- RxAlamofire
- RxBlocking
- RxCocoa
- RxDataSources
Expand Down Expand Up @@ -188,7 +179,6 @@ CHECKOUT OPTIONS:
:git: https://github.com/nimblehq/NimbleExtension

SPEC CHECKSUMS:
Alamofire: 0123a34370cb170936ae79a8df46cc62b2edeb88
ArkanaKeys: 356555f467c55ae40ba074c1b4d9cb5c38a55f3d
ArkanaKeysInterfaces: 81d21923368b058e2b6fd932ec96855166ef6d19
Differentiator: e8497ceab83c1b10ca233716d547b9af21b9344d
Expand All @@ -213,7 +203,6 @@ SPEC CHECKSUMS:
PromisesSwift: 28dca69a9c40779916ac2d6985a0192a5cb4a265
Quick: 73ac215f23a6a0eaa59f4ee142802b3f4dba86bb
R.swift: 0af0d882f49f03711415cb4e5215daa977d8a480
RxAlamofire: beb75a1c452d0de225651db4903f5d29d034a620
RxBlocking: 04b5fd28bb5ea49f7d64b80db8bbfe50d9cc1c7d
RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b
RxDataSources: aa47cc1ed6c500fa0dfecac5c979b723542d79cf
Expand All @@ -228,6 +217,6 @@ SPEC CHECKSUMS:
Wormholy: ab1c8c2f02f58587a0941deb0088555ffbf039a1
xcbeautify: 6e2f57af5c3a86d490376d5758030a8dcc201c1b

PODFILE CHECKSUM: 5233b086e0f5d1a72122803b9528f7837bf47189
PODFILE CHECKSUM: 85d4cae5e270d7a65db55a5c553c6c13b91a7b7f

COCOAPODS: 1.12.1
Loading

0 comments on commit 0164ea2

Please sign in to comment.