|
79 | 79 | 70684DEF225A1BF70038BDB4 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70684DEE225A1BF70038BDB4 /* main.swift */; };
|
80 | 80 | 70684DF1225A2ED90038BDB4 /* MiscellaneousForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70684DF0225A2ED90038BDB4 /* MiscellaneousForm.swift */; };
|
81 | 81 | 70684DF4225A37630038BDB4 /* MiscellaneousInactivityLockFormOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 70684DF3225A37630038BDB4 /* MiscellaneousInactivityLockFormOption.swift */; };
|
| 82 | + 706ED9BD2A4A218E00CE66D6 /* AuthRoboticTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706ED9BC2A4A218E00CE66D6 /* AuthRoboticTest.swift */; }; |
| 83 | + 706ED9BF2A4A21FB00CE66D6 /* AuthFlowHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706ED9BE2A4A21FB00CE66D6 /* AuthFlowHelper.swift */; }; |
82 | 84 | 706FD81522EB71A500F433F7 /* QuickResponseCodeForm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 706FD81422EB71A500F433F7 /* QuickResponseCodeForm.swift */; };
|
83 | 85 | 7076C22622E7909000AFBDD9 /* MainQuickResponseCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7076C22522E7909000AFBDD9 /* MainQuickResponseCodeViewController.swift */; };
|
84 | 86 | 7077A337227CC84F00338CA3 /* PasswordAlgorithmFormOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7077A336227CC84F00338CA3 /* PasswordAlgorithmFormOption.swift */; };
|
|
290 | 292 | 70684DEE225A1BF70038BDB4 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
291 | 293 | 70684DF0225A2ED90038BDB4 /* MiscellaneousForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiscellaneousForm.swift; sourceTree = "<group>"; };
|
292 | 294 | 70684DF3225A37630038BDB4 /* MiscellaneousInactivityLockFormOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MiscellaneousInactivityLockFormOption.swift; sourceTree = "<group>"; };
|
| 295 | + 706ED9BC2A4A218E00CE66D6 /* AuthRoboticTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthRoboticTest.swift; sourceTree = "<group>"; }; |
| 296 | + 706ED9BE2A4A21FB00CE66D6 /* AuthFlowHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthFlowHelper.swift; sourceTree = "<group>"; }; |
293 | 297 | 706FD81422EB71A500F433F7 /* QuickResponseCodeForm.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickResponseCodeForm.swift; sourceTree = "<group>"; };
|
294 | 298 | 7076C22522E7909000AFBDD9 /* MainQuickResponseCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainQuickResponseCodeViewController.swift; sourceTree = "<group>"; };
|
295 | 299 | 7077A336227CC84F00338CA3 /* PasswordAlgorithmFormOption.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PasswordAlgorithmFormOption.swift; sourceTree = "<group>"; };
|
|
663 | 667 | isa = PBXGroup;
|
664 | 668 | children = (
|
665 | 669 | 70F2DB80238D9A4C00CFF63F /* SetupFlowHelper.swift */,
|
| 670 | + 706ED9BE2A4A21FB00CE66D6 /* AuthFlowHelper.swift */, |
666 | 671 | );
|
667 | 672 | path = Flows;
|
668 | 673 | sourceTree = "<group>";
|
|
768 | 773 | path = Options;
|
769 | 774 | sourceTree = "<group>";
|
770 | 775 | };
|
| 776 | + 706ED9BB2A4A215100CE66D6 /* Auth */ = { |
| 777 | + isa = PBXGroup; |
| 778 | + children = ( |
| 779 | + 706ED9BC2A4A218E00CE66D6 /* AuthRoboticTest.swift */, |
| 780 | + ); |
| 781 | + path = Auth; |
| 782 | + sourceTree = "<group>"; |
| 783 | + }; |
771 | 784 | 7077A333227CC75E00338CA3 /* Rows */ = {
|
772 | 785 | isa = PBXGroup;
|
773 | 786 | children = (
|
|
1077 | 1090 | 70F2DB7C238D4E4700CFF63F /* Flows */ = {
|
1078 | 1091 | isa = PBXGroup;
|
1079 | 1092 | children = (
|
| 1093 | + 706ED9BB2A4A215100CE66D6 /* Auth */, |
1080 | 1094 | 70F64B53238EF3B300A5F56E /* Setup */,
|
1081 | 1095 | );
|
1082 | 1096 | path = Flows;
|
|
1458 | 1472 | buildActionMask = 2147483647;
|
1459 | 1473 | files = (
|
1460 | 1474 | 701ECE3C23D387700015D12A /* HumanDelayHelper.swift in Sources */,
|
| 1475 | + 706ED9BD2A4A218E00CE66D6 /* AuthRoboticTest.swift in Sources */, |
1461 | 1476 | 70F2DB81238D9A4C00CFF63F /* SetupFlowHelper.swift in Sources */,
|
| 1477 | + 706ED9BF2A4A21FB00CE66D6 /* AuthFlowHelper.swift in Sources */, |
1462 | 1478 | 70F64B76238F082400A5F56E /* BiometricHelper.swift in Sources */,
|
1463 | 1479 | 70631CAE230DC2A10040DD71 /* SetupRoboticTest.swift in Sources */,
|
1464 | 1480 | );
|
|
1621 | 1637 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1622 | 1638 | CODE_SIGN_ENTITLEMENTS = Raivo/Raivo.entitlements;
|
1623 | 1639 | CODE_SIGN_STYLE = Automatic;
|
1624 |
| - CURRENT_PROJECT_VERSION = 82; |
| 1640 | + CURRENT_PROJECT_VERSION = 83; |
1625 | 1641 | DEVELOPMENT_TEAM = 564B4ETY69;
|
1626 | 1642 | INFOPLIST_FILE = "$(SRCROOT)/Raivo/Supporting/Info.plist";
|
1627 | 1643 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
|
1630 | 1646 | "$(inherited)",
|
1631 | 1647 | "@executable_path/Frameworks",
|
1632 | 1648 | );
|
1633 |
| - MARKETING_VERSION = 1.4.17; |
| 1649 | + MARKETING_VERSION = 1.4.18; |
1634 | 1650 | PRODUCT_BUNDLE_IDENTIFIER = com.finnwea.Raivo.Debug;
|
1635 | 1651 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1636 | 1652 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
|
1648 | 1664 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
1649 | 1665 | CODE_SIGN_ENTITLEMENTS = Raivo/Raivo.entitlements;
|
1650 | 1666 | CODE_SIGN_STYLE = Automatic;
|
1651 |
| - CURRENT_PROJECT_VERSION = 82; |
| 1667 | + CURRENT_PROJECT_VERSION = 83; |
1652 | 1668 | DEVELOPMENT_TEAM = 564B4ETY69;
|
1653 | 1669 | INFOPLIST_FILE = "$(SRCROOT)/Raivo/Supporting/Info.plist";
|
1654 | 1670 | INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
|
|
1657 | 1673 | "$(inherited)",
|
1658 | 1674 | "@executable_path/Frameworks",
|
1659 | 1675 | );
|
1660 |
| - MARKETING_VERSION = 1.4.17; |
| 1676 | + MARKETING_VERSION = 1.4.18; |
1661 | 1677 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1662 | 1678 | SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
|
1663 | 1679 | SUPPORTS_MACCATALYST = NO;
|
|
1673 | 1689 | CODE_SIGN_STYLE = Automatic;
|
1674 | 1690 | DEVELOPMENT_TEAM = 564B4ETY69;
|
1675 | 1691 | INFOPLIST_FILE = RaivoUITests/Info.plist;
|
| 1692 | + IPHONEOS_DEPLOYMENT_TARGET = 14.1; |
1676 | 1693 | LD_RUNPATH_SEARCH_PATHS = (
|
1677 | 1694 | "$(inherited)",
|
1678 | 1695 | "@executable_path/Frameworks",
|
1679 | 1696 | "@loader_path/Frameworks",
|
1680 | 1697 | );
|
1681 | 1698 | PRODUCT_BUNDLE_IDENTIFIER = com.finnwea.RaivoUITests;
|
1682 | 1699 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 1700 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 1701 | + SUPPORTS_MACCATALYST = NO; |
| 1702 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
1683 | 1703 | SWIFT_VERSION = 5.0;
|
1684 | 1704 | TARGETED_DEVICE_FAMILY = "1,2";
|
1685 | 1705 | TEST_TARGET_NAME = Raivo;
|
|
1692 | 1712 | CODE_SIGN_STYLE = Automatic;
|
1693 | 1713 | DEVELOPMENT_TEAM = 564B4ETY69;
|
1694 | 1714 | INFOPLIST_FILE = RaivoUITests/Info.plist;
|
| 1715 | + IPHONEOS_DEPLOYMENT_TARGET = 14.1; |
1695 | 1716 | LD_RUNPATH_SEARCH_PATHS = (
|
1696 | 1717 | "$(inherited)",
|
1697 | 1718 | "@executable_path/Frameworks",
|
1698 | 1719 | "@loader_path/Frameworks",
|
1699 | 1720 | );
|
1700 | 1721 | PRODUCT_BUNDLE_IDENTIFIER = com.finnwea.RaivoUITests;
|
1701 | 1722 | PRODUCT_NAME = "$(TARGET_NAME)";
|
| 1723 | + SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; |
| 1724 | + SUPPORTS_MACCATALYST = NO; |
| 1725 | + SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO; |
1702 | 1726 | SWIFT_VERSION = 5.0;
|
1703 | 1727 | TARGETED_DEVICE_FAMILY = "1,2";
|
1704 | 1728 | TEST_TARGET_NAME = Raivo;
|
|
0 commit comments