|
89 | 89 | 2DF257252C8F691300B85843 /* ProfileFixViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DF257242C8F691300B85843 /* ProfileFixViewModel.swift */; }; |
90 | 90 | 2DF257272C8F692B00B85843 /* ProfileViewModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DF257262C8F692B00B85843 /* ProfileViewModelType.swift */; }; |
91 | 91 | 2DF257292C8F6A7D00B85843 /* ProfileImageUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DF257282C8F6A7D00B85843 /* ProfileImageUtils.swift */; }; |
| 92 | + 710660372D53B0B70065167A /* TextViewFactory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710660362D53B0B70065167A /* TextViewFactory.swift */; }; |
| 93 | + 710660392D53B2510065167A /* UITextView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 710660382D53B2510065167A /* UITextView+.swift */; }; |
92 | 94 | 7119B8112CA72FBD00E94E62 /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7119B8102CA72FBD00E94E62 /* UIColor+.swift */; }; |
93 | 95 | 7121A1332C396FB40056DB8B /* CustomButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7121A1322C396FB40056DB8B /* CustomButton.swift */; }; |
94 | 96 | 7121A1352C39CCF60056DB8B /* UIButton+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7121A1342C39CCF60056DB8B /* UIButton+.swift */; }; |
|
275 | 277 | 2DF257242C8F691300B85843 /* ProfileFixViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileFixViewModel.swift; sourceTree = "<group>"; }; |
276 | 278 | 2DF257262C8F692B00B85843 /* ProfileViewModelType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileViewModelType.swift; sourceTree = "<group>"; }; |
277 | 279 | 2DF257282C8F6A7D00B85843 /* ProfileImageUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProfileImageUtils.swift; sourceTree = "<group>"; }; |
| 280 | + 710660362D53B0B70065167A /* TextViewFactory.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextViewFactory.swift; sourceTree = "<group>"; }; |
| 281 | + 710660382D53B2510065167A /* UITextView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextView+.swift"; sourceTree = "<group>"; }; |
278 | 282 | 7119B8102CA72FBD00E94E62 /* UIColor+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+.swift"; sourceTree = "<group>"; }; |
279 | 283 | 7121A1322C396FB40056DB8B /* CustomButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomButton.swift; sourceTree = "<group>"; }; |
280 | 284 | 7121A1342C39CCF60056DB8B /* UIButton+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIButton+.swift"; sourceTree = "<group>"; }; |
|
1005 | 1009 | 71461ED52C38150C002A6999 /* UILabel+.swift */, |
1006 | 1010 | 7121A1342C39CCF60056DB8B /* UIButton+.swift */, |
1007 | 1011 | 7119B8102CA72FBD00E94E62 /* UIColor+.swift */, |
| 1012 | + 710660382D53B2510065167A /* UITextView+.swift */, |
1008 | 1013 | ); |
1009 | 1014 | path = "UIKit+"; |
1010 | 1015 | sourceTree = "<group>"; |
|
1371 | 1376 | 71B5092E2C432F90006D8E56 /* ViewControllerUtils.swift */, |
1372 | 1377 | 71780C3D2C45849A0073B731 /* UserDefaultWrapper.swift */, |
1373 | 1378 | 2DF257282C8F6A7D00B85843 /* ProfileImageUtils.swift */, |
| 1379 | + 710660362D53B0B70065167A /* TextViewFactory.swift */, |
1374 | 1380 | ); |
1375 | 1381 | path = Utils; |
1376 | 1382 | sourceTree = "<group>"; |
|
1657 | 1663 | 71CCC0792C3FDABF00789A9B /* TNCalendarViewModel.swift in Sources */, |
1658 | 1664 | 71F004C52C956C9700CD202B /* CalendarAnnouncementModel.swift in Sources */, |
1659 | 1665 | 2DD4DC912D1F80590036D08D /* FiltersRepository.swift in Sources */, |
| 1666 | + 710660372D53B0B70065167A /* TextViewFactory.swift in Sources */, |
1660 | 1667 | 2D8D0D412C492B8C00ECB36F /* SearchResultModel.swift in Sources */, |
1661 | 1668 | 71CCC0732C3F36EA00789A9B /* TNCalendarView.swift in Sources */, |
| 1669 | + 710660392D53B2510065167A /* UITextView+.swift in Sources */, |
1662 | 1670 | 2DC986082C45FAC200D46729 /* CustomPageControl.swift in Sources */, |
1663 | 1671 | 71CCC07C2C3FDB0400789A9B /* ViewModelType.swift in Sources */, |
1664 | 1672 | 71FFB2B82C48286300C60697 /* SplashViewController.swift in Sources */, |
|
1914 | 1922 | CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; |
1915 | 1923 | CODE_SIGN_IDENTITY = "Apple Development"; |
1916 | 1924 | CODE_SIGN_STYLE = Automatic; |
1917 | | - CURRENT_PROJECT_VERSION = 2025.0203.2314; |
| 1925 | + CURRENT_PROJECT_VERSION = 2025.0216.2221; |
1918 | 1926 | DEVELOPMENT_TEAM = 8Q4H7X3Q58; |
1919 | 1927 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
1920 | 1928 | GENERATE_INFOPLIST_FILE = YES; |
|
1931 | 1939 | "$(inherited)", |
1932 | 1940 | "@executable_path/Frameworks", |
1933 | 1941 | ); |
1934 | | - MARKETING_VERSION = 1.1.1; |
| 1942 | + MARKETING_VERSION = 1.1.2; |
1935 | 1943 | OTHER_LDFLAGS = ( |
1936 | 1944 | "-Xlinker", |
1937 | 1945 | "-interposable", |
|
1958 | 1966 | CODE_SIGN_ENTITLEMENTS = "Terning-iOS/Terning-iOS.entitlements"; |
1959 | 1967 | CODE_SIGN_IDENTITY = "Apple Development"; |
1960 | 1968 | CODE_SIGN_STYLE = Automatic; |
1961 | | - CURRENT_PROJECT_VERSION = 2025.0203.2314; |
| 1969 | + CURRENT_PROJECT_VERSION = 2025.0216.2221; |
1962 | 1970 | DEVELOPMENT_TEAM = 8Q4H7X3Q58; |
1963 | 1971 | ENABLE_USER_SCRIPT_SANDBOXING = NO; |
1964 | 1972 | GENERATE_INFOPLIST_FILE = YES; |
|
1975 | 1983 | "$(inherited)", |
1976 | 1984 | "@executable_path/Frameworks", |
1977 | 1985 | ); |
1978 | | - MARKETING_VERSION = 1.1.1; |
| 1986 | + MARKETING_VERSION = 1.1.2; |
1979 | 1987 | PRODUCT_BUNDLE_IDENTIFIER = "com.terning.Terning-iOS"; |
1980 | 1988 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1981 | 1989 | PROVISIONING_PROFILE_SPECIFIER = ""; |
|
0 commit comments