Skip to content

Commit df34c4d

Browse files
authored
Release v0.4.0
2 parents 70c9940 + b1bcd6a commit df34c4d

File tree

23 files changed

+594
-483
lines changed

23 files changed

+594
-483
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.gitignore

Lines changed: 128 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
# Secret Keys
1+
## CUSTOM
2+
23
Secrets.xcconfig
4+
*.p8
5+
fastlane/Credentials.json
6+
build/
7+
swiftlint/build_phases/
8+
SourcePackages/
9+
10+
### macOS ###
11+
# General
12+
.DS_Store
13+
.AppleDouble
14+
.LSOverride
15+
16+
# Icon must end with two \r
17+
Icon
18+
19+
# Thumbnails
20+
._*
321

422
# Files that might appear in the root of a volume
523
.DocumentRevisions-V100
@@ -10,11 +28,18 @@ Secrets.xcconfig
1028
.VolumeIcon.icns
1129
.com.apple.timemachine.donotpresent
1230

13-
# General
14-
.DS_Store
15-
.AppleDouble
16-
.LSOverride
31+
# Directories potentially created on remote AFP share
32+
.AppleDB
33+
.AppleDesktop
34+
Network Trash Folder
35+
Temporary Items
36+
.apdisk
37+
38+
### macOS Patch ###
39+
# iCloud generated files
40+
*.icloud
1741

42+
### Swift ###
1843
# Xcode
1944
#
2045
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
@@ -52,32 +77,26 @@ timeline.xctimeline
5277
playground.xcworkspace
5378

5479
# Swift Package Manager
55-
#
5680
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
5781
# Packages/
5882
# Package.pins
5983
# Package.resolved
6084
# *.xcodeproj
61-
#
6285
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
6386
# hence it is not needed unless you have added a package configuration file to your project
6487
# .swiftpm
6588

6689
.build/
6790

6891
# CocoaPods
69-
#
7092
# We recommend against adding the Pods directory to your .gitignore. However
7193
# you should judge for yourself, the pros and cons are mentioned at:
7294
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
73-
#
7495
# Pods/
75-
#
7696
# Add this line if you want to avoid checking in source code from the Xcode workspace
7797
# *.xcworkspace
7898

7999
# Carthage
80-
#
81100
# Add this line if you want to avoid checking in source code from Carthage dependencies.
82101
# Carthage/Checkouts
83102

@@ -88,7 +107,6 @@ Dependencies/
88107
.accio/
89108

90109
# fastlane
91-
#
92110
# It is recommended to not store the screenshots in the git repo.
93111
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
94112
# For more information about the recommended setup visit:
@@ -100,8 +118,105 @@ fastlane/screenshots/**/*.png
100118
fastlane/test_output
101119

102120
# Code Injection
103-
#
104121
# After new code Injection tools there's a generated folder /iOSInjectionProject
105122
# https://github.com/johnno1962/injectionforxcode
106123

107124
iOSInjectionProject/
125+
126+
### Xcode ###
127+
128+
## Xcode 8 and earlier
129+
130+
### Xcode Patch ###
131+
*.xcodeproj/*
132+
!*.xcodeproj/project.pbxproj
133+
!*.xcodeproj/xcshareddata/
134+
!*.xcodeproj/project.xcworkspace/
135+
!*.xcworkspace/contents.xcworkspacedata
136+
/*.gcno
137+
**/xcshareddata/WorkspaceSettings.xcsettings
138+
139+
# Fastlane
140+
141+
*.gem
142+
*.rbc
143+
/.config
144+
coverage/
145+
/InstalledFiles
146+
/pkg/
147+
/spec/reports/
148+
/test/tmp/
149+
/test/version_tmp/
150+
/tmp/
151+
rspec_logs.json
152+
test_output/
153+
.DS_STORE
154+
.DS_Store
155+
.keys
156+
*.swp
157+
158+
## Specific to Android
159+
.gradle/
160+
*.iml
161+
local.properties
162+
163+
## Specific to screengrab
164+
/screengrab/example/fastlane/metadata/
165+
/screengrab/target/
166+
167+
## Specific to RubyMotion:
168+
.dat*
169+
.repl_history
170+
build/
171+
172+
## Documentation cache and generated files:
173+
/.yardoc/
174+
/_yardoc/
175+
/doc/
176+
/rdoc/
177+
178+
## Environment normalisation:
179+
/.bundle/
180+
/lib/bundler/man/
181+
182+
# for a library or gem, you might want to ignore these files since the code is
183+
# intended to run in multiple environments; otherwise, check them in:
184+
# Gemfile.lock
185+
.ruby-version
186+
.ruby-gemset
187+
188+
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
189+
.rvmrc
190+
191+
# fastlane specific
192+
/*.itmsp
193+
.idea
194+
.rakeTasks
195+
spec/fixtures/*.itmsp/*.png
196+
/integration
197+
**/report.xml
198+
**/.bundle
199+
fastlane/lib/fastlane/plugins/template/.rubocop.yml
200+
snapshot/example/fastlane/README.md
201+
snapshot/example/fastlane/screenshots
202+
fastlane/FastlaneRunner
203+
fastlane/swift/FastlaneRunner
204+
vendor
205+
206+
# iOS specific ignores, used in sample projects inside the repo
207+
DerivedData
208+
*.pbxuser
209+
!default.pbxuser
210+
*.mode1v3
211+
!default.mode1v3
212+
*.mode2v3
213+
!default.mode2v3
214+
*.perspectivev3
215+
!default.perspectivev3
216+
xcuserdata/
217+
*.moved-aside
218+
*.xccheckout
219+
*.xcscmblueprint
220+
221+
# Dotenv
222+
.env

0 commit comments

Comments
 (0)