|
31 | 31 | 785A07382B14D734002FF30C /* IncomingInvite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 785A07372B14D734002FF30C /* IncomingInvite.swift */; };
|
32 | 32 | 785A073C2B15EAC8002FF30C /* EnrollmentStatus.swift in Sources */ = {isa = PBXBuildFile; fileRef = 785A073B2B15EAC8002FF30C /* EnrollmentStatus.swift */; };
|
33 | 33 | 785C8DC12B0BAD5E00926DCD /* About.swift in Sources */ = {isa = PBXBuildFile; fileRef = 785C8DC02B0BAD5E00926DCD /* About.swift */; };
|
| 34 | + 7893D4092B1F54F800454933 /* PopOver.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7893D4072B1F54F800454933 /* PopOver.swift */; }; |
| 35 | + 7893D40A2B1F54F800454933 /* GuidedIntro.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7893D4082B1F54F800454933 /* GuidedIntro.swift */; }; |
34 | 36 | 789FA6462AE142280009FF7F /* ExportOptions.plist in Resources */ = {isa = PBXBuildFile; fileRef = 789FA6452AE142280009FF7F /* ExportOptions.plist */; };
|
35 | 37 | 78B7EF702B0F649D0062B2B3 /* DeleteIncomingService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78B7EF6F2B0F649D0062B2B3 /* DeleteIncomingService.swift */; };
|
36 | 38 | 78BD349D2AFA621500F09058 /* BrokenStateView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78BD349C2AFA621500F09058 /* BrokenStateView.swift */; };
|
|
70 | 72 | 785A073B2B15EAC8002FF30C /* EnrollmentStatus.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnrollmentStatus.swift; sourceTree = "<group>"; };
|
71 | 73 | 785C8DC02B0BAD5E00926DCD /* About.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = About.swift; sourceTree = "<group>"; };
|
72 | 74 | 785D8D372AD5369100DF5004 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
| 75 | + 7893D4072B1F54F800454933 /* PopOver.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopOver.swift; sourceTree = "<group>"; }; |
| 76 | + 7893D4082B1F54F800454933 /* GuidedIntro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GuidedIntro.swift; sourceTree = "<group>"; }; |
73 | 77 | 789FA6452AE142280009FF7F /* ExportOptions.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = ExportOptions.plist; sourceTree = "<group>"; };
|
74 | 78 | 78B7EF6F2B0F649D0062B2B3 /* DeleteIncomingService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DeleteIncomingService.swift; sourceTree = "<group>"; };
|
75 | 79 | 78BD349C2AFA621500F09058 /* BrokenStateView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BrokenStateView.swift; sourceTree = "<group>"; };
|
|
115 | 119 | 782D5B472AC1D3D700D1B27F /* Ockam */ = {
|
116 | 120 | isa = PBXGroup;
|
117 | 121 | children = (
|
| 122 | + 7893D4082B1F54F800454933 /* GuidedIntro.swift */, |
| 123 | + 7893D4072B1F54F800454933 /* PopOver.swift */, |
118 | 124 | 7859A47F2B1DD4960085C7F7 /* FluidMenuBarExtra */,
|
119 | 125 | 78B7EF6F2B0F649D0062B2B3 /* DeleteIncomingService.swift */,
|
120 | 126 | 78BD34A02AFCFDF100F09058 /* RemoteServiceView.swift */,
|
|
268 | 274 | 7859A4892B1DD4960085C7F7 /* FluidMenuBarExtraWindow.swift in Sources */,
|
269 | 275 | 7859A48A2B1DD4960085C7F7 /* EventMonitor.swift in Sources */,
|
270 | 276 | 78F5F3042AD4127C00B8D18E /* EmailInput.swift in Sources */,
|
| 277 | + 7893D4092B1F54F800454933 /* PopOver.swift in Sources */, |
271 | 278 | 7859A4862B1DD4960085C7F7 /* UpdateSizeAction.swift in Sources */,
|
272 | 279 | 7827D5072AD93EE700F7A20F /* ProfilePicture.swift in Sources */,
|
273 | 280 | 782D5B492AC1D3D700D1B27F /* OckamApp.swift in Sources */,
|
|
280 | 287 | 78BD349D2AFA621500F09058 /* BrokenStateView.swift in Sources */,
|
281 | 288 | 4CB45C522AEB06C700D27F22 /* AcceptingInvitation.swift in Sources */,
|
282 | 289 | 783B62722AC432B700880261 /* Bridge.swift in Sources */,
|
| 290 | + 7893D40A2B1F54F800454933 /* GuidedIntro.swift in Sources */, |
283 | 291 | 7859A48B2B1DD4960085C7F7 /* RootViewModifier.swift in Sources */,
|
284 | 292 | );
|
285 | 293 | runOnlyForDeploymentPostprocessing = 0;
|
|
0 commit comments