-
-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Firebase Emulator, Update Packages, and Prep for Hacktoberfest 20…
…24 (#299) * Add PrivacyInfo.xcprivacy * Update Swift packages * Add local Firebase configurations for emulator * Don't collect analytics and Crashlytics when in debug * Update README and CONTRIBUTING with Firebase emulator steps * Update README with links to the dev branch * Update README.md add command to start emulators * Update directions in CONTRIBUTING.md * Add my LLC to comments in Privacy.xcprivacy file * Update packages * Create .editorconfig file Used to standardize Xcode editor settings in Xcode 16 * Remove show paywall comments * Fix comment * Ignore line length SwiftLint warnings * Add IDETemplateMacros.plist for formatting file headers Formats the file header for every new file * Update README.md * Update project settings, recommended from Xcode 16 * Update docs * Update fastlane * Use macos-latest in unit tests GH Action because pins verison 3 isn't found which maybe is because of an update * Update simulator for unit tests Update to iPhone 16 Pro * Don't use iPhone 16 Pro It's not detected, and remove fatalError for tests
- Loading branch information
1 parent
c8d9653
commit bf28c15
Showing
24 changed files
with
367 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# EditorConfig is awesome: https://editorconfig.org | ||
[*.swift] | ||
|
||
indent_style = space | ||
tab_width = 4 | ||
indent_size = 4 | ||
|
||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
max_line_length = 160 | ||
trim_trailing_whitespace = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ concurrency: | |
|
||
jobs: | ||
build: | ||
runs-on: macos-13 | ||
runs-on: macos-latest | ||
|
||
steps: | ||
- name: Checkout | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
Basic-Car-Maintenance.xcodeproj/xcshareddata/IDETemplateMacros.plist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>FILEHEADER</key> | ||
<string> | ||
// ___FILENAME___ | ||
// Basic-Car-Maintenance | ||
// | ||
// https://github.com/mikaelacaron/Basic-Car-Maintenance | ||
// See LICENSE for license information. | ||
//</string> | ||
</dict> | ||
</plist> |
2 changes: 1 addition & 1 deletion
2
...intenance.xcodeproj/xcshareddata/xcschemes/Basic-Car-Maintenance-WidgetExtension.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.