зеркало из https://github.com/mozilla/glean.git
[Swift] Remove files from the project configuration
The actual files will be removed in subsequent commits. This just bundles the Xcode changes.
This commit is contained in:
Родитель
b7b8c2f0cb
Коммит
c2957f8e0b
|
@ -20,7 +20,6 @@
|
|||
1F6A8FF6233C1555007837D5 /* DatetimeMetricTypeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F6A8FF5233C1555007837D5 /* DatetimeMetricTypeTests.swift */; };
|
||||
1F6F8A0B238336AB00B6ABB9 /* Glean.h in Headers */ = {isa = PBXBuildFile; fileRef = BF3DE3942243A2F20018E23F /* Glean.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
1F70B786232995A9007395FB /* Dispatchers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F70B785232995A9007395FB /* Dispatchers.swift */; };
|
||||
1F70B788232A81A4007395FB /* DispatchersTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F70B787232A81A4007395FB /* DispatchersTest.swift */; };
|
||||
1FB70AEF23301C1D00C7CF09 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FB70AEE23301C1D00C7CF09 /* Logger.swift */; };
|
||||
1FB8F8382326EABD00618E47 /* ConfigurationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FB8F8372326EABD00618E47 /* ConfigurationTests.swift */; };
|
||||
1FD4527523395B4500F4C7E8 /* UuidMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FD4527423395B4500F4C7E8 /* UuidMetric.swift */; };
|
||||
|
@ -29,21 +28,17 @@
|
|||
AC06529C26E032E300D92D5E /* QuantityMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC06529B26E032E300D92D5E /* QuantityMetric.swift */; };
|
||||
AC06529E26E034BF00D92D5E /* QuantityMetricTypeTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC06529D26E034BF00D92D5E /* QuantityMetricTypeTest.swift */; };
|
||||
AC1DB401237EF0ED005A0F8A /* Glean.h in Headers */ = {isa = PBXBuildFile; fileRef = BF3DE3942243A2F20018E23F /* Glean.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
BF10007E23548AF400064051 /* MemoryUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF10007D23548AF400064051 /* MemoryUnit.swift */; };
|
||||
BF10008023548B0500064051 /* MemoryDistributionMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF10007F23548B0500064051 /* MemoryDistributionMetric.swift */; };
|
||||
BF10008223548C4400064051 /* MemoryDistributionMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF10008123548C4400064051 /* MemoryDistributionMetricTests.swift */; };
|
||||
BF197BB5243DF29200132839 /* Upload.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF197BB4243DF29200132839 /* Upload.swift */; };
|
||||
BF234D1F25CC4A580015D957 /* Gzip.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD6E200525CAD66100C7EF2B /* Gzip.xcframework */; };
|
||||
BF2E57052334B77D00364D92 /* EventMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2E57042334B77D00364D92 /* EventMetric.swift */; };
|
||||
BF2E57072334BD7600364D92 /* EventMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF2E57062334BD7600364D92 /* EventMetricTests.swift */; };
|
||||
BF30FDC22332312300840607 /* Sysctl.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF30FDC12332312300840607 /* Sysctl.swift */; };
|
||||
BF30FDC4233260B500840607 /* TimespanMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF30FDC3233260B500840607 /* TimespanMetric.swift */; };
|
||||
BF30FDC6233260C400840607 /* TimespanMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF30FDC5233260C400840607 /* TimespanMetricTests.swift */; };
|
||||
BF30FDC82332640400840607 /* TimeUnit.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF30FDC72332640400840607 /* TimeUnit.swift */; };
|
||||
BF3DE39B2243A2F20018E23F /* Glean.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF3DE3912243A2F20018E23F /* Glean.framework */; };
|
||||
BF3DE3A02243A2F20018E23F /* GleanTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF3DE39F2243A2F20018E23F /* GleanTests.swift */; };
|
||||
BF43A8C7232A4BA400545310 /* CounterMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF43A8C6232A4BA400545310 /* CounterMetric.swift */; };
|
||||
BF43A8C9232A4CB200545310 /* Lifetime.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF43A8C8232A4CB200545310 /* Lifetime.swift */; };
|
||||
BF43A8CD232A615200545310 /* CounterMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF43A8CC232A615200545310 /* CounterMetricTests.swift */; };
|
||||
BF6C53B2232F870C00E3B43A /* Ping.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C53B1232F870C00E3B43A /* Ping.swift */; };
|
||||
BF6C53B4232F872B00E3B43A /* PingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6C53B3232F872B00E3B43A /* PingTests.swift */; };
|
||||
|
@ -62,7 +57,6 @@
|
|||
BFE1CDCE233B989A0019EE47 /* GleanMetrics.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFE1CDCD233B989A0019EE47 /* GleanMetrics.swift */; };
|
||||
BFFE18382350A5F50068D97B /* TimingDistributionMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFFE18372350A5F50068D97B /* TimingDistributionMetric.swift */; };
|
||||
BFFE183A2350A61F0068D97B /* TimingDistributionMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFFE18392350A61F0068D97B /* TimingDistributionMetricTests.swift */; };
|
||||
BFFE183C2350A9CC0068D97B /* DistributionData.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFFE183B2350A9CC0068D97B /* DistributionData.swift */; };
|
||||
BFFE33AB232927C3005348FE /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFFE33AA232927C3005348FE /* Utils.swift */; };
|
||||
CD0F7CC026F0F27900EDA6A4 /* UrlMetric.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD0F7CBF26F0F27900EDA6A4 /* UrlMetric.swift */; };
|
||||
CD0F7CC226F0F28900EDA6A4 /* UrlMetricTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD0F7CC126F0F28900EDA6A4 /* UrlMetricTests.swift */; };
|
||||
|
@ -112,7 +106,6 @@
|
|||
1F6A8FF3233C0A91007837D5 /* DatetimeMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatetimeMetric.swift; sourceTree = "<group>"; };
|
||||
1F6A8FF5233C1555007837D5 /* DatetimeMetricTypeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DatetimeMetricTypeTests.swift; sourceTree = "<group>"; };
|
||||
1F70B785232995A9007395FB /* Dispatchers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Dispatchers.swift; sourceTree = "<group>"; };
|
||||
1F70B787232A81A4007395FB /* DispatchersTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = DispatchersTest.swift; path = GleanTests/DispatchersTest.swift; sourceTree = SOURCE_ROOT; };
|
||||
1FB70AEE23301C1D00C7CF09 /* Logger.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Logger.swift; sourceTree = "<group>"; };
|
||||
1FB8F8372326EABD00618E47 /* ConfigurationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigurationTests.swift; sourceTree = "<group>"; };
|
||||
1FD4527423395B4500F4C7E8 /* UuidMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UuidMetric.swift; sourceTree = "<group>"; };
|
||||
|
@ -120,16 +113,13 @@
|
|||
97C5C1A323708C6700B79C93 /* ErrorType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorType.swift; sourceTree = "<group>"; };
|
||||
AC06529B26E032E300D92D5E /* QuantityMetric.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuantityMetric.swift; sourceTree = "<group>"; };
|
||||
AC06529D26E034BF00D92D5E /* QuantityMetricTypeTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = QuantityMetricTypeTest.swift; sourceTree = "<group>"; };
|
||||
BF10007D23548AF400064051 /* MemoryUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryUnit.swift; sourceTree = "<group>"; };
|
||||
BF10007F23548B0500064051 /* MemoryDistributionMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryDistributionMetric.swift; sourceTree = "<group>"; };
|
||||
BF10008123548C4400064051 /* MemoryDistributionMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MemoryDistributionMetricTests.swift; sourceTree = "<group>"; };
|
||||
BF197BB4243DF29200132839 /* Upload.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Upload.swift; sourceTree = "<group>"; };
|
||||
BF2E57042334B77D00364D92 /* EventMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventMetric.swift; sourceTree = "<group>"; };
|
||||
BF2E57062334BD7600364D92 /* EventMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventMetricTests.swift; sourceTree = "<group>"; };
|
||||
BF30FDC12332312300840607 /* Sysctl.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Sysctl.swift; sourceTree = "<group>"; };
|
||||
BF30FDC3233260B500840607 /* TimespanMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimespanMetric.swift; sourceTree = "<group>"; };
|
||||
BF30FDC5233260C400840607 /* TimespanMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimespanMetricTests.swift; sourceTree = "<group>"; };
|
||||
BF30FDC72332640400840607 /* TimeUnit.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimeUnit.swift; sourceTree = "<group>"; };
|
||||
BF3DE3912243A2F20018E23F /* Glean.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Glean.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
BF3DE3942243A2F20018E23F /* Glean.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Glean.h; sourceTree = "<group>"; };
|
||||
BF3DE3952243A2F20018E23F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
|
@ -137,7 +127,6 @@
|
|||
BF3DE39F2243A2F20018E23F /* GleanTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GleanTests.swift; sourceTree = "<group>"; };
|
||||
BF3DE3A12243A2F20018E23F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
BF43A8C6232A4BA400545310 /* CounterMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterMetric.swift; sourceTree = "<group>"; };
|
||||
BF43A8C8232A4CB200545310 /* Lifetime.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Lifetime.swift; sourceTree = "<group>"; };
|
||||
BF43A8CC232A615200545310 /* CounterMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CounterMetricTests.swift; sourceTree = "<group>"; };
|
||||
BF51C3B9224BF19F0014CBAF /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; };
|
||||
BF51C3BA224BF19F0014CBAF /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; };
|
||||
|
@ -160,7 +149,6 @@
|
|||
BFE1E7D3234356320067A12A /* sdk_generator.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = sdk_generator.sh; sourceTree = "<group>"; };
|
||||
BFFE18372350A5F50068D97B /* TimingDistributionMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimingDistributionMetric.swift; sourceTree = "<group>"; };
|
||||
BFFE18392350A61F0068D97B /* TimingDistributionMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimingDistributionMetricTests.swift; sourceTree = "<group>"; };
|
||||
BFFE183B2350A9CC0068D97B /* DistributionData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DistributionData.swift; sourceTree = "<group>"; };
|
||||
BFFE33AA232927C3005348FE /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
||||
CD0F7CBF26F0F27900EDA6A4 /* UrlMetric.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UrlMetric.swift; sourceTree = "<group>"; };
|
||||
CD0F7CC126F0F28900EDA6A4 /* UrlMetricTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UrlMetricTests.swift; sourceTree = "<group>"; };
|
||||
|
@ -230,7 +218,6 @@
|
|||
isa = PBXGroup;
|
||||
children = (
|
||||
1F605894231489AB00307A9F /* HttpPingUploader.swift */,
|
||||
BF197BB4243DF29200132839 /* Upload.swift */,
|
||||
);
|
||||
path = Net;
|
||||
sourceTree = "<group>";
|
||||
|
@ -331,7 +318,6 @@
|
|||
BF43A8CB232A613100545310 /* Metrics */,
|
||||
BF80AA5923992FFB00A8B172 /* Net */,
|
||||
1F58921323C923CB007D2D80 /* Scheduler */,
|
||||
1F70B787232A81A4007395FB /* DispatchersTest.swift */,
|
||||
BF3DE39F2243A2F20018E23F /* GleanTests.swift */,
|
||||
BF3DE3A12243A2F20018E23F /* Info.plist */,
|
||||
BFCBD6AA246D55CC0032096D /* TestUtils.swift */,
|
||||
|
@ -346,11 +332,8 @@
|
|||
1F6A8FEF233C049D007837D5 /* BooleanMetric.swift */,
|
||||
BF43A8C6232A4BA400545310 /* CounterMetric.swift */,
|
||||
1F6A8FF3233C0A91007837D5 /* DatetimeMetric.swift */,
|
||||
BF43A8C8232A4CB200545310 /* Lifetime.swift */,
|
||||
BF6C53B1232F870C00E3B43A /* Ping.swift */,
|
||||
BF30FDC3233260B500840607 /* TimespanMetric.swift */,
|
||||
BF30FDC72332640400840607 /* TimeUnit.swift */,
|
||||
BF10007D23548AF400064051 /* MemoryUnit.swift */,
|
||||
BFAED5072369751100DF293D /* StringListMetric.swift */,
|
||||
BF89055E232BC213003CA2BA /* StringMetric.swift */,
|
||||
1FD4527423395B4500F4C7E8 /* UuidMetric.swift */,
|
||||
|
@ -359,7 +342,6 @@
|
|||
BFE1CDC3233B63A70019EE47 /* LabeledMetric.swift */,
|
||||
BFFE18372350A5F50068D97B /* TimingDistributionMetric.swift */,
|
||||
BF10007F23548B0500064051 /* MemoryDistributionMetric.swift */,
|
||||
BFFE183B2350A9CC0068D97B /* DistributionData.swift */,
|
||||
);
|
||||
path = Metrics;
|
||||
sourceTree = "<group>";
|
||||
|
@ -581,25 +563,20 @@
|
|||
1FD4527523395B4500F4C7E8 /* UuidMetric.swift in Sources */,
|
||||
BFE1CDC8233B73B30019EE47 /* Unreachable.swift in Sources */,
|
||||
1F58920D23C7D615007D2D80 /* MetricsPingScheduler.swift in Sources */,
|
||||
BF30FDC82332640400840607 /* TimeUnit.swift in Sources */,
|
||||
BF7CC0A62473F61C003B166D /* Metrics.swift in Sources */,
|
||||
BF43A8C9232A4CB200545310 /* Lifetime.swift in Sources */,
|
||||
1FB70AEF23301C1D00C7CF09 /* Logger.swift in Sources */,
|
||||
1F6A8FF0233C049D007837D5 /* BooleanMetric.swift in Sources */,
|
||||
1F6A8FF4233C0A91007837D5 /* DatetimeMetric.swift in Sources */,
|
||||
AC06529C26E032E300D92D5E /* QuantityMetric.swift in Sources */,
|
||||
BFFE18382350A5F50068D97B /* TimingDistributionMetric.swift in Sources */,
|
||||
BF89055F232BC213003CA2BA /* StringMetric.swift in Sources */,
|
||||
BFFE183C2350A9CC0068D97B /* DistributionData.swift in Sources */,
|
||||
1F70B786232995A9007395FB /* Dispatchers.swift in Sources */,
|
||||
1F605895231489AB00307A9F /* HttpPingUploader.swift in Sources */,
|
||||
BF30FDC4233260B500840607 /* TimespanMetric.swift in Sources */,
|
||||
BFE1CDCE233B989A0019EE47 /* GleanMetrics.swift in Sources */,
|
||||
BF197BB5243DF29200132839 /* Upload.swift in Sources */,
|
||||
BF6C53B2232F870C00E3B43A /* Ping.swift in Sources */,
|
||||
1F39E7B0239F0505009B13B3 /* GleanDebugTools.swift in Sources */,
|
||||
97C5C1A423708C6700B79C93 /* ErrorType.swift in Sources */,
|
||||
BF10007E23548AF400064051 /* MemoryUnit.swift in Sources */,
|
||||
BF43A8C7232A4BA400545310 /* CounterMetric.swift in Sources */,
|
||||
BFFE33AB232927C3005348FE /* Utils.swift in Sources */,
|
||||
BFE1CDC4233B63A70019EE47 /* LabeledMetric.swift in Sources */,
|
||||
|
@ -625,7 +602,6 @@
|
|||
BF10008223548C4400064051 /* MemoryDistributionMetricTests.swift in Sources */,
|
||||
BF43A8CD232A615200545310 /* CounterMetricTests.swift in Sources */,
|
||||
1F6A8FF2233C068A007837D5 /* BooleanMetricTypeTest.swift in Sources */,
|
||||
1F70B788232A81A4007395FB /* DispatchersTest.swift in Sources */,
|
||||
BFE1CDC6233B6B6D0019EE47 /* LabeledMetricTests.swift in Sources */,
|
||||
BF30FDC6233260C400840607 /* TimespanMetricTests.swift in Sources */,
|
||||
BF80AA5F2399305200A8B172 /* DeletionRequestPingTests.swift in Sources */,
|
||||
|
|
Загрузка…
Ссылка в новой задаче