|
12 | 12 | 56754EAF1D9A4016007BCDC5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56754EAE1D9A4016007BCDC5 /* AppDelegate.swift */; }; |
13 | 13 | 56754EB11D9A4016007BCDC5 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 56754EB01D9A4016007BCDC5 /* Assets.xcassets */; }; |
14 | 14 | 56754EB41D9A4016007BCDC5 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 56754EB21D9A4016007BCDC5 /* MainMenu.xib */; }; |
| 15 | + 9A19D3B73485870616B6D4E0 /* Pods_MonitorControl.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398F482D5C8816B29F16AAEB /* Pods_MonitorControl.framework */; }; |
| 16 | + F03A8DF21FFBAA6F0034DC27 /* Display.swift in Sources */ = {isa = PBXBuildFile; fileRef = F03A8DF11FFBAA6F0034DC27 /* Display.swift */; }; |
15 | 17 | F091C9B31F6EA6110096FD65 /* SliderHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F091C9B21F6EA6110096FD65 /* SliderHandler.swift */; }; |
16 | 18 | F091C9B81F6EA79B0096FD65 /* Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F091C9B71F6EA79B0096FD65 /* Utils.swift */; }; |
17 | 19 | F0A987E81F77B40E009B603D /* OSD.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F0A987D61F77B290009B603D /* OSD.framework */; }; |
18 | 20 | F0EB972F1F6ED7C800686D2A /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F091C9C11F6EB8660096FD65 /* Localizable.strings */; }; |
19 | 21 | /* End PBXBuildFile section */ |
20 | 22 |
|
21 | 23 | /* Begin PBXFileReference section */ |
| 24 | + 31E16D90527EBD3F8A12BE0B /* Pods-MonitorControl.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MonitorControl.release.xcconfig"; path = "Pods/Target Support Files/Pods-MonitorControl/Pods-MonitorControl.release.xcconfig"; sourceTree = "<group>"; }; |
| 25 | + 398F482D5C8816B29F16AAEB /* Pods_MonitorControl.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_MonitorControl.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 26 | + 42B61ABC1D7907131330228A /* Pods-MonitorControl.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-MonitorControl.debug.xcconfig"; path = "Pods/Target Support Files/Pods-MonitorControl/Pods-MonitorControl.debug.xcconfig"; sourceTree = "<group>"; }; |
22 | 27 | 55359E331E2737EC002671BC /* DDC.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DDC.c; sourceTree = "<group>"; }; |
23 | 28 | 55359E341E2737EC002671BC /* DDC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDC.h; sourceTree = "<group>"; }; |
24 | 29 | 55359E351E2737EC002671BC /* ddcctl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ddcctl.m; sourceTree = "<group>"; }; |
|
30 | 35 | 56754EB01D9A4016007BCDC5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
31 | 36 | 56754EB31D9A4016007BCDC5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; }; |
32 | 37 | 56754EB51D9A4016007BCDC5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 38 | + F03A8DF11FFBAA6F0034DC27 /* Display.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Display.swift; sourceTree = "<group>"; }; |
33 | 39 | F091C9B21F6EA6110096FD65 /* SliderHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SliderHandler.swift; sourceTree = "<group>"; }; |
34 | 40 | F091C9B71F6EA79B0096FD65 /* Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; }; |
35 | 41 | F091C9B91F6EB43B0096FD65 /* fr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; lineEnding = 0; name = fr; path = fr.lproj/MainMenu.strings; sourceTree = "<group>"; }; |
|
57 | 63 | buildActionMask = 2147483647; |
58 | 64 | files = ( |
59 | 65 | F0A987E81F77B40E009B603D /* OSD.framework in Frameworks */, |
| 66 | + 9A19D3B73485870616B6D4E0 /* Pods_MonitorControl.framework in Frameworks */, |
60 | 67 | ); |
61 | 68 | runOnlyForDeploymentPostprocessing = 0; |
62 | 69 | }; |
|
84 | 91 | 55359E321E2737EC002671BC /* ddcctl */, |
85 | 92 | 56754EAC1D9A4016007BCDC5 /* Products */, |
86 | 93 | F0A987D71F77B404009B603D /* Frameworks */, |
| 94 | + EFFC2F3E35BEC9ACFA754137 /* Pods */, |
87 | 95 | ); |
88 | 96 | sourceTree = "<group>"; |
89 | 97 | }; |
|
110 | 118 | path = MonitorControl; |
111 | 119 | sourceTree = "<group>"; |
112 | 120 | }; |
| 121 | + EFFC2F3E35BEC9ACFA754137 /* Pods */ = { |
| 122 | + isa = PBXGroup; |
| 123 | + children = ( |
| 124 | + 42B61ABC1D7907131330228A /* Pods-MonitorControl.debug.xcconfig */, |
| 125 | + 31E16D90527EBD3F8A12BE0B /* Pods-MonitorControl.release.xcconfig */, |
| 126 | + ); |
| 127 | + name = Pods; |
| 128 | + sourceTree = "<group>"; |
| 129 | + }; |
113 | 130 | F091C9B41F6EA6180096FD65 /* Objects */ = { |
114 | 131 | isa = PBXGroup; |
115 | 132 | children = ( |
116 | 133 | F091C9B21F6EA6110096FD65 /* SliderHandler.swift */, |
| 134 | + F03A8DF11FFBAA6F0034DC27 /* Display.swift */, |
117 | 135 | ); |
118 | 136 | path = Objects; |
119 | 137 | sourceTree = "<group>"; |
|
122 | 140 | isa = PBXGroup; |
123 | 141 | children = ( |
124 | 142 | F0A987D81F77B404009B603D /* MonitorControl */, |
| 143 | + 398F482D5C8816B29F16AAEB /* Pods_MonitorControl.framework */, |
125 | 144 | ); |
126 | 145 | name = Frameworks; |
127 | 146 | sourceTree = "<group>"; |
|
157 | 176 | isa = PBXNativeTarget; |
158 | 177 | buildConfigurationList = 56754EB81D9A4016007BCDC5 /* Build configuration list for PBXNativeTarget "MonitorControl" */; |
159 | 178 | buildPhases = ( |
| 179 | + C0EF20D28FC7408CBE89A686 /* [CP] Check Pods Manifest.lock */, |
| 180 | + F03A8DF01FFB9D4C0034DC27 /* [Lint] Run SwiftLint */, |
160 | 181 | 56754EA71D9A4016007BCDC5 /* Sources */, |
161 | 182 | 56754EA81D9A4016007BCDC5 /* Frameworks */, |
162 | 183 | 56754EA91D9A4016007BCDC5 /* Resources */, |
| 184 | + 9DD5968596EFAF0E2EB56496 /* [CP] Embed Pods Frameworks */, |
| 185 | + 3ACE91333FC1E781FB2E44E5 /* [CP] Copy Pods Resources */, |
163 | 186 | ); |
164 | 187 | buildRules = ( |
165 | 188 | ); |
|
182 | 205 | TargetAttributes = { |
183 | 206 | 56754EAA1D9A4016007BCDC5 = { |
184 | 207 | CreatedOnToolsVersion = 8.0; |
| 208 | + DevelopmentTeam = KGY56RWR9A; |
185 | 209 | LastSwiftMigration = 0900; |
186 | 210 | ProvisioningStyle = Automatic; |
187 | 211 | }; |
|
220 | 244 | }; |
221 | 245 | /* End PBXResourcesBuildPhase section */ |
222 | 246 |
|
| 247 | +/* Begin PBXShellScriptBuildPhase section */ |
| 248 | + 3ACE91333FC1E781FB2E44E5 /* [CP] Copy Pods Resources */ = { |
| 249 | + isa = PBXShellScriptBuildPhase; |
| 250 | + buildActionMask = 2147483647; |
| 251 | + files = ( |
| 252 | + ); |
| 253 | + inputPaths = ( |
| 254 | + ); |
| 255 | + name = "[CP] Copy Pods Resources"; |
| 256 | + outputPaths = ( |
| 257 | + ); |
| 258 | + runOnlyForDeploymentPostprocessing = 0; |
| 259 | + shellPath = /bin/sh; |
| 260 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MonitorControl/Pods-MonitorControl-resources.sh\"\n"; |
| 261 | + showEnvVarsInLog = 0; |
| 262 | + }; |
| 263 | + 9DD5968596EFAF0E2EB56496 /* [CP] Embed Pods Frameworks */ = { |
| 264 | + isa = PBXShellScriptBuildPhase; |
| 265 | + buildActionMask = 2147483647; |
| 266 | + files = ( |
| 267 | + ); |
| 268 | + inputPaths = ( |
| 269 | + "${SRCROOT}/Pods/Target Support Files/Pods-MonitorControl/Pods-MonitorControl-frameworks.sh", |
| 270 | + "${BUILT_PRODUCTS_DIR}/MediaKeyTap/MediaKeyTap.framework", |
| 271 | + ); |
| 272 | + name = "[CP] Embed Pods Frameworks"; |
| 273 | + outputPaths = ( |
| 274 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MediaKeyTap.framework", |
| 275 | + ); |
| 276 | + runOnlyForDeploymentPostprocessing = 0; |
| 277 | + shellPath = /bin/sh; |
| 278 | + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-MonitorControl/Pods-MonitorControl-frameworks.sh\"\n"; |
| 279 | + showEnvVarsInLog = 0; |
| 280 | + }; |
| 281 | + C0EF20D28FC7408CBE89A686 /* [CP] Check Pods Manifest.lock */ = { |
| 282 | + isa = PBXShellScriptBuildPhase; |
| 283 | + buildActionMask = 2147483647; |
| 284 | + files = ( |
| 285 | + ); |
| 286 | + inputPaths = ( |
| 287 | + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", |
| 288 | + "${PODS_ROOT}/Manifest.lock", |
| 289 | + ); |
| 290 | + name = "[CP] Check Pods Manifest.lock"; |
| 291 | + outputPaths = ( |
| 292 | + "$(DERIVED_FILE_DIR)/Pods-MonitorControl-checkManifestLockResult.txt", |
| 293 | + ); |
| 294 | + runOnlyForDeploymentPostprocessing = 0; |
| 295 | + shellPath = /bin/sh; |
| 296 | + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; |
| 297 | + showEnvVarsInLog = 0; |
| 298 | + }; |
| 299 | + F03A8DF01FFB9D4C0034DC27 /* [Lint] Run SwiftLint */ = { |
| 300 | + isa = PBXShellScriptBuildPhase; |
| 301 | + buildActionMask = 2147483647; |
| 302 | + files = ( |
| 303 | + ); |
| 304 | + inputPaths = ( |
| 305 | + ); |
| 306 | + name = "[Lint] Run SwiftLint"; |
| 307 | + outputPaths = ( |
| 308 | + ); |
| 309 | + runOnlyForDeploymentPostprocessing = 0; |
| 310 | + shellPath = /bin/sh; |
| 311 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 312 | + }; |
| 313 | +/* End PBXShellScriptBuildPhase section */ |
| 314 | + |
223 | 315 | /* Begin PBXSourcesBuildPhase section */ |
224 | 316 | 56754EA71D9A4016007BCDC5 /* Sources */ = { |
225 | 317 | isa = PBXSourcesBuildPhase; |
226 | 318 | buildActionMask = 2147483647; |
227 | 319 | files = ( |
| 320 | + F03A8DF21FFBAA6F0034DC27 /* Display.swift in Sources */, |
228 | 321 | F091C9B31F6EA6110096FD65 /* SliderHandler.swift in Sources */, |
229 | 322 | 56754EAF1D9A4016007BCDC5 /* AppDelegate.swift in Sources */, |
230 | 323 | 55359E391E2737EC002671BC /* DDC.c in Sources */, |
|
393 | 486 | }; |
394 | 487 | 56754EB91D9A4016007BCDC5 /* Debug */ = { |
395 | 488 | isa = XCBuildConfiguration; |
| 489 | + baseConfigurationReference = 42B61ABC1D7907131330228A /* Pods-MonitorControl.debug.xcconfig */; |
396 | 490 | buildSettings = { |
397 | 491 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
398 | 492 | CODE_SIGN_IDENTITY = "Mac Developer"; |
399 | 493 | CODE_SIGN_STYLE = Automatic; |
400 | 494 | COMBINE_HIDPI_IMAGES = YES; |
401 | | - DEVELOPMENT_TEAM = ""; |
402 | | - FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/**"; |
| 495 | + DEVELOPMENT_TEAM = KGY56RWR9A; |
403 | 496 | INFOPLIST_FILE = "$(SRCROOT)/MonitorControl/Info.plist"; |
404 | 497 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
405 | 498 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl; |
|
412 | 505 | }; |
413 | 506 | 56754EBA1D9A4016007BCDC5 /* Release */ = { |
414 | 507 | isa = XCBuildConfiguration; |
| 508 | + baseConfigurationReference = 31E16D90527EBD3F8A12BE0B /* Pods-MonitorControl.release.xcconfig */; |
415 | 509 | buildSettings = { |
416 | 510 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
417 | 511 | CODE_SIGN_IDENTITY = "Mac Developer"; |
418 | 512 | CODE_SIGN_STYLE = Automatic; |
419 | 513 | COMBINE_HIDPI_IMAGES = YES; |
420 | | - DEVELOPMENT_TEAM = ""; |
421 | | - FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/**"; |
| 514 | + DEVELOPMENT_TEAM = KGY56RWR9A; |
422 | 515 | INFOPLIST_FILE = "$(SRCROOT)/MonitorControl/Info.plist"; |
423 | 516 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
424 | 517 | PRODUCT_BUNDLE_IDENTIFIER = me.guillaumeb.MonitorControl; |
|
0 commit comments