From 00241ea0824886b7cd202ca3733c11df9900753c Mon Sep 17 00:00:00 2001 From: dankito Date: Mon, 7 Sep 2020 18:54:08 +0200 Subject: [PATCH] Renamed app name to Bankmeister --- .../BankingiOSApp.xcodeproj/project.pbxproj | 18 +++++++++++------- .../SwiftBankIconFinderTest.swift | 2 +- .../BankingiOSAppTests.swift | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ui/BankingiOSApp/BankingiOSApp.xcodeproj/project.pbxproj b/ui/BankingiOSApp/BankingiOSApp.xcodeproj/project.pbxproj index 298dbb3e..e78b5fc8 100644 --- a/ui/BankingiOSApp/BankingiOSApp.xcodeproj/project.pbxproj +++ b/ui/BankingiOSApp/BankingiOSApp.xcodeproj/project.pbxproj @@ -240,7 +240,7 @@ 36E21EE424DEC89400649DC8 /* CoreDataManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataManager.swift; sourceTree = ""; }; 36E7BA1324B3D05C00757859 /* ViewExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtensions.swift; sourceTree = ""; }; 36E7BA1824B9E70C00757859 /* xcode-frameworks */ = {isa = PBXFileReference; lastKnownFileType = folder; name = "xcode-frameworks"; path = "../../tools/BankFinder/build/xcode-frameworks"; sourceTree = ""; }; - 36FC929824B39A05002B12E9 /* BankingiOSApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = BankingiOSApp.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 36FC929824B39A05002B12E9 /* Bankmeister.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Bankmeister.app; sourceTree = BUILT_PRODUCTS_DIR; }; 36FC929B24B39A05002B12E9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 36FC929D24B39A05002B12E9 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; 36FC92A024B39A05002B12E9 /* BankingiOSApp.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = BankingiOSApp.xcdatamodel; sourceTree = ""; }; @@ -377,7 +377,7 @@ 36FC929924B39A05002B12E9 /* Products */ = { isa = PBXGroup; children = ( - 36FC929824B39A05002B12E9 /* BankingiOSApp.app */, + 36FC929824B39A05002B12E9 /* Bankmeister.app */, 36FC92B124B39A07002B12E9 /* BankingiOSAppTests.xctest */, 36FC92BC24B39A08002B12E9 /* BankingiOSAppUITests.xctest */, ); @@ -555,7 +555,7 @@ 36BE06BF24D07CCD00CBBB68 /* SwiftSoup */, ); productName = BankingiOSApp; - productReference = 36FC929824B39A05002B12E9 /* BankingiOSApp.app */; + productReference = 36FC929824B39A05002B12E9 /* Bankmeister.app */; productType = "com.apple.product-type.application"; }; 36FC92B024B39A07002B12E9 /* BankingiOSAppTests */ = { @@ -976,7 +976,7 @@ ); MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = net.dankito.banking.ios.BankingiOSApp.freeprovisioning; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Bankmeister; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -1006,7 +1006,7 @@ ); MARKETING_VERSION = 1.0.0; PRODUCT_BUNDLE_IDENTIFIER = net.dankito.banking.ios.BankingiOSApp.freeprovisioning; - PRODUCT_NAME = "$(TARGET_NAME)"; + PRODUCT_NAME = Bankmeister; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -1018,6 +1018,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 2L8U7W4R52; INFOPLIST_FILE = BankingiOSAppTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.5; LD_RUNPATH_SEARCH_PATHS = ( @@ -1029,7 +1030,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BankingiOSApp.app/BankingiOSApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Bankmeister.app/Bankmeister"; }; name = Debug; }; @@ -1039,6 +1040,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 2L8U7W4R52; INFOPLIST_FILE = BankingiOSAppTests/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 13.5; LD_RUNPATH_SEARCH_PATHS = ( @@ -1050,7 +1052,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/BankingiOSApp.app/BankingiOSApp"; + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Bankmeister.app/Bankmeister"; }; name = Release; }; @@ -1059,6 +1061,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 2L8U7W4R52; INFOPLIST_FILE = BankingiOSAppUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", @@ -1078,6 +1081,7 @@ buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 2L8U7W4R52; INFOPLIST_FILE = BankingiOSAppUITests/Info.plist; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", diff --git a/ui/BankingiOSApp/BankingiOSAppTests/BankIconFinder/SwiftBankIconFinderTest.swift b/ui/BankingiOSApp/BankingiOSAppTests/BankIconFinder/SwiftBankIconFinderTest.swift index 3303ab0a..d1c88d18 100644 --- a/ui/BankingiOSApp/BankingiOSAppTests/BankIconFinder/SwiftBankIconFinderTest.swift +++ b/ui/BankingiOSApp/BankingiOSAppTests/BankIconFinder/SwiftBankIconFinderTest.swift @@ -1,5 +1,5 @@ import XCTest -@testable import BankingiOSApp +@testable import Bankmeister class SwiftBankIconFinderTest: XCTestCase { diff --git a/ui/BankingiOSApp/BankingiOSAppTests/BankingiOSAppTests.swift b/ui/BankingiOSApp/BankingiOSAppTests/BankingiOSAppTests.swift index 67dcabe7..b0d59742 100644 --- a/ui/BankingiOSApp/BankingiOSAppTests/BankingiOSAppTests.swift +++ b/ui/BankingiOSApp/BankingiOSAppTests/BankingiOSAppTests.swift @@ -1,6 +1,6 @@ import XCTest -@testable import BankingiOSApp +@testable import Bankmeister class BankingiOSAppTests: XCTestCase {