|
153 | 153 | 3CE8CC582911B2B2000DB0D3 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CE8CC572911B2B2000DB0D3 /* SystemConfiguration.framework */; }; |
154 | 154 | 3CE8CC5B29143F4B000DB0D3 /* NSDateFormatter+OneSignal.m in Sources */ = {isa = PBXBuildFile; fileRef = DE98772A2591655800DE07D5 /* NSDateFormatter+OneSignal.m */; }; |
155 | 155 | 3CE9227A289FA88B001B1062 /* OSIdentityModelStoreListener.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE92279289FA88B001B1062 /* OSIdentityModelStoreListener.swift */; }; |
| 156 | + 3CEE90A72BFE6ABD00B0FB5B /* SupportedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CEE90A62BFE6ABD00B0FB5B /* SupportedProperty.swift */; }; |
156 | 157 | 3CEE93422B7C4174008440BD /* OneSignalUserMocks.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC063DD2B6D7F2A002BB07F /* OneSignalUserMocks.framework */; }; |
157 | 158 | 3CEE93432B7C4174008440BD /* OneSignalUserMocks.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC063DD2B6D7F2A002BB07F /* OneSignalUserMocks.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
158 | 159 | 3CEE93462B7C73AB008440BD /* OneSignalCoreMocks.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3CC0639A2B6D7A8C002BB07F /* OneSignalCoreMocks.framework */; }; |
|
1184 | 1185 | 3CE8CC552911B1E0000DB0D3 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/iOSSupport/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; |
1185 | 1186 | 3CE8CC572911B2B2000DB0D3 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/SystemConfiguration.framework; sourceTree = DEVELOPER_DIR; }; |
1186 | 1187 | 3CE92279289FA88B001B1062 /* OSIdentityModelStoreListener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSIdentityModelStoreListener.swift; sourceTree = "<group>"; }; |
| 1188 | + 3CEE90A62BFE6ABD00B0FB5B /* SupportedProperty.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportedProperty.swift; sourceTree = "<group>"; }; |
1187 | 1189 | 3CF8629D28A183F900776CA4 /* OSIdentityModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSIdentityModel.swift; sourceTree = "<group>"; }; |
1188 | 1190 | 3CF8629F28A1964F00776CA4 /* OSPropertiesModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSPropertiesModel.swift; sourceTree = "<group>"; }; |
1189 | 1191 | 3CF862A128A197D200776CA4 /* OSPropertiesModelStoreListener.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSPropertiesModelStoreListener.swift; sourceTree = "<group>"; }; |
|
1914 | 1916 | 3C9AD6BA2B2284AB00BC1540 /* Executors */ = { |
1915 | 1917 | isa = PBXGroup; |
1916 | 1918 | children = ( |
| 1919 | + 3CEE90A52BFE6A7700B0FB5B /* Support */, |
1917 | 1920 | 3C8E6E0028AC0BA10031E48A /* OSIdentityOperationExecutor.swift */, |
1918 | 1921 | 3C8E6DFE28AB09AE0031E48A /* OSPropertyOperationExecutor.swift */, |
1919 | 1922 | 3CE795FA28DBDCE700736BD4 /* OSSubscriptionOperationExecutor.swift */, |
|
1983 | 1986 | path = OneSignalUserTests; |
1984 | 1987 | sourceTree = "<group>"; |
1985 | 1988 | }; |
| 1989 | + 3CEE90A52BFE6A7700B0FB5B /* Support */ = { |
| 1990 | + isa = PBXGroup; |
| 1991 | + children = ( |
| 1992 | + 3CEE90A62BFE6ABD00B0FB5B /* SupportedProperty.swift */, |
| 1993 | + ); |
| 1994 | + path = Support; |
| 1995 | + sourceTree = "<group>"; |
| 1996 | + }; |
1986 | 1997 | 3E2400391D4FFC31008BDE70 /* OneSignalFramework */ = { |
1987 | 1998 | isa = PBXGroup; |
1988 | 1999 | children = ( |
|
3926 | 3937 | 3C8E6E0128AC0BA10031E48A /* OSIdentityOperationExecutor.swift in Sources */, |
3927 | 3938 | 3CF862A228A197D200776CA4 /* OSPropertiesModelStoreListener.swift in Sources */, |
3928 | 3939 | 3C277D7E2BD76E0000857606 /* OSIdentityModelRepo.swift in Sources */, |
| 3940 | + 3CEE90A72BFE6ABD00B0FB5B /* SupportedProperty.swift in Sources */, |
3929 | 3941 | 3C9AD6C12B22886600BC1540 /* OSRequestUpdateSubscription.swift in Sources */, |
3930 | 3942 | 3C0EF49E28A1DBCB00E5434B /* OSUserInternalImpl.swift in Sources */, |
3931 | 3943 | 3C8E6DFF28AB09AE0031E48A /* OSPropertyOperationExecutor.swift in Sources */, |
|
0 commit comments