Skip to content

Commit 16531c8

Browse files
authored
Merge pull request #624 from nimblehq/release/4.12.0
Release - 4.12.0
2 parents db9301f + 0c0d761 commit 16531c8

File tree

387 files changed

+30655
-2207
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

387 files changed

+30655
-2207
lines changed

bitrise.yml renamed to .cicdtemplate/.bitrise/bitrise.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
format_version: '11'
33
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
44
project_type: ios
5+
tools:
6+
ruby: "3.2:installed"
57
trigger_map:
68
- push_branch: develop
79
workflow: deploy_staging
@@ -29,7 +31,6 @@ workflows:
2931
title: Set GEM_CACHE_PATH env var
3032
- git-clone@6.1: {}
3133
- cache-pull@2: {}
32-
- cocoapods-install@2: {}
3334
- xcode-test@4.0: {}
3435
- fastlane-match@0:
3536
inputs:
@@ -49,7 +50,6 @@ workflows:
4950
- cache-push@2:
5051
inputs:
5152
- cache_paths: |-
52-
./Pods -> ./Podfile.lock
5353
$BITRISE_CACHE_DIR
5454
$GEM_CACHE_PATH
5555
envs:
@@ -74,7 +74,6 @@ workflows:
7474
title: Set GEM_CACHE_PATH env var
7575
- git-clone@6.1: {}
7676
- cache-pull@2: {}
77-
- cocoapods-install@2: {}
7877
- xcode-test@4.0: {}
7978
- fastlane-match@0:
8079
inputs:
@@ -94,7 +93,6 @@ workflows:
9493
- cache-push@2:
9594
inputs:
9695
- cache_paths: |-
97-
./Pods -> ./Podfile.lock
9896
$BITRISE_CACHE_DIR
9997
$GEM_CACHE_PATH
10098
envs:
@@ -119,7 +117,6 @@ workflows:
119117
title: Set GEM_CACHE_PATH env var
120118
- git-clone@6.1: {}
121119
- cache-pull@2: {}
122-
- cocoapods-install@2: {}
123120
- xcode-test@4.0: {}
124121
- fastlane-match@0:
125122
inputs:
@@ -139,7 +136,6 @@ workflows:
139136
- cache-push@2:
140137
inputs:
141138
- cache_paths: |-
142-
./Pods -> ./Podfile.lock
143139
$BITRISE_CACHE_DIR
144140
$GEM_CACHE_PATH
145141
envs:
@@ -164,7 +160,6 @@ workflows:
164160
title: Set GEM_CACHE_PATH env var
165161
- git-clone@6.1: {}
166162
- cache-pull@2: {}
167-
- cocoapods-install@2: {}
168163
- fastlane@3:
169164
inputs:
170165
- lane: buildAndTestLane
@@ -177,7 +172,6 @@ workflows:
177172
- cache-push@2:
178173
inputs:
179174
- cache_paths: |-
180-
./Pods -> ./Podfile.lock
181175
$BITRISE_CACHE_DIR
182176
$GEM_CACHE_PATH
183177
envs:
@@ -191,7 +185,7 @@ app:
191185
envs:
192186
- opts:
193187
is_expand: false
194-
BITRISE_PROJECT_PATH: {PROJECT_NAME}.xcworkspace
188+
BITRISE_PROJECT_PATH: {PROJECT_NAME}.xcodeproj
195189
- opts:
196190
is_expand: false
197191
TEAM_ID: TEAMID
Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ workflows:
66
groups:
77
- fastlane
88
xcode: latest
9-
cocoapods: default
9+
ruby: "3.2"
1010
firebase_service_account: $FIREBASE_SERVICE_ACCOUNT
11-
cache:
12-
cache_paths:
13-
- $HOME/Library/Caches/CocoaPods
1411
triggering:
1512
events:
1613
- push
@@ -21,8 +18,6 @@ workflows:
2118
scripts:
2219
- name: Install bundle
2320
script: bundle install --path vendor/bundle
24-
- name: Install Pods Dependencies
25-
script: bundle exec pod install
2621
- name: Build and Test
2722
script: bundle exec fastlane buildAndTest
2823
- name: Match Ad-hoc
@@ -39,10 +34,7 @@ workflows:
3934
groups:
4035
- fastlane
4136
xcode: latest
42-
cocoapods: default
43-
cache:
44-
cache_paths:
45-
- $HOME/Library/Caches/CocoaPods
37+
ruby: "3.2"
4638
triggering:
4739
events:
4840
- push
@@ -53,8 +45,6 @@ workflows:
5345
scripts:
5446
- name: Install bundle
5547
script: bundle install --path vendor/bundle
56-
- name: Install Pods Dependencies
57-
script: bundle exec pod install
5848
- name: Build and Test
5949
script: bundle exec fastlane buildAndTest
6050
- name: Match Ad-hoc
@@ -71,11 +61,8 @@ workflows:
7161
groups:
7262
- fastlane
7363
xcode: latest
74-
cocoapods: default
64+
ruby: "3.2"
7565
firebase_service_account: $FIREBASE_SERVICE_ACCOUNT
76-
cache:
77-
cache_paths:
78-
- $HOME/Library/Caches/CocoaPods
7966
triggering:
8067
events:
8168
- push
@@ -86,8 +73,6 @@ workflows:
8673
scripts:
8774
- name: Install bundle
8875
script: bundle install --path vendor/bundle
89-
- name: Install Pods Dependencies
90-
script: bundle exec pod install
9176
- name: Build and Test
9277
script: bundle exec fastlane buildAndTest
9378
- name: Match AppStore
@@ -104,10 +89,7 @@ workflows:
10489
groups:
10590
- fastlane
10691
xcode: latest
107-
cocoapods: default
108-
cache:
109-
cache_paths:
110-
- $HOME/Library/Caches/CocoaPods
92+
ruby: "3.2"
11193
triggering:
11294
events:
11395
- pull_request
@@ -118,8 +100,6 @@ workflows:
118100
scripts:
119101
- name: Install bundle
120102
script: bundle install --path vendor/bundle
121-
- name: Install Pods Dependencies
122-
script: bundle exec pod install
123103
- name: Build and Test
124104
script: bundle exec fastlane buildAndTest
125105
- name: Clean Up

.cicdtemplate/.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @ is the Team Lead and the others are team member
2+
*
3+
4+
# Engineering Leads
5+
CODEOWNERS
File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: "Bug Report"
3+
about: "You found something that is not working. Report it so that it can be fixed. 👷‍"
4+
title: "Fix: "
5+
labels: "type : bug"
6+
---
7+
8+
## Issue
9+
10+
Describe the issue you are facing. Show us the implementation: screenshots, gif, etc.
11+
12+
## Expected
13+
14+
Describe what should be the correct behaviour.
15+
16+
## Steps to reproduce
17+
18+
1.
19+
2.
20+
3.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: "Chore"
3+
about: "Open a Chore for minor update."
4+
title: "Update "
5+
labels: "type : chore"
6+
---
7+
8+
## Why
9+
10+
Describe the update details and why it's needed.
11+
12+
## Who Benefits?
13+
14+
Describe who will be the beneficiaries e.g. everyone, specific chapters, clients...
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: "Story"
3+
about: "Open a feature story"
4+
title: "[Type] As a user, I can "
5+
labels: "type : feature"
6+
---
7+
8+
## Why
9+
10+
Describe the idea of the user story as in what the motive of the user story is.
11+
12+
## Acceptance Criteria
13+
14+
List down how the user story will be tested and what criteria are necessary for the user story to be accepted.
15+
16+
## Design
17+
18+
(Optional) Add design screenshots or Figma links for UI/UX-related stories.
19+
20+
## Resources
21+
22+
(Optional) Add useful resources such as links to documentation, implementation ideas, or best practices.
File renamed without changes.

.github/PULL_REQUEST_TEMPLATE/RELEASE_TEMPLATE.md renamed to .cicdtemplate/.github/PULL_REQUEST_TEMPLATE/release_template.md

File renamed without changes.
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name-template: '$RESOLVED_VERSION'
2+
tag-template: '$RESOLVED_VERSION'
3+
categories:
4+
- title: 'Features'
5+
labels:
6+
- 'type : feature'
7+
- title: 'Chores'
8+
label:
9+
- 'type : chore'
10+
- title: 'Bugs'
11+
labels:
12+
- 'type : bug'
13+
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
14+
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
15+
version-resolver:
16+
minor:
17+
labels:
18+
- 'type : feature'
19+
- 'type : chore'
20+
patch:
21+
labels:
22+
- 'type : bug'
23+
default: minor
24+
25+
template: |
26+
$CHANGES

0 commit comments

Comments
 (0)