|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 482A24ED1B09D4BF00CE5BDC /* PushAnalyticsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */; }; |
11 | 10 | 48AAA6E81C450DA90048C53A /* pushproperties.plist in Resources */ = {isa = PBXBuildFile; fileRef = 48AAA6E71C450DA90048C53A /* pushproperties.plist */; }; |
12 | | - 48EDFAE61B00E8D300F8D11F /* PushAnalytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */; }; |
13 | 11 | 6F46417219654E4A00D2B1C9 /* DeviceRegistration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */; }; |
14 | 12 | 6F464174196564A500D2B1C9 /* ClientDeviceInformation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */; }; |
15 | 13 | 6F4641771965660300D2B1C9 /* ClientDeviceInformationImpl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F4641761965660300D2B1C9 /* ClientDeviceInformationImpl.swift */; }; |
|
60 | 58 |
|
61 | 59 | /* Begin PBXFileReference section */ |
62 | 60 | 07B7A95683BA849A36EB18D1 /* Pods_AeroGearPushTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_AeroGearPushTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
63 | | - 482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushAnalyticsTests.swift; sourceTree = "<group>"; }; |
64 | 61 | 48AAA6E71C450DA90048C53A /* pushproperties.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = pushproperties.plist; sourceTree = "<group>"; }; |
65 | | - 48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushAnalytics.swift; sourceTree = "<group>"; }; |
66 | 62 | 6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeviceRegistration.swift; sourceTree = "<group>"; }; |
67 | 63 | 6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientDeviceInformation.swift; sourceTree = "<group>"; }; |
68 | 64 | 6F4641761965660300D2B1C9 /* ClientDeviceInformationImpl.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ClientDeviceInformationImpl.swift; sourceTree = "<group>"; }; |
|
148 | 144 | 6F464175196565EE00D2B1C9 /* Internal */, |
149 | 145 | 6F46417119654E4A00D2B1C9 /* DeviceRegistration.swift */, |
150 | 146 | 6F464173196564A500D2B1C9 /* ClientDeviceInformation.swift */, |
151 | | - 48EDFAE51B00E8D300F8D11F /* PushAnalytics.swift */, |
152 | 147 | 6F71353419646266009B26D8 /* Supporting Files */, |
153 | 148 | ); |
154 | 149 | path = AeroGearPush; |
|
166 | 161 | isa = PBXGroup; |
167 | 162 | children = ( |
168 | 163 | 6F71354319646266009B26D8 /* DeviceRegistrationTests.swift */, |
169 | | - 482A24EB1B09D45000CE5BDC /* PushAnalyticsTests.swift */, |
170 | 164 | 6F71354119646266009B26D8 /* Supporting Files */, |
171 | 165 | ); |
172 | 166 | path = AeroGearPushTests; |
|
338 | 332 | isa = PBXSourcesBuildPhase; |
339 | 333 | buildActionMask = 2147483647; |
340 | 334 | files = ( |
341 | | - 48EDFAE61B00E8D300F8D11F /* PushAnalytics.swift in Sources */, |
342 | 335 | 6F4641771965660300D2B1C9 /* ClientDeviceInformationImpl.swift in Sources */, |
343 | 336 | 6F46417219654E4A00D2B1C9 /* DeviceRegistration.swift in Sources */, |
344 | 337 | 6F464174196564A500D2B1C9 /* ClientDeviceInformation.swift in Sources */, |
|
349 | 342 | isa = PBXSourcesBuildPhase; |
350 | 343 | buildActionMask = 2147483647; |
351 | 344 | files = ( |
352 | | - 482A24ED1B09D4BF00CE5BDC /* PushAnalyticsTests.swift in Sources */, |
353 | 345 | 6F71354419646266009B26D8 /* DeviceRegistrationTests.swift in Sources */, |
354 | 346 | ); |
355 | 347 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments