Skip to content

Commit f723dd3

Browse files
committed
Initial commit
0 parents  commit f723dd3

File tree

25 files changed

+1708
-0
lines changed

25 files changed

+1708
-0
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

.gitignore

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
### MAC OS ###
2+
3+
*.DS_Store
4+
5+
6+
# Xcode
7+
#
8+
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
9+
10+
## User settings
11+
xcuserdata/
12+
13+
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
14+
*.xcscmblueprint
15+
*.xccheckout
16+
17+
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
18+
build/
19+
DerivedData/
20+
*.moved-aside
21+
*.pbxuser
22+
!default.pbxuser
23+
*.mode1v3
24+
!default.mode1v3
25+
*.mode2v3
26+
!default.mode2v3
27+
*.perspectivev3
28+
!default.perspectivev3
29+
30+
## Obj-C/Swift specific
31+
*.hmap
32+
33+
## App packaging
34+
*.ipa
35+
*.dSYM.zip
36+
*.dSYM
37+
38+
## Playgrounds
39+
timeline.xctimeline
40+
playground.xcworkspace
41+
42+
# Swift Package Manager
43+
#
44+
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
45+
# Packages/
46+
# Package.pins
47+
# Package.resolved
48+
# *.xcodeproj
49+
#
50+
# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata
51+
# hence it is not needed unless you have added a package configuration file to your project
52+
# .swiftpm
53+
54+
.build/
55+
56+
# CocoaPods
57+
#
58+
# We recommend against adding the Pods directory to your .gitignore. However
59+
# you should judge for yourself, the pros and cons are mentioned at:
60+
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
61+
#
62+
# Pods/
63+
#
64+
# Add this line if you want to avoid checking in source code from the Xcode workspace
65+
# *.xcworkspace
66+
67+
# Carthage
68+
#
69+
# Add this line if you want to avoid checking in source code from Carthage dependencies.
70+
# Carthage/Checkouts
71+
72+
Carthage/Build/
73+
74+
# Accio dependency management
75+
Dependencies/
76+
.accio/
77+
78+
# fastlane
79+
#
80+
# It is recommended to not store the screenshots in the git repo.
81+
# Instead, use fastlane to re-generate the screenshots whenever they are needed.
82+
# For more information about the recommended setup visit:
83+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
84+
85+
fastlane/report.xml
86+
fastlane/Preview.html
87+
fastlane/screenshots/**/*.png
88+
fastlane/test_output
89+
90+
# Code Injection
91+
#
92+
# After new code Injection tools there's a generated folder /iOSInjectionProject
93+
# https://github.com/johnno1962/injectionforxcode
94+
95+
iOSInjectionProject/

Files/Images/tela-01.png

71 KB
Loading

Files/Images/tela-02.png

62.3 KB
Loading

Files/Images/tela-03.png

65.2 KB
Loading

0 commit comments

Comments
 (0)