|
169 | 169 | 4AD9555A2C21716A00D0EEFA /* WordPressAuthenticator.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4AD953B42C21451700D0EEFA /* WordPressAuthenticator.framework */; }; |
170 | 170 | 4AD9555B2C21716A00D0EEFA /* WordPressAuthenticator.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 4AD953B42C21451700D0EEFA /* WordPressAuthenticator.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
171 | 171 | 5D69DBC4165428CA00A2D1F7 /* n.caf in Resources */ = {isa = PBXBuildFile; fileRef = 5D69DBC3165428CA00A2D1F7 /* n.caf */; }; |
172 | | - 6E5BA46926A59D620043A6F2 /* SupportScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5BA46826A59D620043A6F2 /* SupportScreenTests.swift */; }; |
173 | 172 | 7335AC6021220D550012EF2D /* RemoteNotificationActionParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7335AC5F21220D550012EF2D /* RemoteNotificationActionParser.swift */; }; |
174 | 173 | 7358E6BF210BD318002323EB /* WordPressNotificationServiceExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = 7358E6B8210BD318002323EB /* WordPressNotificationServiceExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
175 | 174 | 73768B6B212B4E4F005136A1 /* UNNotificationContent+RemoteNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73768B6A212B4E4F005136A1 /* UNNotificationContent+RemoteNotification.swift */; }; |
|
244 | 243 | EA14532C29AD874C001F3143 /* EditorGutenbergTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC2BB0CF228ACF710034F9AB /* EditorGutenbergTests.swift */; }; |
245 | 244 | EA14532D29AD874C001F3143 /* LoginTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF2716911CAAC87B0006E2D4 /* LoginTests.swift */; }; |
246 | 245 | EA14532E29AD874C001F3143 /* BaseScreen.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE2B4E9E1FD664F5007AE3E4 /* BaseScreen.swift */; }; |
247 | | - EA14532F29AD874C001F3143 /* SupportScreenTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E5BA46826A59D620043A6F2 /* SupportScreenTests.swift */; }; |
248 | 246 | EA14533029AD874C001F3143 /* StatsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = EAD2BF4127594DAB00A847BB /* StatsTests.swift */; }; |
249 | 247 | EA14533129AD874C001F3143 /* WPUITestCredentials.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC8A5EAA22159FA6001B7874 /* WPUITestCredentials.swift */; }; |
250 | 248 | EA14533229AD874C001F3143 /* SignupTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7CB97222B1510900642EE9 /* SignupTests.swift */; }; |
|
883 | 881 | 4AD953B42C21451700D0EEFA /* WordPressAuthenticator.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = WordPressAuthenticator.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
884 | 882 | 4AD953BB2C21451700D0EEFA /* WordPressAuthenticatorTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WordPressAuthenticatorTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
885 | 883 | 5D69DBC3165428CA00A2D1F7 /* n.caf */ = {isa = PBXFileReference; lastKnownFileType = file; name = n.caf; path = Resources/Sounds/n.caf; sourceTree = "<group>"; }; |
886 | | - 6E5BA46826A59D620043A6F2 /* SupportScreenTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportScreenTests.swift; sourceTree = "<group>"; }; |
887 | 884 | 6EDC0E8E105881A800F68A1D /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; }; |
888 | 885 | 7335AC5F21220D550012EF2D /* RemoteNotificationActionParser.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RemoteNotificationActionParser.swift; sourceTree = "<group>"; }; |
889 | 886 | 733F36052126197800988727 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; }; |
|
2053 | 2050 | EAB10E3F27487F5D000DA4C1 /* ReaderTests.swift */, |
2054 | 2051 | CC7CB97222B1510900642EE9 /* SignupTests.swift */, |
2055 | 2052 | EAD2BF4127594DAB00A847BB /* StatsTests.swift */, |
2056 | | - 6E5BA46826A59D620043A6F2 /* SupportScreenTests.swift */, |
2057 | 2053 | 0C38581F2CA74DC7004880ED /* AppSettingsTests.swift */, |
2058 | 2054 | ); |
2059 | 2055 | path = Tests; |
|
3776 | 3772 | 80B42AC02AB2CB1400377607 /* PagesTests.swift in Sources */, |
3777 | 3773 | EA14532E29AD874C001F3143 /* BaseScreen.swift in Sources */, |
3778 | 3774 | 0C3858202CA74DC7004880ED /* AppSettingsTests.swift in Sources */, |
3779 | | - EA14532F29AD874C001F3143 /* SupportScreenTests.swift in Sources */, |
3780 | 3775 | EA14533029AD874C001F3143 /* StatsTests.swift in Sources */, |
3781 | 3776 | EA14533129AD874C001F3143 /* WPUITestCredentials.swift in Sources */, |
3782 | 3777 | EA14533229AD874C001F3143 /* SignupTests.swift in Sources */, |
|
3824 | 3819 | 80B42ABF2AB2CB1300377607 /* PagesTests.swift in Sources */, |
3825 | 3820 | BE2B4E9F1FD664F5007AE3E4 /* BaseScreen.swift in Sources */, |
3826 | 3821 | 0C3858212CA74DC7004880ED /* AppSettingsTests.swift in Sources */, |
3827 | | - 6E5BA46926A59D620043A6F2 /* SupportScreenTests.swift in Sources */, |
3828 | 3822 | EAD2BF4227594DAB00A847BB /* StatsTests.swift in Sources */, |
3829 | 3823 | CC8A5EAB22159FA6001B7874 /* WPUITestCredentials.swift in Sources */, |
3830 | 3824 | CC7CB97322B1510900642EE9 /* SignupTests.swift in Sources */, |
|
0 commit comments