File tree Expand file tree Collapse file tree
project.xcworkspace/xcuserdata/aygundev.xcuserdatad Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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. *
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments