|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 46; |
| 6 | + objectVersion = 51; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 921F815A26794198002EE194 /* PrefTabViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 921F815926794198002EE194 /* PrefTabViewController.swift */; }; |
10 | 11 | 9C3A29C36924C181370FD63F /* Pods_Highlight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 796E30C469239AC0F938F1D4 /* Pods_Highlight.framework */; };
|
11 | 12 | F24592121F126EB400727164 /* RGBtoHSV.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24592111F126EB400727164 /* RGBtoHSV.swift */; };
|
12 | 13 | F24B1DCD1E2B1B1400FCE0A7 /* AppDelegate+Version.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24B1DCC1E2B1B1400FCE0A7 /* AppDelegate+Version.swift */; };
|
|
15 | 16 | F25AEB871E213D230083CB52 /* AboutPreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25AEB851E213D230083CB52 /* AboutPreferencesViewController.swift */; };
|
16 | 17 | F25AEB8B1E213D360083CB52 /* StylePreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25AEB891E213D360083CB52 /* StylePreferencesViewController.swift */; };
|
17 | 18 | F25AEB8F1E213D570083CB52 /* GeneralPreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25AEB8D1E213D570083CB52 /* GeneralPreferencesViewController.swift */; };
|
18 |
| - F25EE5EB1F1240EA00722817 /* LanguagePreferecensViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25EE5EA1F1240EA00722817 /* LanguagePreferecensViewController.swift */; }; |
| 19 | + F25EE5EB1F1240EA00722817 /* LanguagePreferencesViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F25EE5EA1F1240EA00722817 /* LanguagePreferencesViewController.swift */; }; |
19 | 20 | F2663F0E1E87EA6400951DE6 /* Constant.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2663F0D1E87EA6400951DE6 /* Constant.swift */; };
|
20 | 21 | F2663F161E8889B700951DE6 /* Highlighter.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2663F151E8889B700951DE6 /* Highlighter.swift */; };
|
21 | 22 | F2663F181E88EFC400951DE6 /* Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = F2663F171E88EFC400951DE6 /* Style.swift */; };
|
|
36 | 37 | 63DA08134009628B6644DACB /* Pods-Highlight.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Highlight.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Highlight/Pods-Highlight.debug.xcconfig"; sourceTree = "<group>"; };
|
37 | 38 | 796E30C469239AC0F938F1D4 /* Pods_Highlight.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Highlight.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
38 | 39 | 8607AD41AA27C6C4FBCE1B75 /* Pods-Highlight.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Highlight.release.xcconfig"; path = "Pods/Target Support Files/Pods-Highlight/Pods-Highlight.release.xcconfig"; sourceTree = "<group>"; };
|
| 40 | + 921F815926794198002EE194 /* PrefTabViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PrefTabViewController.swift; sourceTree = "<group>"; }; |
39 | 41 | E97AFD8E1F1CE3CC00BE8A07 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Preferences.strings"; sourceTree = "<group>"; };
|
40 | 42 | E97AFD8F1F1CE3CC00BE8A07 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MainMenu.strings"; sourceTree = "<group>"; };
|
41 | 43 | F21C8BF31F134B6E00BA2414 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Preferences.strings; sourceTree = "<group>"; };
|
|
51 | 53 | F25AEB851E213D230083CB52 /* AboutPreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AboutPreferencesViewController.swift; sourceTree = "<group>"; };
|
52 | 54 | F25AEB891E213D360083CB52 /* StylePreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StylePreferencesViewController.swift; sourceTree = "<group>"; };
|
53 | 55 | F25AEB8D1E213D570083CB52 /* GeneralPreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GeneralPreferencesViewController.swift; sourceTree = "<group>"; };
|
54 |
| - F25EE5EA1F1240EA00722817 /* LanguagePreferecensViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LanguagePreferecensViewController.swift; sourceTree = "<group>"; }; |
| 56 | + F25EE5EA1F1240EA00722817 /* LanguagePreferencesViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LanguagePreferencesViewController.swift; sourceTree = "<group>"; }; |
55 | 57 | F2663F0D1E87EA6400951DE6 /* Constant.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constant.swift; sourceTree = "<group>"; };
|
56 | 58 | F2663F151E8889B700951DE6 /* Highlighter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Highlighter.swift; sourceTree = "<group>"; };
|
57 | 59 | F2663F171E88EFC400951DE6 /* Style.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Style.swift; sourceTree = "<group>"; };
|
|
120 | 122 | F25AEB7F1E212E830083CB52 /* Preferences */,
|
121 | 123 | F25AEB721E212C6E0083CB52 /* AppDelegate.swift */,
|
122 | 124 | F24B1DCC1E2B1B1400FCE0A7 /* AppDelegate+Version.swift */,
|
123 |
| - F25AEB801E212F9B0083CB52 /* MainMenu.xib */, |
124 |
| - F2663F0D1E87EA6400951DE6 /* Constant.swift */, |
125 |
| - F25AEB791E212C6E0083CB52 /* Info.plist */, |
126 | 125 | F2663F151E8889B700951DE6 /* Highlighter.swift */,
|
127 | 126 | F2663F171E88EFC400951DE6 /* Style.swift */,
|
128 | 127 | F29B17071E8D1BF80060CA02 /* UserSettings.swift */,
|
129 | 128 | F24592111F126EB400727164 /* RGBtoHSV.swift */,
|
| 129 | + F2663F0D1E87EA6400951DE6 /* Constant.swift */, |
| 130 | + F25AEB801E212F9B0083CB52 /* MainMenu.xib */, |
| 131 | + F25AEB791E212C6E0083CB52 /* Info.plist */, |
130 | 132 | );
|
131 | 133 | path = Highlight;
|
132 | 134 | sourceTree = "<group>";
|
|
136 | 138 | children = (
|
137 | 139 | F25AEB851E213D230083CB52 /* AboutPreferencesViewController.swift */,
|
138 | 140 | F25AEB891E213D360083CB52 /* StylePreferencesViewController.swift */,
|
139 |
| - F25EE5EA1F1240EA00722817 /* LanguagePreferecensViewController.swift */, |
| 141 | + F25EE5EA1F1240EA00722817 /* LanguagePreferencesViewController.swift */, |
140 | 142 | F25AEB8D1E213D570083CB52 /* GeneralPreferencesViewController.swift */,
|
| 143 | + 921F815926794198002EE194 /* PrefTabViewController.swift */, |
141 | 144 | F2DFC4C41E2F5FA3009F4623 /* PrefWindowController.swift */,
|
142 |
| - F29E0C241E8E4B91005A3DF3 /* Preferences.storyboard */, |
143 | 145 | F2BC10D71FED7B460032D547 /* BaseWindow.swift */,
|
| 146 | + F29E0C241E8E4B91005A3DF3 /* Preferences.storyboard */, |
144 | 147 | );
|
145 | 148 | name = Preferences;
|
146 | 149 | sourceTree = "<group>";
|
|
177 | 180 | F25AEB6C1E212C6E0083CB52 /* Frameworks */,
|
178 | 181 | F25AEB6D1E212C6E0083CB52 /* Resources */,
|
179 | 182 | 24A10E0555FF08C35A963764 /* [CP] Embed Pods Frameworks */,
|
180 |
| - DD6BDBA87B3A6B4E66A076BA /* [CP] Copy Pods Resources */, |
181 | 183 | );
|
182 | 184 | buildRules = (
|
183 | 185 | );
|
|
195 | 197 | isa = PBXProject;
|
196 | 198 | attributes = {
|
197 | 199 | LastSwiftUpdateCheck = 0820;
|
198 |
| - LastUpgradeCheck = 1000; |
| 200 | + LastUpgradeCheck = 1250; |
199 | 201 | ORGANIZATIONNAME = "Taegon Kim";
|
200 | 202 | TargetAttributes = {
|
201 | 203 | F25AEB6E1E212C6E0083CB52 = {
|
202 | 204 | CreatedOnToolsVersion = 8.2.1;
|
203 | 205 | DevelopmentTeam = PJ627876A5;
|
204 |
| - LastSwiftMigration = 1000; |
| 206 | + LastSwiftMigration = 1250; |
205 | 207 | ProvisioningStyle = Automatic;
|
206 | 208 | };
|
207 | 209 | };
|
208 | 210 | };
|
209 | 211 | buildConfigurationList = F25AEB6A1E212C6E0083CB52 /* Build configuration list for PBXProject "Highlight" */;
|
210 |
| - compatibilityVersion = "Xcode 3.2"; |
211 |
| - developmentRegion = English; |
| 212 | + compatibilityVersion = "Xcode 9.3"; |
| 213 | + developmentRegion = en; |
212 | 214 | hasScannedForEncodings = 0;
|
213 | 215 | knownRegions = (
|
214 | 216 | en,
|
|
250 | 252 | buildActionMask = 2147483647;
|
251 | 253 | files = (
|
252 | 254 | );
|
253 |
| - inputPaths = ( |
254 |
| - "${SRCROOT}/Pods/Target Support Files/Pods-Highlight/Pods-Highlight-frameworks.sh", |
255 |
| - "${BUILT_PRODUCTS_DIR}/KeyHolder/KeyHolder.framework", |
256 |
| - "${BUILT_PRODUCTS_DIR}/LetsMove/LetsMove.framework", |
257 |
| - "${BUILT_PRODUCTS_DIR}/Magnet/Magnet.framework", |
258 |
| - "${PODS_ROOT}/Sparkle/Sparkle.framework", |
| 255 | + inputFileListPaths = ( |
| 256 | + "${PODS_ROOT}/Target Support Files/Pods-Highlight/Pods-Highlight-frameworks-${CONFIGURATION}-input-files.xcfilelist", |
259 | 257 | );
|
260 | 258 | name = "[CP] Embed Pods Frameworks";
|
261 |
| - outputPaths = ( |
262 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/KeyHolder.framework", |
263 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/LetsMove.framework", |
264 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Magnet.framework", |
265 |
| - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Sparkle.framework", |
| 259 | + outputFileListPaths = ( |
| 260 | + "${PODS_ROOT}/Target Support Files/Pods-Highlight/Pods-Highlight-frameworks-${CONFIGURATION}-output-files.xcfilelist", |
266 | 261 | );
|
267 | 262 | runOnlyForDeploymentPostprocessing = 0;
|
268 | 263 | shellPath = /bin/sh;
|
269 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Highlight/Pods-Highlight-frameworks.sh\"\n"; |
| 264 | + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Highlight/Pods-Highlight-frameworks.sh\"\n"; |
270 | 265 | showEnvVarsInLog = 0;
|
271 | 266 | };
|
272 | 267 | 766968E432CB1E35FC04933A /* [CP] Check Pods Manifest.lock */ = {
|
|
287 | 282 | 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";
|
288 | 283 | showEnvVarsInLog = 0;
|
289 | 284 | };
|
290 |
| - DD6BDBA87B3A6B4E66A076BA /* [CP] Copy Pods Resources */ = { |
291 |
| - isa = PBXShellScriptBuildPhase; |
292 |
| - buildActionMask = 2147483647; |
293 |
| - files = ( |
294 |
| - ); |
295 |
| - inputPaths = ( |
296 |
| - ); |
297 |
| - name = "[CP] Copy Pods Resources"; |
298 |
| - outputPaths = ( |
299 |
| - ); |
300 |
| - runOnlyForDeploymentPostprocessing = 0; |
301 |
| - shellPath = /bin/sh; |
302 |
| - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Highlight/Pods-Highlight-resources.sh\"\n"; |
303 |
| - showEnvVarsInLog = 0; |
304 |
| - }; |
305 | 285 | /* End PBXShellScriptBuildPhase section */
|
306 | 286 |
|
307 | 287 | /* Begin PBXSourcesBuildPhase section */
|
|
312 | 292 | F24592121F126EB400727164 /* RGBtoHSV.swift in Sources */,
|
313 | 293 | F2BC10D81FED7B460032D547 /* BaseWindow.swift in Sources */,
|
314 | 294 | F25AEB731E212C6E0083CB52 /* AppDelegate.swift in Sources */,
|
315 |
| - F25EE5EB1F1240EA00722817 /* LanguagePreferecensViewController.swift in Sources */, |
| 295 | + F25EE5EB1F1240EA00722817 /* LanguagePreferencesViewController.swift in Sources */, |
316 | 296 | F24B1DCD1E2B1B1400FCE0A7 /* AppDelegate+Version.swift in Sources */,
|
317 | 297 | F25AEB8B1E213D360083CB52 /* StylePreferencesViewController.swift in Sources */,
|
318 | 298 | F29B17081E8D1BF80060CA02 /* UserSettings.swift in Sources */,
|
319 | 299 | F25AEB8F1E213D570083CB52 /* GeneralPreferencesViewController.swift in Sources */,
|
320 | 300 | F25AEB871E213D230083CB52 /* AboutPreferencesViewController.swift in Sources */,
|
321 | 301 | F2663F161E8889B700951DE6 /* Highlighter.swift in Sources */,
|
322 | 302 | F2DFC4C51E2F5FA3009F4623 /* PrefWindowController.swift in Sources */,
|
| 303 | + 921F815A26794198002EE194 /* PrefTabViewController.swift in Sources */, |
323 | 304 | F2663F0E1E87EA6400951DE6 /* Constant.swift in Sources */,
|
324 | 305 | F2663F181E88EFC400951DE6 /* Style.swift in Sources */,
|
325 | 306 | );
|
|
388 | 369 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
389 | 370 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
390 | 371 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 372 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
391 | 373 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
392 | 374 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
393 | 375 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
446 | 428 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
|
447 | 429 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
|
448 | 430 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
| 431 | + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; |
449 | 432 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
|
450 | 433 | CLANG_WARN_STRICT_PROTOTYPES = YES;
|
451 | 434 | CLANG_WARN_SUSPICIOUS_MOVE = YES;
|
|
467 | 450 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
468 | 451 | MTL_ENABLE_DEBUG_INFO = NO;
|
469 | 452 | SDKROOT = macosx;
|
470 |
| - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
| 453 | + SWIFT_COMPILATION_MODE = wholemodule; |
| 454 | + SWIFT_OPTIMIZATION_LEVEL = "-O"; |
471 | 455 | };
|
472 | 456 | name = Release;
|
473 | 457 | };
|
|
476 | 460 | baseConfigurationReference = 63DA08134009628B6644DACB /* Pods-Highlight.debug.xcconfig */;
|
477 | 461 | buildSettings = {
|
478 | 462 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 463 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 464 | + CODE_SIGN_IDENTITY = "-"; |
479 | 465 | COMBINE_HIDPI_IMAGES = YES;
|
| 466 | + CURRENT_PROJECT_VERSION = 181019.1; |
480 | 467 | DEVELOPMENT_TEAM = PJ627876A5;
|
481 | 468 | INFOPLIST_FILE = Highlight/Info.plist;
|
482 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 469 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 470 | + "$(inherited)", |
| 471 | + "@executable_path/../Frameworks", |
| 472 | + ); |
483 | 473 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
| 474 | + MARKETING_VERSION = 1.4.4; |
484 | 475 | PRODUCT_BUNDLE_IDENTIFIER = kim.taegon.Highlight;
|
485 | 476 | PRODUCT_NAME = "$(TARGET_NAME)";
|
486 |
| - SWIFT_VERSION = 4.2; |
| 477 | + SWIFT_VERSION = 5.0; |
487 | 478 | };
|
488 | 479 | name = Debug;
|
489 | 480 | };
|
|
492 | 483 | baseConfigurationReference = 8607AD41AA27C6C4FBCE1B75 /* Pods-Highlight.release.xcconfig */;
|
493 | 484 | buildSettings = {
|
494 | 485 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
| 486 | + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
| 487 | + CODE_SIGN_IDENTITY = "-"; |
495 | 488 | COMBINE_HIDPI_IMAGES = YES;
|
| 489 | + CURRENT_PROJECT_VERSION = 181019.1; |
496 | 490 | DEVELOPMENT_TEAM = PJ627876A5;
|
497 | 491 | INFOPLIST_FILE = Highlight/Info.plist;
|
498 |
| - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks"; |
| 492 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 493 | + "$(inherited)", |
| 494 | + "@executable_path/../Frameworks", |
| 495 | + ); |
499 | 496 | MACOSX_DEPLOYMENT_TARGET = 10.12;
|
| 497 | + MARKETING_VERSION = 1.4.4; |
500 | 498 | PRODUCT_BUNDLE_IDENTIFIER = kim.taegon.Highlight;
|
501 | 499 | PRODUCT_NAME = "$(TARGET_NAME)";
|
502 |
| - SWIFT_VERSION = 4.2; |
| 500 | + SWIFT_VERSION = 5.0; |
503 | 501 | };
|
504 | 502 | name = Release;
|
505 | 503 | };
|
|
0 commit comments