|
78 | 78 | 80477DE52C12261300E52AF8 /* CreateRulesView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80477DE42C12261300E52AF8 /* CreateRulesView.swift */; };
|
79 | 79 | 8047EA6A2C454D4700A04D28 /* GradientProgressBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8047EA692C454D4700A04D28 /* GradientProgressBar.swift */; };
|
80 | 80 | 8047EA6D2C454F1B00A04D28 /* HomeCardView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8047EA6C2C454F1B00A04D28 /* HomeCardView.swift */; };
|
| 81 | + 804B88F02CCF997A004787B8 /* AliasesViewState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804B88EF2CCF997A004787B8 /* AliasesViewState.swift */; }; |
81 | 82 | 804BE7A62BE95715001DDC8A /* SetupOnboarding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804BE7A52BE95715001DDC8A /* SetupOnboarding.swift */; };
|
82 | 83 | 804BE7AA2BE95B49001DDC8A /* AddyButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804BE7A72BE95B49001DDC8A /* AddyButton.swift */; };
|
83 | 84 | 804BE7AB2BE95B49001DDC8A /* AddyButtonStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 804BE7A82BE95B49001DDC8A /* AddyButtonStyle.swift */; };
|
|
330 | 331 | 80477DE42C12261300E52AF8 /* CreateRulesView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateRulesView.swift; sourceTree = "<group>"; };
|
331 | 332 | 8047EA692C454D4700A04D28 /* GradientProgressBar.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GradientProgressBar.swift; sourceTree = "<group>"; };
|
332 | 333 | 8047EA6C2C454F1B00A04D28 /* HomeCardView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCardView.swift; sourceTree = "<group>"; };
|
| 334 | + 804B88EF2CCF997A004787B8 /* AliasesViewState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AliasesViewState.swift; sourceTree = "<group>"; }; |
333 | 335 | 804BE7A52BE95715001DDC8A /* SetupOnboarding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SetupOnboarding.swift; sourceTree = "<group>"; };
|
334 | 336 | 804BE7A72BE95B49001DDC8A /* AddyButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddyButton.swift; sourceTree = "<group>"; };
|
335 | 337 | 804BE7A82BE95B49001DDC8A /* AddyButtonStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddyButtonStyle.swift; sourceTree = "<group>"; };
|
|
1181 | 1183 | 80E8499D2BEB801600C8D68A /* aliases */ = {
|
1182 | 1184 | isa = PBXGroup;
|
1183 | 1185 | children = (
|
| 1186 | + 804B88EF2CCF997A004787B8 /* AliasesViewState.swift */, |
1184 | 1187 | 80E082652BF7D9DC00B51FB8 /* manage */,
|
1185 | 1188 | 80F3C6632BFB6E6D0028A486 /* AddAliasBottomSheet.swift */,
|
1186 | 1189 | 80E849A02BEB803400C8D68A /* AliasesView.swift */,
|
|
1616 | 1619 | 80448E902C51834A00CF08BA /* PlayGround.swift in Sources */,
|
1617 | 1620 | 8058ADC62C32B2470004AF81 /* ViewGeometry.swift in Sources */,
|
1618 | 1621 | 80B2FB732C3C4328009977B6 /* ValidatingFieldModel.swift in Sources */,
|
| 1622 | + 804B88F02CCF997A004787B8 /* AliasesViewState.swift in Sources */, |
1619 | 1623 | 80B2FB742C3C4328009977B6 /* ValidatingTextField.swift in Sources */,
|
1620 | 1624 | 8058ADC92C32B2470004AF81 /* Shape+Extension.swift in Sources */,
|
1621 | 1625 | 80ED9BB12C42EBDC0062FCB7 /* AppSettingsFeaturesAppIntentsView.swift in Sources */,
|
|
1761 | 1765 | CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
|
1762 | 1766 | CODE_SIGN_IDENTITY = "Apple Development";
|
1763 | 1767 | CODE_SIGN_STYLE = Automatic;
|
1764 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1768 | + CURRENT_PROJECT_VERSION = 18; |
1765 | 1769 | DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
|
1766 | 1770 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
1767 | 1771 | ENABLE_PREVIEWS = YES;
|
|
1781 | 1785 | "$(inherited)",
|
1782 | 1786 | "@executable_path/Frameworks",
|
1783 | 1787 | );
|
1784 |
| - MARKETING_VERSION = 1.1.2; |
| 1788 | + MARKETING_VERSION = 1.1.3; |
1785 | 1789 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
|
1786 | 1790 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1787 | 1791 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
1801 | 1805 | CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
|
1802 | 1806 | CODE_SIGN_IDENTITY = "Apple Development";
|
1803 | 1807 | CODE_SIGN_STYLE = Automatic;
|
1804 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1808 | + CURRENT_PROJECT_VERSION = 18; |
1805 | 1809 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
1806 | 1810 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
1807 | 1811 | GENERATE_INFOPLIST_FILE = YES;
|
|
1815 | 1819 | "@executable_path/Frameworks",
|
1816 | 1820 | "@executable_path/../../Frameworks",
|
1817 | 1821 | );
|
1818 |
| - MARKETING_VERSION = 1.1.2; |
| 1822 | + MARKETING_VERSION = 1.1.3; |
1819 | 1823 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
|
1820 | 1824 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1821 | 1825 | SKIP_INSTALL = YES;
|
|
1832 | 1836 | CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
|
1833 | 1837 | CODE_SIGN_IDENTITY = "Apple Development";
|
1834 | 1838 | CODE_SIGN_STYLE = Automatic;
|
1835 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1839 | + CURRENT_PROJECT_VERSION = 18; |
1836 | 1840 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
1837 | 1841 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
1838 | 1842 | GENERATE_INFOPLIST_FILE = YES;
|
|
1846 | 1850 | "@executable_path/Frameworks",
|
1847 | 1851 | "@executable_path/../../Frameworks",
|
1848 | 1852 | );
|
1849 |
| - MARKETING_VERSION = 1.1.2; |
| 1853 | + MARKETING_VERSION = 1.1.3; |
1850 | 1854 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
|
1851 | 1855 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1852 | 1856 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
1942 | 1946 | CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
|
1943 | 1947 | CODE_SIGN_IDENTITY = "Apple Development";
|
1944 | 1948 | CODE_SIGN_STYLE = Automatic;
|
1945 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1949 | + CURRENT_PROJECT_VERSION = 18; |
1946 | 1950 | DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
|
1947 | 1951 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
1948 | 1952 | ENABLE_PREVIEWS = YES;
|
|
1962 | 1966 | "$(inherited)",
|
1963 | 1967 | "@executable_path/Frameworks",
|
1964 | 1968 | );
|
1965 |
| - MARKETING_VERSION = 1.1.2; |
| 1969 | + MARKETING_VERSION = 1.1.3; |
1966 | 1970 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
|
1967 | 1971 | PRODUCT_NAME = "$(TARGET_NAME)";
|
1968 | 1972 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
1982 | 1986 | CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
|
1983 | 1987 | CODE_SIGN_IDENTITY = "Apple Development";
|
1984 | 1988 | CODE_SIGN_STYLE = Automatic;
|
1985 |
| - CURRENT_PROJECT_VERSION = 17; |
| 1989 | + CURRENT_PROJECT_VERSION = 18; |
1986 | 1990 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
1987 | 1991 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
1988 | 1992 | GENERATE_INFOPLIST_FILE = YES;
|
|
1996 | 2000 | "@executable_path/Frameworks",
|
1997 | 2001 | "@executable_path/../../Frameworks",
|
1998 | 2002 | );
|
1999 |
| - MARKETING_VERSION = 1.1.2; |
| 2003 | + MARKETING_VERSION = 1.1.3; |
2000 | 2004 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
|
2001 | 2005 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2002 | 2006 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2014 | 2018 | CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
|
2015 | 2019 | CODE_SIGN_IDENTITY = "Apple Development";
|
2016 | 2020 | CODE_SIGN_STYLE = Automatic;
|
2017 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2021 | + CURRENT_PROJECT_VERSION = 18; |
2018 | 2022 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2019 | 2023 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
2020 | 2024 | GENERATE_INFOPLIST_FILE = YES;
|
|
2028 | 2032 | "@executable_path/Frameworks",
|
2029 | 2033 | "@executable_path/../../Frameworks",
|
2030 | 2034 | );
|
2031 |
| - MARKETING_VERSION = 1.1.2; |
| 2035 | + MARKETING_VERSION = 1.1.3; |
2032 | 2036 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
|
2033 | 2037 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2034 | 2038 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2064 | 2068 | CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.debug.entitlements;
|
2065 | 2069 | CODE_SIGN_IDENTITY = "Apple Development";
|
2066 | 2070 | CODE_SIGN_STYLE = Automatic;
|
2067 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2071 | + CURRENT_PROJECT_VERSION = 18; |
2068 | 2072 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2069 | 2073 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
2070 | 2074 | GENERATE_INFOPLIST_FILE = YES;
|
|
2078 | 2082 | "@executable_path/Frameworks",
|
2079 | 2083 | "@executable_path/../../Frameworks",
|
2080 | 2084 | );
|
2081 |
| - MARKETING_VERSION = 1.1.2; |
| 2085 | + MARKETING_VERSION = 1.1.3; |
2082 | 2086 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyStatisticWidget;
|
2083 | 2087 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2084 | 2088 | SKIP_INSTALL = YES;
|
|
2097 | 2101 | CODE_SIGN_ENTITLEMENTS = AddyStatisticWidgetExtension.entitlements;
|
2098 | 2102 | CODE_SIGN_IDENTITY = "Apple Development";
|
2099 | 2103 | CODE_SIGN_STYLE = Automatic;
|
2100 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2104 | + CURRENT_PROJECT_VERSION = 18; |
2101 | 2105 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2102 | 2106 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
2103 | 2107 | GENERATE_INFOPLIST_FILE = YES;
|
|
2111 | 2115 | "@executable_path/Frameworks",
|
2112 | 2116 | "@executable_path/../../Frameworks",
|
2113 | 2117 | );
|
2114 |
| - MARKETING_VERSION = 1.1.2; |
| 2118 | + MARKETING_VERSION = 1.1.3; |
2115 | 2119 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyStatisticWidget;
|
2116 | 2120 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2117 | 2121 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2129 | 2133 | CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.debug.entitlements;
|
2130 | 2134 | CODE_SIGN_IDENTITY = "Apple Development";
|
2131 | 2135 | CODE_SIGN_STYLE = Automatic;
|
2132 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2136 | + CURRENT_PROJECT_VERSION = 18; |
2133 | 2137 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2134 | 2138 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
2135 | 2139 | GENERATE_INFOPLIST_FILE = YES;
|
|
2143 | 2147 | "@executable_path/Frameworks",
|
2144 | 2148 | "@executable_path/../../Frameworks",
|
2145 | 2149 | );
|
2146 |
| - MARKETING_VERSION = 1.1.2; |
| 2150 | + MARKETING_VERSION = 1.1.3; |
2147 | 2151 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug.AddyShareExtension;
|
2148 | 2152 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2149 | 2153 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2161 | 2165 | CODE_SIGN_ENTITLEMENTS = ShareExtension/ShareExtension.entitlements;
|
2162 | 2166 | CODE_SIGN_IDENTITY = "Apple Development";
|
2163 | 2167 | CODE_SIGN_STYLE = Automatic;
|
2164 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2168 | + CURRENT_PROJECT_VERSION = 18; |
2165 | 2169 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2166 | 2170 | ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
2167 | 2171 | GENERATE_INFOPLIST_FILE = YES;
|
|
2175 | 2179 | "@executable_path/Frameworks",
|
2176 | 2180 | "@executable_path/../../Frameworks",
|
2177 | 2181 | );
|
2178 |
| - MARKETING_VERSION = 1.1.2; |
| 2182 | + MARKETING_VERSION = 1.1.3; |
2179 | 2183 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.AddyShareExtension;
|
2180 | 2184 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2181 | 2185 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2321 | 2325 | CODE_SIGN_ENTITLEMENTS = addy/addy.debug.entitlements;
|
2322 | 2326 | CODE_SIGN_IDENTITY = "Apple Development";
|
2323 | 2327 | CODE_SIGN_STYLE = Automatic;
|
2324 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2328 | + CURRENT_PROJECT_VERSION = 18; |
2325 | 2329 | DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
|
2326 | 2330 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2327 | 2331 | ENABLE_PREVIEWS = YES;
|
|
2341 | 2345 | "$(inherited)",
|
2342 | 2346 | "@executable_path/Frameworks",
|
2343 | 2347 | );
|
2344 |
| - MARKETING_VERSION = 1.1.2; |
| 2348 | + MARKETING_VERSION = 1.1.3; |
2345 | 2349 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy.debug;
|
2346 | 2350 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2347 | 2351 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
2362 | 2366 | CODE_SIGN_ENTITLEMENTS = addy/addy.entitlements;
|
2363 | 2367 | CODE_SIGN_IDENTITY = "Apple Development";
|
2364 | 2368 | CODE_SIGN_STYLE = Automatic;
|
2365 |
| - CURRENT_PROJECT_VERSION = 17; |
| 2369 | + CURRENT_PROJECT_VERSION = 18; |
2366 | 2370 | DEVELOPMENT_ASSET_PATHS = "\"addy/Preview Content\"";
|
2367 | 2371 | DEVELOPMENT_TEAM = 83RFSJ6CUP;
|
2368 | 2372 | ENABLE_PREVIEWS = YES;
|
|
2382 | 2386 | "$(inherited)",
|
2383 | 2387 | "@executable_path/Frameworks",
|
2384 | 2388 | );
|
2385 |
| - MARKETING_VERSION = 1.1.2; |
| 2389 | + MARKETING_VERSION = 1.1.3; |
2386 | 2390 | PRODUCT_BUNDLE_IDENTIFIER = host.stjin.addy;
|
2387 | 2391 | PRODUCT_NAME = "$(TARGET_NAME)";
|
2388 | 2392 | PROVISIONING_PROFILE_SPECIFIER = "";
|
|
0 commit comments