|
107 | 107 | 8B2B8AE1118BA49F00437315 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; }; |
108 | 108 | 8BF5147F118799AE005C936F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
109 | 109 | C910ADC01BF0315A00C988F5 /* TokenList.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenList.swift; sourceTree = "<group>"; }; |
| 110 | + C91CDAEE214EEA82006488F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 111 | + C91CDAFD214EF044006488F7 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
110 | 112 | C9204A841E886A3500998D3E /* Acknowledgements.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = Acknowledgements.html; sourceTree = "<group>"; }; |
111 | 113 | C92708AB19CFB0750033128B /* TokenListViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TokenListViewController.swift; sourceTree = "<group>"; }; |
112 | 114 | C931A5FC1BFF6F9D00706A1C /* .hound.yml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = .hound.yml; sourceTree = "<group>"; }; |
|
421 | 423 | C9906A331812522100BAEF53 /* AuthenticatorTests */ = { |
422 | 424 | isa = PBXGroup; |
423 | 425 | children = ( |
| 426 | + C91CDAEE214EEA82006488F7 /* Info.plist */, |
424 | 427 | C983AB73197F98FC00975003 /* OTPAuthenticatorTests.m */, |
425 | 428 | C9A1C1CD1E6CDBFB009E65D6 /* RootTests.swift */, |
426 | 429 | CCC409751DB28BFE000A050D /* TableDiffTests.swift */, |
|
448 | 451 | C9A262CE1E170BD4004E6CEB /* AuthenticatorScreenshots */ = { |
449 | 452 | isa = PBXGroup; |
450 | 453 | children = ( |
| 454 | + C91CDAFD214EF044006488F7 /* Info.plist */, |
451 | 455 | C9A262CF1E170BD4004E6CEB /* AuthenticatorScreenshots.swift */, |
452 | 456 | C9A262D71E170E3A004E6CEB /* SnapshotHelper.swift */, |
453 | 457 | ); |
|
570 | 574 | attributes = { |
571 | 575 | CLASSPREFIX = OTP; |
572 | 576 | LastSwiftMigration = 0700; |
573 | | - LastSwiftUpdateCheck = 0820; |
| 577 | + LastSwiftUpdateCheck = 1000; |
574 | 578 | LastUpgradeCheck = 0930; |
575 | 579 | ORGANIZATIONNAME = "Matt Rubin"; |
576 | 580 | TargetAttributes = { |
|
805 | 809 | baseConfigurationReference = C944A5731A7F772600E08B1E /* iOS-Application.xcconfig */; |
806 | 810 | buildSettings = { |
807 | 811 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Authenticator.app/Authenticator"; |
| 812 | + INFOPLIST_FILE = AuthenticatorTests/Info.plist; |
808 | 813 | PRODUCT_NAME = "$(TARGET_NAME)"; |
809 | 814 | TEST_HOST = "$(BUNDLE_LOADER)"; |
810 | 815 | }; |
|
815 | 820 | baseConfigurationReference = C944A5731A7F772600E08B1E /* iOS-Application.xcconfig */; |
816 | 821 | buildSettings = { |
817 | 822 | BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Authenticator.app/Authenticator"; |
| 823 | + INFOPLIST_FILE = AuthenticatorTests/Info.plist; |
818 | 824 | PRODUCT_NAME = "$(TARGET_NAME)"; |
819 | 825 | TEST_HOST = "$(BUNDLE_LOADER)"; |
820 | 826 | }; |
|
824 | 830 | isa = XCBuildConfiguration; |
825 | 831 | baseConfigurationReference = C944A5731A7F772600E08B1E /* iOS-Application.xcconfig */; |
826 | 832 | buildSettings = { |
| 833 | + INFOPLIST_FILE = AuthenticatorScreenshots/Info.plist; |
827 | 834 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
828 | 835 | PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.authenticator.screenshots; |
829 | 836 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
835 | 842 | isa = XCBuildConfiguration; |
836 | 843 | baseConfigurationReference = C944A5731A7F772600E08B1E /* iOS-Application.xcconfig */; |
837 | 844 | buildSettings = { |
| 845 | + INFOPLIST_FILE = AuthenticatorScreenshots/Info.plist; |
838 | 846 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
839 | 847 | PRODUCT_BUNDLE_IDENTIFIER = me.mattrubin.authenticator.screenshots; |
840 | 848 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
0 commit comments