|
18 | 18 | 573335CF2B03C06E001B3B3C /* ChangePinErrorDomainMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 573335CD2B03C06E001B3B3C /* ChangePinErrorDomainMapping.swift */; }; |
19 | 19 | 575ED880298BF2A10094CBFD /* FetchResourceErrorMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575ED87F298BF2A10094CBFD /* FetchResourceErrorMapping.swift */; }; |
20 | 20 | 575ED881298BF2A10094CBFD /* FetchResourceErrorMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 575ED87F298BF2A10094CBFD /* FetchResourceErrorMapping.swift */; }; |
| 21 | + 57A343722B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A343712B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift */; }; |
| 22 | + 57A343732B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57A343712B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift */; }; |
21 | 23 | 57B353312AAAFF710049516E /* AllowedIdentityProviders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B353302AAAFF710049516E /* AllowedIdentityProviders.swift */; }; |
22 | 24 | 57B353322AAAFF710049516E /* AllowedIdentityProviders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B353302AAAFF710049516E /* AllowedIdentityProviders.swift */; }; |
23 | 25 | 57B353332AAAFF710049516E /* AllowedIdentityProviders.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B353302AAAFF710049516E /* AllowedIdentityProviders.swift */; }; |
|
334 | 336 | 5731AFB4296EC93F00E6165D /* QRCodePresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QRCodePresenter.swift; sourceTree = "<group>"; }; |
335 | 337 | 573335CD2B03C06E001B3B3C /* ChangePinErrorDomainMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ChangePinErrorDomainMapping.swift; sourceTree = "<group>"; }; |
336 | 338 | 575ED87F298BF2A10094CBFD /* FetchResourceErrorMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FetchResourceErrorMapping.swift; sourceTree = "<group>"; }; |
| 339 | + 57A343712B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RegistrationErrorDomainMapping.swift; sourceTree = "<group>"; }; |
337 | 340 | 57B353302AAAFF710049516E /* AllowedIdentityProviders.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AllowedIdentityProviders.swift; sourceTree = "<group>"; }; |
338 | 341 | 777B3B7E33B15B327C42F241 /* Pods_OneWelcomeExampleAppDebug.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_OneWelcomeExampleAppDebug.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
339 | 342 | 7E01FDE72110AF7800DF0043 /* AuthenticatorsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticatorsViewController.swift; sourceTree = "<group>"; }; |
|
821 | 824 | 7E999E4A22A6B6E500FEE3EC /* AppToWebSingleSignOnErrorDomainMapping.swift */, |
822 | 825 | 575ED87F298BF2A10094CBFD /* FetchResourceErrorMapping.swift */, |
823 | 826 | 573335CD2B03C06E001B3B3C /* ChangePinErrorDomainMapping.swift */, |
| 827 | + 57A343712B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift */, |
824 | 828 | ); |
825 | 829 | path = ErrorMappings; |
826 | 830 | sourceTree = "<group>"; |
|
1352 | 1356 | isa = PBXSourcesBuildPhase; |
1353 | 1357 | buildActionMask = 2147483647; |
1354 | 1358 | files = ( |
| 1359 | + 57A343722B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift in Sources */, |
1355 | 1360 | 7E45478F20E24DEE00FB620F /* PinViewController.swift in Sources */, |
1356 | 1361 | 573335CE2B03C06E001B3B3C /* ChangePinErrorDomainMapping.swift in Sources */, |
1357 | 1362 | 7E45477220DD422600FB620F /* ButtonTableViewCell.swift in Sources */, |
|
1460 | 1465 | isa = PBXSourcesBuildPhase; |
1461 | 1466 | buildActionMask = 2147483647; |
1462 | 1467 | files = ( |
| 1468 | + 57A343732B2C3C78001B47BE /* RegistrationErrorDomainMapping.swift in Sources */, |
1463 | 1469 | AD07D3DB28771F4F0095571A /* PinViewController.swift in Sources */, |
1464 | 1470 | 9EFDEC2429D4777600521793 /* ErrorExtension.swift in Sources */, |
1465 | 1471 | AD07D3DC28771F4F0095571A /* ButtonTableViewCell.swift in Sources */, |
|
1714 | 1720 | "$(inherited)", |
1715 | 1721 | "@executable_path/Frameworks", |
1716 | 1722 | ); |
1717 | | - MARKETING_VERSION = 6.2.1; |
| 1723 | + MARKETING_VERSION = 6.2.2; |
1718 | 1724 | PRODUCT_BUNDLE_IDENTIFIER = com.onewelcome.OneginiExampleAppSwift; |
1719 | 1725 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1720 | 1726 | SWIFT_OBJC_BRIDGING_HEADER = "OneWelcomeExampleApp/SupportingFiles/OneWelcomeExampleApp-Bridging-Header.h"; |
|
1741 | 1747 | "$(inherited)", |
1742 | 1748 | "@executable_path/Frameworks", |
1743 | 1749 | ); |
1744 | | - MARKETING_VERSION = 6.2.1; |
| 1750 | + MARKETING_VERSION = 6.2.2; |
1745 | 1751 | PRODUCT_BUNDLE_IDENTIFIER = com.onewelcome.OneginiExampleAppSwift; |
1746 | 1752 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1747 | 1753 | SWIFT_OBJC_BRIDGING_HEADER = "OneWelcomeExampleApp/SupportingFiles/OneWelcomeExampleApp-Bridging-Header.h"; |
|
0 commit comments