|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 0356CE2527B9A78300CDBB0A /* Morse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0356CE2427B9A78300CDBB0A /* Morse.swift */; }; |
11 | 11 | 0356CE2627B9A91400CDBB0A /* Morse.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0356CE2427B9A78300CDBB0A /* Morse.swift */; }; |
| 12 | + 0364956227CEE81400813442 /* NationalFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0364956127CEE81400813442 /* NationalFlags.swift */; }; |
| 13 | + 0364956327CEE81400813442 /* NationalFlags.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0364956127CEE81400813442 /* NationalFlags.swift */; }; |
12 | 14 | 08684A74253E30E000AACF77 /* SupportedLanguages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08684A73253E30E000AACF77 /* SupportedLanguages.swift */; }; |
13 | 15 | 08684A75253E30E000AACF77 /* SupportedLanguages.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08684A73253E30E000AACF77 /* SupportedLanguages.swift */; }; |
14 | 16 | 08684A7A253E46B400AACF77 /* Italian.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08684A79253E46B400AACF77 /* Italian.swift */; }; |
|
63 | 65 |
|
64 | 66 | /* Begin PBXFileReference section */ |
65 | 67 | 0356CE2427B9A78300CDBB0A /* Morse.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Morse.swift; sourceTree = "<group>"; }; |
| 68 | + 0364956127CEE81400813442 /* NationalFlags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NationalFlags.swift; sourceTree = "<group>"; }; |
66 | 69 | 08684A73253E30E000AACF77 /* SupportedLanguages.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SupportedLanguages.swift; sourceTree = "<group>"; }; |
67 | 70 | 08684A79253E46B400AACF77 /* Italian.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Italian.swift; sourceTree = "<group>"; }; |
68 | 71 | 08684A7E253E46D300AACF77 /* LanguageFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LanguageFactory.swift; sourceTree = "<group>"; }; |
|
116 | 119 | 08684A8C253E61BF00AACF77 /* French.swift */, |
117 | 120 | 08684A91253E621800AACF77 /* NoLang.swift */, |
118 | 121 | 08684A96253E755C00AACF77 /* Japanese.swift */, |
| 122 | + 0364956127CEE81400813442 /* NationalFlags.swift */, |
119 | 123 | ); |
120 | 124 | path = Languages; |
121 | 125 | sourceTree = "<group>"; |
|
285 | 289 | buildActionMask = 2147483647; |
286 | 290 | files = ( |
287 | 291 | 0356CE2527B9A78300CDBB0A /* Morse.swift in Sources */, |
| 292 | + 0364956227CEE81400813442 /* NationalFlags.swift in Sources */, |
288 | 293 | 08684A97253E755D00AACF77 /* Japanese.swift in Sources */, |
289 | 294 | 08AE64B82531EC5E00AB157E /* ContentView.swift in Sources */, |
290 | 295 | 08684A8D253E61BF00AACF77 /* French.swift in Sources */, |
|
303 | 308 | buildActionMask = 2147483647; |
304 | 309 | files = ( |
305 | 310 | 08684A98253E755D00AACF77 /* Japanese.swift in Sources */, |
| 311 | + 0364956327CEE81400813442 /* NationalFlags.swift in Sources */, |
306 | 312 | 08AE64D62531EC7700AB157E /* DailyWidget.intentdefinition in Sources */, |
307 | 313 | 08684A8E253E61BF00AACF77 /* French.swift in Sources */, |
308 | 314 | 08684A7B253E46B400AACF77 /* Italian.swift in Sources */, |
|
451 | 457 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
452 | 458 | CODE_SIGN_ENTITLEMENTS = DailyItalianWord/DailyItalianWord.entitlements; |
453 | 459 | CODE_SIGN_STYLE = Automatic; |
454 | | - CURRENT_PROJECT_VERSION = 5; |
| 460 | + CURRENT_PROJECT_VERSION = 1; |
455 | 461 | DEVELOPMENT_ASSET_PATHS = "\"DailyItalianWord/Preview Content\""; |
456 | 462 | DEVELOPMENT_TEAM = N7C8DEK852; |
457 | 463 | ENABLE_PREVIEWS = YES; |
|
461 | 467 | "$(inherited)", |
462 | 468 | "@executable_path/Frameworks", |
463 | 469 | ); |
464 | | - MARKETING_VERSION = 1.1; |
| 470 | + MARKETING_VERSION = 1.2; |
465 | 471 | PRODUCT_BUNDLE_IDENTIFIER = com.joshspicer.DailyItalianWord; |
466 | 472 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 473 | + SUPPORTS_MACCATALYST = YES; |
467 | 474 | SWIFT_VERSION = 5.0; |
468 | 475 | TARGETED_DEVICE_FAMILY = "1,2"; |
469 | 476 | }; |
|
477 | 484 | ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
478 | 485 | CODE_SIGN_ENTITLEMENTS = DailyItalianWord/DailyItalianWord.entitlements; |
479 | 486 | CODE_SIGN_STYLE = Automatic; |
480 | | - CURRENT_PROJECT_VERSION = 5; |
| 487 | + CURRENT_PROJECT_VERSION = 1; |
481 | 488 | DEVELOPMENT_ASSET_PATHS = "\"DailyItalianWord/Preview Content\""; |
482 | 489 | DEVELOPMENT_TEAM = N7C8DEK852; |
483 | 490 | ENABLE_PREVIEWS = YES; |
|
487 | 494 | "$(inherited)", |
488 | 495 | "@executable_path/Frameworks", |
489 | 496 | ); |
490 | | - MARKETING_VERSION = 1.1; |
| 497 | + MARKETING_VERSION = 1.2; |
491 | 498 | PRODUCT_BUNDLE_IDENTIFIER = com.joshspicer.DailyItalianWord; |
492 | 499 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 500 | + SUPPORTS_MACCATALYST = YES; |
493 | 501 | SWIFT_VERSION = 5.0; |
494 | 502 | TARGETED_DEVICE_FAMILY = "1,2"; |
495 | 503 | }; |
|
502 | 510 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
503 | 511 | CODE_SIGN_ENTITLEMENTS = DailyWidgetExtension.entitlements; |
504 | 512 | CODE_SIGN_STYLE = Automatic; |
505 | | - CURRENT_PROJECT_VERSION = 5; |
| 513 | + CURRENT_PROJECT_VERSION = 1; |
506 | 514 | DEVELOPMENT_TEAM = N7C8DEK852; |
507 | 515 | INFOPLIST_FILE = DailyWidget/Info.plist; |
508 | 516 | LD_RUNPATH_SEARCH_PATHS = ( |
509 | 517 | "$(inherited)", |
510 | 518 | "@executable_path/Frameworks", |
511 | 519 | "@executable_path/../../Frameworks", |
512 | 520 | ); |
513 | | - MARKETING_VERSION = 1.1; |
| 521 | + MARKETING_VERSION = 1.2; |
514 | 522 | PRODUCT_BUNDLE_IDENTIFIER = com.joshspicer.DailyItalianWord.widget; |
515 | 523 | PRODUCT_NAME = "$(TARGET_NAME)"; |
516 | 524 | SKIP_INSTALL = YES; |
| 525 | + SUPPORTS_MACCATALYST = YES; |
517 | 526 | SWIFT_VERSION = 5.0; |
518 | 527 | TARGETED_DEVICE_FAMILY = "1,2"; |
519 | 528 | }; |
|
526 | 535 | ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
527 | 536 | CODE_SIGN_ENTITLEMENTS = DailyWidgetExtension.entitlements; |
528 | 537 | CODE_SIGN_STYLE = Automatic; |
529 | | - CURRENT_PROJECT_VERSION = 5; |
| 538 | + CURRENT_PROJECT_VERSION = 1; |
530 | 539 | DEVELOPMENT_TEAM = N7C8DEK852; |
531 | 540 | INFOPLIST_FILE = DailyWidget/Info.plist; |
532 | 541 | LD_RUNPATH_SEARCH_PATHS = ( |
533 | 542 | "$(inherited)", |
534 | 543 | "@executable_path/Frameworks", |
535 | 544 | "@executable_path/../../Frameworks", |
536 | 545 | ); |
537 | | - MARKETING_VERSION = 1.1; |
| 546 | + MARKETING_VERSION = 1.2; |
538 | 547 | PRODUCT_BUNDLE_IDENTIFIER = com.joshspicer.DailyItalianWord.widget; |
539 | 548 | PRODUCT_NAME = "$(TARGET_NAME)"; |
540 | 549 | SKIP_INSTALL = YES; |
| 550 | + SUPPORTS_MACCATALYST = YES; |
541 | 551 | SWIFT_VERSION = 5.0; |
542 | 552 | TARGETED_DEVICE_FAMILY = "1,2"; |
543 | 553 | }; |
|
0 commit comments