Skip to content

Commit f36c04d

Browse files
committed
gitignore update
1 parent 5b7b227 commit f36c04d

4 files changed

Lines changed: 56 additions & 2 deletions

File tree

.DS_Store

2 KB
Binary file not shown.

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# Xcode
2+
xcuserdata/
3+
*.xcuserstate
4+
5+
# Build
6+
DerivedData/
7+
.build/
8+
*.build/
9+
10+
# Swift Package Manager
11+
.swiftpm/
12+
Packages/
13+
Package.resolved
14+
15+
# App packaging
16+
*.ipa
17+
*.dSYM
18+
*.dSYM.zip
19+
20+
# Obj-C / Swift
21+
*.hmap
22+
23+
# macOS
24+
.DS_Store
25+
26+
# Logs
27+
*.log
28+
29+
# Playgrounds
30+
timeline.xctimeline
31+
playground.xcworkspace
32+
33+
# Carthage
34+
Carthage/Build/
35+
36+
# fastlane
37+
fastlane/report.xml
38+
fastlane/Preview.html
39+
fastlane/screenshots/**/*.png
40+
fastlane/test_output
41+
42+
# Xcode user data
43+
*.xcworkspace/xcuserdata/
44+
*.xcodeproj/xcuserdata/
45+
46+
# Certificates / secrets (çok önemli)
47+
*.p12
48+
*.mobileprovision
49+
*.cer
50+
*.p8
51+
52+
# Environment / configs
53+
.env
54+
.env.*

DevAtlasMac.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
CODE_SIGN_STYLE = Automatic;
270270
COMBINE_HIDPI_IMAGES = YES;
271271
CURRENT_PROJECT_VERSION = 1;
272-
DEVELOPMENT_TEAM = 8BDTPR77XH;
272+
DEVELOPMENT_TEAM = "";
273273
ENABLE_APP_SANDBOX = NO;
274274
ENABLE_HARDENED_RUNTIME = YES;
275275
ENABLE_PREVIEWS = YES;
@@ -300,7 +300,7 @@
300300
CODE_SIGN_STYLE = Automatic;
301301
COMBINE_HIDPI_IMAGES = YES;
302302
CURRENT_PROJECT_VERSION = 1;
303-
DEVELOPMENT_TEAM = 8BDTPR77XH;
303+
DEVELOPMENT_TEAM = "";
304304
ENABLE_APP_SANDBOX = NO;
305305
ENABLE_HARDENED_RUNTIME = YES;
306306
ENABLE_PREVIEWS = YES;

0 commit comments

Comments
 (0)