|
41 | 41 | AA99521926FE49A300612E07 /* MenuHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA99521826FE49A300612E07 /* MenuHandler.swift */; }; |
42 | 42 | AA9AE86F26B5BF3D00B6CA65 /* OSD.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA9AE86E26B5BF3D00B6CA65 /* OSD.framework */; }; |
43 | 43 | AA9AE87126B5BFB700B6CA65 /* CoreDisplay.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AA9AE87026B5BFB700B6CA65 /* CoreDisplay.framework */; }; |
| 44 | + AAB2F638273ED099004AB5A4 /* .swiftlint.yml in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F637273ED099004AB5A4 /* .swiftlint.yml */; }; |
| 45 | + AAB2F63C273ED0AD004AB5A4 /* .swift-version in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F639273ED0AD004AB5A4 /* .swift-version */; }; |
| 46 | + AAB2F63D273ED0AD004AB5A4 /* .gitignore in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F63A273ED0AD004AB5A4 /* .gitignore */; }; |
| 47 | + AAB2F63E273ED0AD004AB5A4 /* .swiftformat in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F63B273ED0AD004AB5A4 /* .swiftformat */; }; |
| 48 | + AAB2F640273ED0B8004AB5A4 /* .bartycrouch.toml in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F63F273ED0B8004AB5A4 /* .bartycrouch.toml */; }; |
| 49 | + AAB2F642273ED0C7004AB5A4 /* .github in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F641273ED0C7004AB5A4 /* .github */; }; |
| 50 | + AAB2F644273ED0E9004AB5A4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F643273ED0E9004AB5A4 /* License.txt */; }; |
44 | 51 | AACE5E2327050C63006C2A48 /* NSNotification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AACE5E2227050C63006C2A48 /* NSNotification+Extension.swift */; }; |
45 | 52 | AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AADB625926BC196900DFFAA5 /* DisplayServices.framework */; }; |
46 | 53 | F01B0699228221B7008E64DB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F01B0680228221B6008E64DB /* Localizable.strings */; }; |
|
128 | 135 | AA9CB6402704C1A40086DC0E /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
129 | 136 | AA9CB6412704C1B80086DC0E /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Main.strings"; sourceTree = "<group>"; }; |
130 | 137 | AA9CB6422704C1B80086DC0E /* zh-Hant-TW */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant-TW"; path = "zh-Hant-TW.lproj/Localizable.strings"; sourceTree = "<group>"; }; |
| 138 | + AAB2F637273ED099004AB5A4 /* .swiftlint.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.yaml; path = .swiftlint.yml; sourceTree = "<group>"; }; |
| 139 | + AAB2F639273ED0AD004AB5A4 /* .swift-version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ".swift-version"; sourceTree = "<group>"; }; |
| 140 | + AAB2F63A273ED0AD004AB5A4 /* .gitignore */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .gitignore; sourceTree = "<group>"; }; |
| 141 | + AAB2F63B273ED0AD004AB5A4 /* .swiftformat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .swiftformat; sourceTree = "<group>"; }; |
| 142 | + AAB2F63F273ED0B8004AB5A4 /* .bartycrouch.toml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .bartycrouch.toml; sourceTree = "<group>"; }; |
| 143 | + AAB2F641273ED0C7004AB5A4 /* .github */ = {isa = PBXFileReference; lastKnownFileType = folder; path = .github; sourceTree = "<group>"; }; |
| 144 | + AAB2F643273ED0E9004AB5A4 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; }; |
131 | 145 | AACE5E2227050C63006C2A48 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = "<group>"; }; |
132 | 146 | AADB625926BC196900DFFAA5 /* DisplayServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DisplayServices.framework; path = ../../../../../System/Library/PrivateFrameworks/DisplayServices.framework; sourceTree = "<group>"; }; |
133 | 147 | F01B0682228221B6008E64DB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; }; |
|
193 | 207 | 56754EA21D9A4016007BCDC5 = { |
194 | 208 | isa = PBXGroup; |
195 | 209 | children = ( |
196 | | - AA3B4A2726AE103C00B74CD2 /* README.md */, |
| 210 | + AAB2F646273ED127004AB5A4 /* Misc */, |
197 | 211 | 28D1DDD1227FB759004CB494 /* Frameworks */, |
198 | 212 | 56754EAD1D9A4016007BCDC5 /* MonitorControl */, |
199 | 213 | F06792E8200A73460066C438 /* MonitorControlHelper */, |
|
248 | 262 | path = Enums; |
249 | 263 | sourceTree = "<group>"; |
250 | 264 | }; |
| 265 | + AAB2F646273ED127004AB5A4 /* Misc */ = { |
| 266 | + isa = PBXGroup; |
| 267 | + children = ( |
| 268 | + AAB2F641273ED0C7004AB5A4 /* .github */, |
| 269 | + AAB2F63A273ED0AD004AB5A4 /* .gitignore */, |
| 270 | + AAB2F637273ED099004AB5A4 /* .swiftlint.yml */, |
| 271 | + AAB2F639273ED0AD004AB5A4 /* .swift-version */, |
| 272 | + AAB2F63B273ED0AD004AB5A4 /* .swiftformat */, |
| 273 | + AAB2F63F273ED0B8004AB5A4 /* .bartycrouch.toml */, |
| 274 | + AAB2F643273ED0E9004AB5A4 /* License.txt */, |
| 275 | + AA3B4A2726AE103C00B74CD2 /* README.md */, |
| 276 | + ); |
| 277 | + name = Misc; |
| 278 | + sourceTree = "<group>"; |
| 279 | + }; |
251 | 280 | F01B067F228221B6008E64DB /* Support */ = { |
252 | 281 | isa = PBXGroup; |
253 | 282 | children = ( |
|
412 | 441 | isa = PBXResourcesBuildPhase; |
413 | 442 | buildActionMask = 2147483647; |
414 | 443 | files = ( |
| 444 | + AAB2F642273ED0C7004AB5A4 /* .github in Resources */, |
| 445 | + AAB2F63E273ED0AD004AB5A4 /* .swiftformat in Resources */, |
415 | 446 | 56754EB11D9A4016007BCDC5 /* Assets.xcassets in Resources */, |
416 | 447 | 6CDA0FCF26485A8300F52125 /* Main.storyboard in Resources */, |
| 448 | + AAB2F640273ED0B8004AB5A4 /* .bartycrouch.toml in Resources */, |
417 | 449 | 8C1741852707B91100E88D53 /* InternetAccessPolicy.plist in Resources */, |
| 450 | + AAB2F638273ED099004AB5A4 /* .swiftlint.yml in Resources */, |
| 451 | + AAB2F63C273ED0AD004AB5A4 /* .swift-version in Resources */, |
418 | 452 | AA3B4A2826AE103C00B74CD2 /* README.md in Resources */, |
419 | 453 | F01B0699228221B7008E64DB /* Localizable.strings in Resources */, |
| 454 | + AAB2F63D273ED0AD004AB5A4 /* .gitignore in Resources */, |
420 | 455 | 8C1741882707B91F00E88D53 /* InternetAccessPolicy.strings in Resources */, |
| 456 | + AAB2F644273ED0E9004AB5A4 /* License.txt in Resources */, |
421 | 457 | ); |
422 | 458 | runOnlyForDeploymentPostprocessing = 0; |
423 | 459 | }; |
|
759 | 795 | "@executable_path/../Frameworks", |
760 | 796 | ); |
761 | 797 | MACOSX_DEPLOYMENT_TARGET = 10.14; |
762 | | - MARKETING_VERSION = 4.0.1; |
| 798 | + MARKETING_VERSION = 4.0.2; |
763 | 799 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl; |
764 | 800 | PRODUCT_NAME = "$(TARGET_NAME)"; |
765 | 801 | PROVISIONING_PROFILE_SPECIFIER = ""; |
766 | 802 | SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Support/Bridging-Header.h"; |
767 | 803 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
768 | | - SWIFT_VERSION = 5.0; |
| 804 | + SWIFT_VERSION = 5.5; |
769 | 805 | SYSTEM_FRAMEWORK_SEARCH_PATHS = ( |
770 | 806 | "$(inherited)", |
771 | 807 | "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", |
|
794 | 830 | "@executable_path/../Frameworks", |
795 | 831 | ); |
796 | 832 | MACOSX_DEPLOYMENT_TARGET = 10.14; |
797 | | - MARKETING_VERSION = 4.0.1; |
| 833 | + MARKETING_VERSION = 4.0.2; |
798 | 834 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl; |
799 | 835 | PRODUCT_NAME = "$(TARGET_NAME)"; |
800 | 836 | PROVISIONING_PROFILE_SPECIFIER = ""; |
801 | 837 | SWIFT_OBJC_BRIDGING_HEADER = "MonitorControl/Support/Bridging-Header.h"; |
802 | 838 | SWIFT_OPTIMIZATION_LEVEL = "-O"; |
803 | | - SWIFT_VERSION = 5.0; |
| 839 | + SWIFT_VERSION = 5.5; |
804 | 840 | SYSTEM_FRAMEWORK_SEARCH_PATHS = ( |
805 | 841 | "$(inherited)", |
806 | 842 | "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks", |
|
829 | 865 | "@executable_path/../Frameworks", |
830 | 866 | ); |
831 | 867 | MACOSX_DEPLOYMENT_TARGET = 10.14; |
832 | | - MARKETING_VERSION = 4.0.1; |
| 868 | + MARKETING_VERSION = 4.0.2; |
833 | 869 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper; |
834 | 870 | PRODUCT_NAME = "$(TARGET_NAME)"; |
835 | 871 | SKIP_INSTALL = YES; |
836 | | - SWIFT_VERSION = 5.0; |
| 872 | + SWIFT_VERSION = 5.5; |
837 | 873 | }; |
838 | 874 | name = Debug; |
839 | 875 | }; |
|
858 | 894 | "@executable_path/../Frameworks", |
859 | 895 | ); |
860 | 896 | MACOSX_DEPLOYMENT_TARGET = 10.14; |
861 | | - MARKETING_VERSION = 4.0.1; |
| 897 | + MARKETING_VERSION = 4.0.2; |
862 | 898 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControlHelper; |
863 | 899 | PRODUCT_NAME = "$(TARGET_NAME)"; |
864 | 900 | SKIP_INSTALL = YES; |
865 | | - SWIFT_VERSION = 5.0; |
| 901 | + SWIFT_VERSION = 5.5; |
866 | 902 | }; |
867 | 903 | name = Release; |
868 | 904 | }; |
|
0 commit comments