-
Notifications
You must be signed in to change notification settings - Fork 417
Expand file tree
/
Copy path.gitignore
More file actions
108 lines (85 loc) · 2.84 KB
/
.gitignore
File metadata and controls
108 lines (85 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
## User settings
**/xcuserdata/
## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9)
*.xcscmblueprint
*.xccheckout
## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4)
build/
DerivedData/
*.moved-aside
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
.idea/
Carthage
.DS_Store
.ruby-version
.bundle/
.build/
vendor/
CarthageUploads
*.bck
**/fastlane/report.xml
**/fastlane/test_output/
builds/
Pods/
IntegrationTests/CarthageInstallation/Cartfile.resolved
scan_derived_data/
generated_docs/
# Local clone of `paywall-preview-resources` repo to be available for tests.
Tests/paywall-preview-resources
# Local clone of `paywall-rendering-validation` repo to be available for tests.
Tests/paywall-rendering-validation
# Local clone of `purchases-ios-snapshots` repo to be available for tests.
Tests/purchases-ios-snapshots
# SPM
# SwiftPM/Xcode-generated workspace metadata (machine-specific, avoid noisy diffs and CI variance)
AdapterSDKs/RevenueCatAdMob/.swiftpm/
# This is the "SPM" scheme, which is duplicated with the scheme in the project
# and that breaks Carthage because it appears twice in `xcodebuild -list`
.swiftpm/xcode/xcshareddata/xcschemes/RevenueCat.xcscheme
Examples/**/Package.resolved
Tuist/Package.resolved
.package.resolved
Tests/InstallationTests/SPMInstallation/SPMInstallation.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Tests/InstallationTests/ReceiptParserInstallation/ReceiptParserInstallation.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
Tests/InstallationTests/XcodeDirectInstallation/XcodeDirectInstallation.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
# fastlane
fastlane/.env
.vscode/settings.json
# Local build settings
Local.xcconfig
# CI Build settings
CI.xcconfig
# Gets created when Cursor is used with the sswg Swift extension
/.index-build/
# xcode-build-server
/buildServer.json
*.orig
# tuist
**/Derived/
# Tuist workspaces
RevenueCat-Tuist.xcworkspace/
Projects/**/*.xcodeproj
Examples/**/*.xcodeproj
Projects/**/xcshareddata/
Projects/**/*.xcworkspacedata
Examples/**/.xcworkspacedata
Examples/**/*.xcscheme
Examples/**/xcshareddata/**
# Avoid xcscheme pollution when integrating SDK with SPM
# We can't avoid the whole folder yet because RC and RCUI need to be tested through the package, rather than the workspace
.swiftpm/xcode/xcshareddata/xcschemes/ReceiptParser.xcscheme
.swiftpm/xcode/xcshareddata/xcschemes/RevenueCat_CustomEntitlementComputation.xcscheme
.swiftpm/xcode/xcshareddata/xcschemes/RevenueCatAdMob.xcscheme
Tests/TestingApps/PaywallsTester/PaywallsTester/PaywallsTester.storekit
# Claude Code
.claude/