Skip to content

Commit bd115c6

Browse files
committed
Merge remote-tracking branch 'origin/trunk' into add/installable-builds-to-prs
# Conflicts: # .circleci/config.yml # Gemfile.lock
2 parents 210e9c7 + 50a0c89 commit bd115c6

694 files changed

Lines changed: 25110 additions & 16551 deletions

File tree

Some content is hidden

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

.buildkite/commands/build-for-testing.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ cp -v fastlane/env/project.env-example .configure-files/project.env
1515
mkdir -pv ~/.configure/wordpress-ios/secrets
1616
cp -v fastlane/env/project.env-example ~/.configure/wordpress-ios/secrets/project.env
1717

18+
echo "--- Installing Secrets"
19+
bundle exec fastlane run configure_apply
20+
1821
echo "--- :hammer_and_wrench: Building"
1922
bundle exec fastlane build_for_testing
2023

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ workflows:
247247
- Unit Tests:
248248
<<: *iphone_test_device
249249
requires: [ "Build Tests" ]
250-
# Always run UI tests on develop and release branches
250+
# Always run UI tests on trunk and release branches
251251
- UI Tests:
252252
name: UI Tests (iPhone)
253253
<<: *iphone_test_device
@@ -256,7 +256,7 @@ workflows:
256256
filters:
257257
branches:
258258
only:
259-
- develop
259+
- trunk
260260
- /^release.*/
261261
- /^gutenberg\/integrate_release_.*/
262262
- UI Tests:
@@ -267,7 +267,7 @@ workflows:
267267
filters:
268268
branches:
269269
only:
270-
- develop
270+
- trunk
271271
- /^release.*/
272272
- /^gutenberg\/integrate_release_.*/
273273
- Build Jetpack:
@@ -279,7 +279,7 @@ workflows:
279279
filters:
280280
branches:
281281
ignore:
282-
- develop
282+
- trunk
283283
- /^release.*/
284284
- /^gutenberg\/integrate_release_.*/
285285
- UI Tests:

Gemfile.lock

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
GIT
2-
remote: git@github.com:wordpress-mobile/release-toolkit
3-
revision: b72dd836bd95f195d5da804b887a22971a999006
4-
branch: develop
5-
specs:
6-
fastlane-plugin-wpmreleasetoolkit (2.1.0)
7-
activesupport (~> 5)
8-
bigdecimal (~> 1.4)
9-
chroma (= 0.2.0)
10-
diffy (~> 3.3)
11-
git (~> 1.3)
12-
jsonlint (~> 0.3)
13-
nokogiri (~> 1.11)
14-
octokit (~> 4.18)
15-
parallel (~> 1.14)
16-
progress_bar (~> 1.3)
17-
rake (>= 12.3, < 14.0)
18-
rake-compiler (~> 1.0)
19-
201
GEM
212
remote: https://rubygems.org/
223
specs:
@@ -184,11 +165,24 @@ GEM
184165
trainer
185166
xcodeproj
186167
xctest_list (>= 1.2.1)
168+
fastlane-plugin-wpmreleasetoolkit (2.3.0)
169+
activesupport (~> 5)
170+
bigdecimal (~> 1.4)
171+
chroma (= 0.2.0)
172+
diffy (~> 3.3)
173+
git (~> 1.3)
174+
jsonlint (~> 0.3)
175+
nokogiri (~> 1.11)
176+
octokit (~> 4.18)
177+
parallel (~> 1.14)
178+
progress_bar (~> 1.3)
179+
rake (>= 12.3, < 14.0)
180+
rake-compiler (~> 1.0)
187181
ffi (1.15.0)
188182
fourflusher (2.3.1)
189183
fuzzy_match (2.0.4)
190184
gh_inspector (1.1.3)
191-
git (1.9.1)
185+
git (1.10.2)
192186
rchardet (~> 1.8)
193187
google-apis-androidpublisher_v3 (0.11.0)
194188
google-apis-core (>= 0.4, < 2.a)
@@ -243,7 +237,7 @@ GEM
243237
memoist (0.16.2)
244238
mini_magick (4.11.0)
245239
mini_mime (1.1.1)
246-
mini_portile2 (2.6.1)
240+
mini_portile2 (2.7.1)
247241
minitest (5.14.4)
248242
molinillo (0.6.6)
249243
multi_json (1.15.0)
@@ -252,13 +246,13 @@ GEM
252246
nap (1.1.0)
253247
naturally (2.2.1)
254248
netrc (0.11.0)
255-
nokogiri (1.12.5)
256-
mini_portile2 (~> 2.6.1)
249+
nokogiri (1.13.1)
250+
mini_portile2 (~> 2.7.0)
257251
racc (~> 1.4)
258252
octokit (4.21.0)
259253
faraday (>= 0.9)
260254
sawyer (~> 0.8.0, >= 0.5.3)
261-
oj (3.13.9)
255+
oj (3.13.11)
262256
optimist (3.0.1)
263257
options (2.3.2)
264258
optparse (0.1.1)
@@ -271,7 +265,7 @@ GEM
271265
public_suffix (4.0.6)
272266
racc (1.6.0)
273267
rake (13.0.6)
274-
rake-compiler (1.1.1)
268+
rake-compiler (1.1.9)
275269
rake
276270
rchardet (1.8.0)
277271
representable (3.1.1)
@@ -346,7 +340,7 @@ DEPENDENCIES
346340
fastlane-plugin-appcenter (~> 1.8)
347341
fastlane-plugin-sentry
348342
fastlane-plugin-test_center
349-
fastlane-plugin-wpmreleasetoolkit!
343+
fastlane-plugin-wpmreleasetoolkit (~> 2.3)
350344
octokit (~> 4.0)
351345
rake
352346
rmagick (~> 3.2.0)

MIGRATIONS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This file documents changes in the data model. Please explain any changes to the
44
data model as well as any custom migrations.
55

6+
## WordPress 137
7+
8+
@dvdchr 2021-11-26
9+
10+
- `Comment`: added `authorID` attribute. (optional, default `0`, `Int 32`)
11+
612
## WordPress 134
713

814
@dvdchr 2021-10-14

Podfile

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ workspace 'WordPress.xcworkspace'
2020
## ===================================
2121
##
2222
def wordpress_shared
23-
pod 'WordPressShared', '~> 1.16.2'
23+
pod 'WordPressShared', '~> 1.17.0'
2424
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :tag => ''
2525
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => ''
2626
#pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :commit => ''
@@ -35,19 +35,19 @@ def aztec
3535
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :commit => ''
3636
#pod 'WordPress-Editor-iOS', :git => 'https://github.com/wordpress-mobile/AztecEditor-iOS.git', :tag => ''
3737
#pod 'WordPress-Editor-iOS', :path => '../AztecEditor-iOS'
38-
pod 'WordPress-Editor-iOS', '~> 1.19.5'
38+
pod 'WordPress-Editor-iOS', '~> 1.19.7'
3939
end
4040

4141
def wordpress_ui
42-
pod 'WordPressUI', '~> 1.12.2'
42+
pod 'WordPressUI', '~> 1.12.3'
4343
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :tag => ''
4444
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :branch => ''
4545
#pod 'WordPressUI', :git => 'https://github.com/wordpress-mobile/WordPressUI-iOS', :commit => ''
4646
#pod 'WordPressUI', :path => '../WordPressUI-iOS'
4747
end
4848

4949
def wordpress_kit
50-
pod 'WordPressKit', '~> 4.44.0-beta'
50+
pod 'WordPressKit', '~> 4.47.0-beta.1'
5151
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :tag => ''
5252
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => ''
5353
# pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :commit => ''
@@ -121,8 +121,10 @@ def gutenberg_dependencies(options)
121121
'React-jsinspector',
122122
'React-jsi',
123123
'React-jsiexecutor',
124+
'React-logger',
124125
'React-perflogger',
125126
'React-runtimeexecutor',
127+
'boost',
126128
'Yoga',
127129
'RCT-Folly',
128130
'glog',
@@ -139,7 +141,8 @@ def gutenberg_dependencies(options)
139141
'RNScreens',
140142
'RNReanimated',
141143
'RNGestureHandler',
142-
'RNCMaskedView'
144+
'RNCMaskedView',
145+
'RNCClipboard'
143146
]
144147
if options[:path]
145148
podspec_prefix = options[:path]
@@ -166,7 +169,7 @@ abstract_target 'Apps' do
166169
## Gutenberg (React Native)
167170
## =====================
168171
##
169-
gutenberg :tag => 'v1.66.0'
172+
gutenberg :tag => 'v1.70.0'
170173

171174
## Third party libraries
172175
## =====================
@@ -199,23 +202,23 @@ abstract_target 'Apps' do
199202

200203
# Production
201204

202-
pod 'Automattic-Tracks-iOS', '~> 0.9.1'
205+
pod 'Automattic-Tracks-iOS', '~> 0.11.0'
203206
# While in PR
204207
# pod 'Automattic-Tracks-iOS', :git => 'https://github.com/Automattic/Automattic-Tracks-iOS.git', :branch => ''
205208
# Local Development
206209
#pod 'Automattic-Tracks-iOS', :path => '~/Projects/Automattic-Tracks-iOS'
207210

208211
pod 'NSURL+IDN', '~> 0.4'
209212

210-
pod 'WPMediaPicker', '~> 1.7.2'
211-
#pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :tag => '1.7.0'
213+
pod 'WPMediaPicker', '~> 1.8.2'
214+
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :tag => '1.7.0'
212215
## while PR is in review:
213216
# pod 'WPMediaPicker', :git => 'https://github.com/wordpress-mobile/MediaPicker-iOS.git', :branch => ''
214217
# pod 'WPMediaPicker', :path => '../MediaPicker-iOS'
215218

216219
pod 'Gridicons', '~> 1.1.0'
217220

218-
pod 'WordPressAuthenticator', '~> 1.42.1'
221+
pod 'WordPressAuthenticator', '~> 1.43.0'
219222
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
220223
# pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :commit => ''
221224
# pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS'
@@ -472,9 +475,12 @@ post_install do |installer|
472475
# =====================================
473476
#
474477
installer.pods_project.targets.each do |target|
475-
target.build_configurations.each do |configuration|
476-
pod_ios_deployment_target = Gem::Version.new(configuration.build_settings['IPHONEOS_DEPLOYMENT_TARGET'])
477-
configuration.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' if pod_ios_deployment_target <= app_ios_deployment_target
478+
# Exclude RCT-Folly as it requires explicit deployment target https://git.io/JPb73
479+
if (target.name != 'RCT-Folly')
480+
target.build_configurations.each do |configuration|
481+
pod_ios_deployment_target = Gem::Version.new(configuration.build_settings['IPHONEOS_DEPLOYMENT_TARGET'])
482+
configuration.build_settings.delete 'IPHONEOS_DEPLOYMENT_TARGET' if pod_ios_deployment_target <= app_ios_deployment_target
483+
end
478484
end
479485
end
480486

0 commit comments

Comments
 (0)