|
3 | 3 | archiveVersion = 1; |
4 | 4 | classes = { |
5 | 5 | }; |
6 | | - objectVersion = 50; |
| 6 | + objectVersion = 54; |
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
|
28 | 28 | 4915291C259CD38800056B5F /* EffectsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4915291B259CD38800056B5F /* EffectsView.swift */; }; |
29 | 29 | 493FBB8D27406B5D002A79F9 /* ExtensionBSubview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 493FBB8C27406B5D002A79F9 /* ExtensionBSubview.swift */; }; |
30 | 30 | 495924F9265C535B00E083AC /* QuitButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 495924F8265C535B00E083AC /* QuitButton.swift */; }; |
| 31 | + 495F74EC28B39A9A00C20304 /* PopoverAlertView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 495F74EB28B39A9A00C20304 /* PopoverAlertView.swift */; }; |
31 | 32 | 496C2FE1271477B800D51EE1 /* NotificationNames.swift in Sources */ = {isa = PBXBuildFile; fileRef = 496C2FE0271477B800D51EE1 /* NotificationNames.swift */; }; |
32 | 33 | 496FE4D12651485E007746ED /* UserInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 496FE4D02651485E007746ED /* UserInfo.swift */; }; |
33 | 34 | 496FE4D326514C59007746ED /* PasswordSubview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 496FE4D226514C59007746ED /* PasswordSubview.swift */; }; |
|
40 | 41 | 49822CED24B4C3F200E8DE54 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 49822CEB24B4C3F200E8DE54 /* Main.storyboard */; }; |
41 | 42 | 49857E9824D4B543009B6FBA /* Preferences.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49857E9724D4B543009B6FBA /* Preferences.swift */; }; |
42 | 43 | 49857E9A24D4B58B009B6FBA /* ComputerInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49857E9924D4B58B009B6FBA /* ComputerInfo.swift */; }; |
| 44 | + 49871A6F287CC98500715C7C /* HeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49871A6E287CC98500715C7C /* HeaderView.swift */; }; |
43 | 45 | 498B7001272F460100BFA45E /* KerberosSSOExtensionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 498B7000272F460100BFA45E /* KerberosSSOExtensionModel.swift */; }; |
44 | 46 | 49B4952D2642E96A00A6AE64 /* DarkModeBorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B4952C2642E96A00A6AE64 /* DarkModeBorder.swift */; }; |
45 | 47 | 49F6744E273F2DBC00C47403 /* ExtensionASubview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49F6744D273F2DBC00C47403 /* ExtensionASubview.swift */; }; |
| 48 | + B03F2E5C28734ABD000478BC /* nl.root3.support.plist in CopyFiles */ = {isa = PBXBuildFile; fileRef = B03F2E53287340BD000478BC /* nl.root3.support.plist */; settings = {ATTRIBUTES = (CodeSignOnCopy, ); }; }; |
46 | 49 | /* End PBXBuildFile section */ |
47 | 50 |
|
| 51 | +/* Begin PBXCopyFilesBuildPhase section */ |
| 52 | + B03F2E59287345A7000478BC /* CopyFiles */ = { |
| 53 | + isa = PBXCopyFilesBuildPhase; |
| 54 | + buildActionMask = 12; |
| 55 | + dstPath = Contents/Library/LaunchAgents; |
| 56 | + dstSubfolderSpec = 1; |
| 57 | + files = ( |
| 58 | + B03F2E5C28734ABD000478BC /* nl.root3.support.plist in CopyFiles */, |
| 59 | + ); |
| 60 | + runOnlyForDeploymentPostprocessing = 0; |
| 61 | + }; |
| 62 | +/* End PBXCopyFilesBuildPhase section */ |
| 63 | + |
48 | 64 | /* Begin PBXFileReference section */ |
49 | 65 | 0A24AB432624CABB004208C4 /* NotificationBadgeTextView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationBadgeTextView.swift; sourceTree = "<group>"; }; |
50 | 66 | 0A315E5A2683C88800E9A1F9 /* FeatureView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FeatureView.swift; sourceTree = "<group>"; }; |
|
68 | 84 | 4915291B259CD38800056B5F /* EffectsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EffectsView.swift; sourceTree = "<group>"; }; |
69 | 85 | 493FBB8C27406B5D002A79F9 /* ExtensionBSubview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionBSubview.swift; sourceTree = "<group>"; }; |
70 | 86 | 495924F8265C535B00E083AC /* QuitButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuitButton.swift; sourceTree = "<group>"; }; |
| 87 | + 495F74EB28B39A9A00C20304 /* PopoverAlertView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = PopoverAlertView.swift; path = Support/Views/PopoverAlertView.swift; sourceTree = SOURCE_ROOT; }; |
71 | 88 | 496C2FE0271477B800D51EE1 /* NotificationNames.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationNames.swift; sourceTree = "<group>"; }; |
72 | 89 | 496FE4D02651485E007746ED /* UserInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserInfo.swift; sourceTree = "<group>"; }; |
73 | 90 | 496FE4D226514C59007746ED /* PasswordSubview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordSubview.swift; sourceTree = "<group>"; }; |
|
83 | 100 | 49822CEF24B4C3F200E8DE54 /* Support.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Support.entitlements; sourceTree = "<group>"; }; |
84 | 101 | 49857E9724D4B543009B6FBA /* Preferences.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Preferences.swift; sourceTree = "<group>"; }; |
85 | 102 | 49857E9924D4B58B009B6FBA /* ComputerInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComputerInfo.swift; sourceTree = "<group>"; }; |
| 103 | + 49871A6E287CC98500715C7C /* HeaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HeaderView.swift; sourceTree = "<group>"; }; |
86 | 104 | 498B7000272F460100BFA45E /* KerberosSSOExtensionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KerberosSSOExtensionModel.swift; sourceTree = "<group>"; }; |
87 | 105 | 49B163AC26FCB154006D57C7 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; }; |
88 | 106 | 49B4952C2642E96A00A6AE64 /* DarkModeBorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DarkModeBorder.swift; sourceTree = "<group>"; }; |
89 | 107 | 49F6744D273F2DBC00C47403 /* ExtensionASubview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionASubview.swift; sourceTree = "<group>"; }; |
90 | 108 | A0532BCB2733F35A005CACF2 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; }; |
| 109 | + B03F2E53287340BD000478BC /* nl.root3.support.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = nl.root3.support.plist; sourceTree = "<group>"; }; |
91 | 110 | /* End PBXFileReference section */ |
92 | 111 |
|
93 | 112 | /* Begin PBXFrameworksBuildPhase section */ |
|
140 | 159 | 4915290C259CCF7A00056B5F /* NotificationBadgeView.swift */, |
141 | 160 | 0A24AB432624CABB004208C4 /* NotificationBadgeTextView.swift */, |
142 | 161 | 495924F8265C535B00E083AC /* QuitButton.swift */, |
| 162 | + 49871A6E287CC98500715C7C /* HeaderView.swift */, |
| 163 | + 495F74EB28B39A9A00C20304 /* PopoverAlertView.swift */, |
143 | 164 | ); |
144 | 165 | path = Views; |
145 | 166 | sourceTree = "<group>"; |
|
171 | 192 | 49822CE124B4C3F100E8DE54 /* Support */ = { |
172 | 193 | isa = PBXGroup; |
173 | 194 | children = ( |
| 195 | + B03F2E53287340BD000478BC /* nl.root3.support.plist */, |
174 | 196 | 498B6FFF272F45EF00BFA45E /* Models */, |
175 | 197 | 4915290A259CCF2500056B5F /* Views */, |
176 | 198 | 0AFE0A8525014C6100957B52 /* Localizable.strings */, |
|
237 | 259 | 49822CDC24B4C3F100E8DE54 /* Frameworks */, |
238 | 260 | 49822CDD24B4C3F100E8DE54 /* Resources */, |
239 | 261 | 49FB1303273B244600650BD3 /* Run Script */, |
| 262 | + B03F2E59287345A7000478BC /* CopyFiles */, |
240 | 263 | ); |
241 | 264 | buildRules = ( |
242 | 265 | ); |
|
303 | 326 | /* Begin PBXShellScriptBuildPhase section */ |
304 | 327 | 49FB1303273B244600650BD3 /* Run Script */ = { |
305 | 328 | isa = PBXShellScriptBuildPhase; |
| 329 | + alwaysOutOfDate = 1; |
306 | 330 | buildActionMask = 12; |
307 | 331 | files = ( |
308 | 332 | ); |
|
333 | 357 | 498B7001272F460100BFA45E /* KerberosSSOExtensionModel.swift in Sources */, |
334 | 358 | 4976EB8B265317C6006EE097 /* AppView.swift in Sources */, |
335 | 359 | 49F6744E273F2DBC00C47403 /* ExtensionASubview.swift in Sources */, |
| 360 | + 49871A6F287CC98500715C7C /* HeaderView.swift in Sources */, |
336 | 361 | 496FE4D12651485E007746ED /* UserInfo.swift in Sources */, |
337 | 362 | 4915290D259CCF7A00056B5F /* NotificationBadgeView.swift in Sources */, |
338 | 363 | 49857E9A24D4B58B009B6FBA /* ComputerInfo.swift in Sources */, |
|
358 | 383 | 0A24AB442624CABB004208C4 /* NotificationBadgeTextView.swift in Sources */, |
359 | 384 | 4915291C259CD38800056B5F /* EffectsView.swift in Sources */, |
360 | 385 | 0A446D572683A40600667602 /* WelcomeScreenView.swift in Sources */, |
| 386 | + 495F74EC28B39A9A00C20304 /* PopoverAlertView.swift in Sources */, |
361 | 387 | ); |
362 | 388 | runOnlyForDeploymentPostprocessing = 0; |
363 | 389 | }; |
|
511 | 537 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; |
512 | 538 | CODE_SIGN_ENTITLEMENTS = Support/Support.entitlements; |
513 | 539 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 540 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
514 | 541 | CODE_SIGN_STYLE = Automatic; |
515 | 542 | COMBINE_HIDPI_IMAGES = YES; |
516 | 543 | CURRENT_PROJECT_VERSION = 1656517987; |
|
524 | 551 | "@executable_path/../Frameworks", |
525 | 552 | ); |
526 | 553 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
527 | | - MARKETING_VERSION = 2.4; |
| 554 | + MARKETING_VERSION = 2.4.1; |
528 | 555 | PRODUCT_BUNDLE_IDENTIFIER = nl.root3.support; |
529 | 556 | PRODUCT_NAME = "$(TARGET_NAME)"; |
530 | 557 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
540 | 567 | ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO; |
541 | 568 | CODE_SIGN_ENTITLEMENTS = Support/Support.entitlements; |
542 | 569 | CODE_SIGN_IDENTITY = "Apple Development"; |
| 570 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
543 | 571 | CODE_SIGN_STYLE = Automatic; |
544 | 572 | COMBINE_HIDPI_IMAGES = YES; |
545 | 573 | CURRENT_PROJECT_VERSION = 1656517987; |
|
553 | 581 | "@executable_path/../Frameworks", |
554 | 582 | ); |
555 | 583 | MACOSX_DEPLOYMENT_TARGET = 11.0; |
556 | | - MARKETING_VERSION = 2.4; |
| 584 | + MARKETING_VERSION = 2.4.1; |
557 | 585 | PRODUCT_BUNDLE_IDENTIFIER = nl.root3.support; |
558 | 586 | PRODUCT_NAME = "$(TARGET_NAME)"; |
559 | 587 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments