Skip to content
/ Asspp Public

Commit 253e19a

Browse files
committed
Initial commit
0 parents  commit 253e19a

File tree

14 files changed

+2055
-0
lines changed

14 files changed

+2055
-0
lines changed

.github/FUNDING.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These are supported funding model platforms
2+
3+
github: [Lakr233]

.gitignore

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
!default.mode1v3
2+
!default.mode2v3
3+
!default.pbxuser
4+
!default.perspectivev3
5+
!default.xcworkspace
6+
*.app
7+
*.app/
8+
*.dSYM
9+
*.dSYM.zip
10+
*.hmap
11+
*.ipa
12+
*.lcov
13+
*.lock
14+
*.log
15+
*.mode1v3
16+
*.mode2v3
17+
*.moved-aside
18+
*.pbxuser
19+
*.perspectivev3
20+
*.pid
21+
*.pid.lock
22+
*.seed
23+
*.swp
24+
*.tgz
25+
*.tsbuildinfo
26+
*.xccheckout
27+
*.xcscmblueprint
28+
*.xcuserstate
29+
*~.nib
30+
.AppleDB
31+
.AppleDesktop
32+
.AppleDouble
33+
.DS_Store
34+
.DocumentRevisions-V100
35+
.LSOverride
36+
.Spotlight-V100
37+
.TemporaryItems
38+
.Trashes
39+
.VolumeIcon.icns
40+
._*
41+
.apdisk
42+
.build
43+
.bundle
44+
.cache
45+
.cache/
46+
.com.apple.timemachine.donotpresent
47+
.dynamodb/
48+
.env
49+
.env.test
50+
.eslintcache
51+
.fseventsd
52+
.fusebox/
53+
.grunt
54+
.idea
55+
.lock-wscript
56+
.next
57+
.node_repl_history
58+
.npm
59+
.nuxt
60+
.nyc_output
61+
.parcel-cache
62+
.pnp.*
63+
.rpt2_cache/
64+
.rts2_cache_cjs/
65+
.rts2_cache_es/
66+
.rts2_cache_umd/
67+
.serverless/
68+
.swiftpm
69+
.tern-port
70+
.vscode-test
71+
.vuepress/dist
72+
.yarn-integrity
73+
.yarn/build-state.yml
74+
.yarn/cache
75+
.yarn/unplugged
76+
/*.gcno
77+
Artifacts
78+
Artifacts/
79+
CI
80+
CI-Pods.tar
81+
Carthage/Build
82+
Carthage/Build/
83+
DerivedData
84+
DerivedData/
85+
Icon
86+
Network Trash Folder
87+
Pipeline/Dockers/Buildtime/
88+
Podfile.lock
89+
Pods/
90+
Temporary Items
91+
artifacts
92+
artifacts/
93+
bower_components
94+
build/
95+
build/Release
96+
coverage
97+
default.profraw
98+
dist
99+
dockerbuild
100+
dockermnt
101+
fastlane/Preview.html
102+
fastlane/report.xml
103+
fastlane/screenshots/**/*.png
104+
fastlane/test_output
105+
iOSInjectionProject/
106+
jspm_packages/
107+
lerna-debug.log*
108+
lib-cov
109+
logs
110+
node_modules/
111+
npm-debug.log*
112+
pids
113+
profile
114+
project.xcworkspace
115+
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
116+
temp/
117+
temps/
118+
web_modules/
119+
xcuserdata
120+
xcuserdata/
121+
yarn-debug.log*
122+
yarn-error.log*
123+

Asspp.xcodeproj/project.pbxproj

Lines changed: 636 additions & 0 deletions
Large diffs are not rendered by default.

Asspp.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)