File tree 5 files changed +5
-5
lines changed
firefox-ios/Client/Configuration
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,5 +109,5 @@ workflows:
109
109
filters :
110
110
branches :
111
111
only :
112
- - /^.*mob-3113-firefox-upgrade-133 .*/
112
+ - /^.*main .*/
113
113
context : napps
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Merge Unit Tests
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ main, mob-3113-firefox-upgrade-133 ]
5
+ branches : [main]
6
6
7
7
jobs :
8
8
execute_merge_tests :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Snapshot Tests
3
3
on :
4
4
pull_request :
5
5
paths :
6
- - ' Client/Configuration/Common.xcconfig'
6
+ - ' firefox-ios/ Client/Configuration/Common.xcconfig'
7
7
8
8
jobs :
9
9
execute_snapshot_tests :
Original file line number Diff line number Diff line change 1
1
name : SwiftLint
2
2
on :
3
3
pull_request :
4
- branches : [ main, mob-3113-firefox-upgrade-133 ]
4
+ branches : [main]
5
5
jobs :
6
6
build :
7
7
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ DYLIB_COMPATIBILITY_VERSION = 1;
35
35
DYLIB_CURRENT_VERSION = 1;
36
36
DYLIB_INSTALL_NAME_BASE = @rpath
37
37
PRODUCT_BUNDLE_IDENTIFIER = org.mozilla.ios.$(PRODUCT_NAME)
38
- MARKETING_VERSION = 10.6.1
38
+ MARKETING_VERSION = 11.0.0
You can’t perform that action at this time.
0 commit comments