Skip to content

Commit 5f1f808

Browse files
authored
Document [v123] Update documentation (#17841)
1 parent 39f9fbf commit 5f1f808

File tree

5 files changed

+5
-14
lines changed

5 files changed

+5
-14
lines changed

AUTHORS

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ here, you may add your name and, optionally, email address in the
44
appropriate place.
55

66
For a full list of the people who are credited with making a
7-
contribution to Mozilla, see http://www.mozilla.org/credits/.
7+
contribution to Mozilla, see http://www.mozilla.org/credits/ or https://github.com/mozilla-mobile/firefox-ios/graphs/contributors.
88

99
Boris Dušek
1010
Brian Nicholson

CODE_OF_CONDUCT.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,4 @@ For more details, please read the
55
[Mozilla Community Participation Guidelines](https://www.mozilla.org/about/governance/policies/participation/).
66

77
## How to Report
8-
For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page.
9-
10-
<!--
11-
## Project Specific Etiquette
12-
13-
In some cases, there will be additional project etiquette i.e.: (https://bugzilla.mozilla.org/page.cgi?id=etiquette.html).
14-
Please update for your project.
15-
-->
8+
For more information on how to report violations of the Community Participation Guidelines, please read our '[How to Report](https://www.mozilla.org/about/governance/policies/participation/reporting/)' page.

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ If you find a bug in the source code or a mistake in the documentation, you can
3636
3737
Since the bundle identifier we use for Firefox is tied to our developer account, you'll need to generate your own identifier and update the existing configuration.
3838

39-
1. Open Client/Configuration/Fennec.xcconfig
39+
1. Open `firefox-ios/Client/Configuration/Fennec.xcconfig`
4040
2. Change MOZ_BUNDLE_ID to your own bundle identifier. Just think of something unique: e.g., com.your_github_id.Fennec
4141
3. Open the project editor in Xcode.
4242
4. For the 'Client' target, in the 'Capabilities' section, turn off the capabilities 'Push Notifications' and 'Wallet'.

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ This branch (main)
99

1010
This branch works with [Xcode 15.1](https://developer.apple.com/download/all/?q=xcode), Swift 5.8 and supports iOS 17.2 and above.
1111

12-
*Please note:* Both Intel and M1 macs are supported 🎉 and we use swift package manager.
13-
1412
Please make sure you aim your pull requests in the right direction.
1513

1614
For bug fixes and features for a specific release, use the version branch.
@@ -47,7 +45,7 @@ Building the code
4745
cd firefox-ios
4846
sh ./bootstrap.sh
4947
```
50-
1. Open `Client.xcodeproj` in Xcode.
48+
1. Open the `Client.xcodeproj` under the `firefox-ios` folder in Xcode.
5149
1. Make sure to select the `Fennec` [scheme](https://developer.apple.com/documentation/xcode/build-system?changes=_2) in Xcode.
5250
1. Select the destination device you want to build on.
5351
1. Run the app with `Cmd + R` or by pressing the `build and run` button.

firefox-ios/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Firefox for iOS
22

3-
> This is a work in progress
3+
> This is a work in progress as we're currently moving Firefox Client file under this `firefox-ios` folder, as part of a restructure project of this repository.
44
55
This is the subdirectory that builds the Firefox for iOS application.

0 commit comments

Comments
 (0)