Skip to content

Commit c3e8f71

Browse files
authored
meta: add some config files to pbxproj and clean up list (#3830)
1 parent ef4be0d commit c3e8f71

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

Sentry.xcodeproj/project.pbxproj

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,6 +1599,12 @@
15991599
840A11092B5F47F700650D02 /* SentryAppLaunchProfilingTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentryAppLaunchProfilingTests.m; sourceTree = "<group>"; };
16001600
840A11102B61E27500650D02 /* SentrySamplerDecision.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SentrySamplerDecision.m; sourceTree = "<group>"; };
16011601
840A11142B62041600650D02 /* SentryLaunchProfiling+Tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SentryLaunchProfiling+Tests.h"; sourceTree = "<group>"; };
1602+
840B7EEA2BBF2ABA008B8120 /* .slather.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .slather.yml; sourceTree = "<group>"; };
1603+
840B7EEC2BBF2AFE008B8120 /* .gitattributes */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitattributes; sourceTree = "<group>"; };
1604+
840B7EED2BBF2B16008B8120 /* .pre-commit-config.yaml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = ".pre-commit-config.yaml"; sourceTree = "<group>"; };
1605+
840B7EEE2BBF2B23008B8120 /* .ruby-version */ = {isa = PBXFileReference; lastKnownFileType = text; path = ".ruby-version"; sourceTree = "<group>"; };
1606+
840B7EEF2BBF2B2B008B8120 /* .spi.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .spi.yml; sourceTree = "<group>"; };
1607+
840B7EF02BBF2B5F008B8120 /* MIGRATION.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = MIGRATION.md; sourceTree = "<group>"; };
16021608
8419C0C328C1889D001C8259 /* SentryProfilerSwiftTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SentryProfilerSwiftTests.swift; sourceTree = "<group>"; };
16031609
84281C422A578E5600EE88F2 /* SentryProfilerState.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = SentryProfilerState.mm; sourceTree = "<group>"; };
16041610
84281C442A57905700EE88F2 /* SentrySample.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SentrySample.h; path = ../include/SentrySample.h; sourceTree = "<group>"; };
@@ -1633,7 +1639,6 @@
16331639
844DA80F28246D5000E6B62E /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
16341640
844DA81028246D5000E6B62E /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
16351641
844DA81628246D5000E6B62E /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; };
1636-
844DA81B28246D9300E6B62E /* Brewfile.lock.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = Brewfile.lock.json; sourceTree = "<group>"; };
16371642
844DA81C28246D9300E6B62E /* Gemfile.lock */ = {isa = PBXFileReference; lastKnownFileType = text; path = Gemfile.lock; sourceTree = "<group>"; };
16381643
844DA81D28246DAE00E6B62E /* develop-docs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = "develop-docs"; sourceTree = "<group>"; };
16391644
844DA81E28246DB900E6B62E /* fastlane */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fastlane; sourceTree = "<group>"; };
@@ -1675,7 +1680,6 @@
16751680
84C47B2B2A09239100DAEB8A /* .codecov.yml */ = {isa = PBXFileReference; lastKnownFileType = text.yaml; path = .codecov.yml; sourceTree = "<group>"; };
16761681
84DEE86A2B686BD400A7BC17 /* SentrySamplerDecision.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentrySamplerDecision.h; path = include/SentrySamplerDecision.h; sourceTree = "<group>"; };
16771682
84DEE8752B69AD6400A7BC17 /* SentryLaunchProfiling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SentryLaunchProfiling.h; path = Sources/Sentry/include/SentryLaunchProfiling.h; sourceTree = SOURCE_ROOT; };
1678-
84E4F5692914F020004C7358 /* Brewfile */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = text; path = Brewfile; sourceTree = "<group>"; tabWidth = 2; };
16791683
84F994E52A6894B500EC0190 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/CoreData.framework; sourceTree = DEVELOPER_DIR; };
16801684
84F994E72A6894BD00EC0190 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.3.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; };
16811685
861265F72404EC1500C4AFDE /* NSArray+SentrySanitize.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "NSArray+SentrySanitize.h"; path = "include/NSArray+SentrySanitize.h"; sourceTree = "<group>"; };
@@ -2154,40 +2158,43 @@
21542158
isa = PBXGroup;
21552159
children = (
21562160
843BD6282AD8752300B0098F /* .clang-format */,
2161+
84C47B2B2A09239100DAEB8A /* .codecov.yml */,
2162+
844DA80628246D5000E6B62E /* .craft.yml */,
2163+
840B7EEC2BBF2AFE008B8120 /* .gitattributes */,
21572164
844A34C3282B278500C6D1DF /* .github */,
21582165
844DA81628246D5000E6B62E /* .gitignore */,
21592166
844DA80828246D5000E6B62E /* .gitmodules */,
21602167
844DA80328246D5000E6B62E /* .oclint */,
2161-
84E4F5692914F020004C7358 /* Brewfile */,
2168+
840B7EED2BBF2B16008B8120 /* .pre-commit-config.yaml */,
2169+
840B7EEE2BBF2B23008B8120 /* .ruby-version */,
21622170
844A3563282B3C9F00C6D1DF /* .sauce */,
2171+
840B7EEA2BBF2ABA008B8120 /* .slather.yml */,
2172+
840B7EEF2BBF2B2B008B8120 /* .spi.yml */,
2173+
844DA80A28246D5000E6B62E /* .swiftlint.yml */,
21632174
844DA80B28246D5000E6B62E /* Brewfile */,
2175+
844DA80C28246D5000E6B62E /* CHANGELOG.md */,
2176+
844DA81028246D5000E6B62E /* CONTRIBUTING.md */,
21642177
844DA81D28246DAE00E6B62E /* develop-docs */,
21652178
844DA81E28246DB900E6B62E /* fastlane */,
2179+
6304360C1EC05CEF00C4D3FA /* Frameworks */,
21662180
844DA80728246D5000E6B62E /* Gemfile */,
2167-
844DA80428246D5000E6B62E /* Makefile */,
2168-
844DA81F28246DE300E6B62E /* scripts */,
2169-
844DA81B28246D9300E6B62E /* Brewfile.lock.json */,
21702181
844DA81C28246D9300E6B62E /* Gemfile.lock */,
2171-
844DA80C28246D5000E6B62E /* CHANGELOG.md */,
2172-
844DA81028246D5000E6B62E /* CONTRIBUTING.md */,
21732182
844DA80E28246D5000E6B62E /* LICENSE.md */,
2183+
844DA80428246D5000E6B62E /* Makefile */,
2184+
840B7EF02BBF2B5F008B8120 /* MIGRATION.md */,
2185+
844DA80D28246D5000E6B62E /* Package.swift */,
2186+
6327C5D41EB8A783004E799B /* Products */,
21742187
844DA80F28246D5000E6B62E /* README.md */,
2188+
D8105B37297A86B800299F03 /* Recovered References */,
2189+
844DA81F28246DE300E6B62E /* scripts */,
21752190
844DA80528246D5000E6B62E /* Sentry.podspec */,
21762191
D81A349F291D5568005A27A9 /* SentryPrivate.podspec */,
21772192
D8199DD029377C130074249E /* SentrySwiftUI.podspec */,
2178-
844DA80D28246D5000E6B62E /* Package.swift */,
2179-
84C47B2B2A09239100DAEB8A /* .codecov.yml */,
2180-
844DA80628246D5000E6B62E /* .craft.yml */,
2181-
844DA80A28246D5000E6B62E /* .swiftlint.yml */,
2182-
84281C552A579C2B00EE88F2 /* SentryTestUtilsObjc */,
2183-
6304360C1EC05CEF00C4D3FA /* Frameworks */,
2184-
6327C5D41EB8A783004E799B /* Products */,
2185-
63AA756E1EB8AEDB00D153DE /* Sources */,
2186-
63AA75921EB8AEDB00D153DE /* Tests */,
21872193
8431F00B29B284F200D8DC56 /* SentryTestUtils */,
21882194
D84DAD4E2B17428D003CF120 /* SentryTestUtilsDynamic */,
2195+
63AA756E1EB8AEDB00D153DE /* Sources */,
2196+
63AA75921EB8AEDB00D153DE /* Tests */,
21892197
7D826E3C2390840E00EED93D /* Utils */,
2190-
D8105B37297A86B800299F03 /* Recovered References */,
21912198
);
21922199
indentWidth = 4;
21932200
sourceTree = "<group>";
@@ -3309,13 +3316,6 @@
33093316
path = Profiling;
33103317
sourceTree = "<group>";
33113318
};
3312-
84281C552A579C2B00EE88F2 /* SentryTestUtilsObjc */ = {
3313-
isa = PBXGroup;
3314-
children = (
3315-
);
3316-
path = SentryTestUtilsObjc;
3317-
sourceTree = "<group>";
3318-
};
33193319
8431EFDB29B27B3D00D8DC56 /* SentryProfilerTests */ = {
33203320
isa = PBXGroup;
33213321
children = (

0 commit comments

Comments
 (0)