Commit 19cbf2ad authored by sugita mamoru's avatar sugita mamoru

名称変更もれ

parent d99746f9
// //
// forShipTests.swift // SailassistTests.swift
// forShipTests // SailassistTests
// //
// Created by Mamoru Sugita on 2023/10/13. // Created by Mamoru Sugita on 2023/10/13.
// //
import XCTest import XCTest
@testable import forShip @testable import Sailassist
final class forShipTests: XCTestCase { final class SailassistTests: XCTestCase {
override func setUpWithError() throws { override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class. // Put setup code here. This method is called before the invocation of each test method in the class.
......
...@@ -7,13 +7,13 @@ ...@@ -7,13 +7,13 @@
objects = { objects = {
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
020B98142AD8C3140029DE4C /* forShipApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98132AD8C3140029DE4C /* forShipApp.swift */; }; 020B98142AD8C3140029DE4C /* SailassistApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98132AD8C3140029DE4C /* SailassistApp.swift */; };
020B98162AD8C3150029DE4C /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98152AD8C3150029DE4C /* ContentView.swift */; }; 020B98162AD8C3150029DE4C /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98152AD8C3150029DE4C /* ContentView.swift */; };
020B98182AD8C3190029DE4C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 020B98172AD8C3190029DE4C /* Assets.xcassets */; }; 020B98182AD8C3190029DE4C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 020B98172AD8C3190029DE4C /* Assets.xcassets */; };
020B981B2AD8C3190029DE4C /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 020B981A2AD8C3190029DE4C /* Preview Assets.xcassets */; }; 020B981B2AD8C3190029DE4C /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 020B981A2AD8C3190029DE4C /* Preview Assets.xcassets */; };
020B98252AD8C31A0029DE4C /* forShipTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98242AD8C31A0029DE4C /* forShipTests.swift */; }; 020B98252AD8C31A0029DE4C /* SailassistTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98242AD8C31A0029DE4C /* SailassistTests.swift */; };
020B982F2AD8C31A0029DE4C /* forShipUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B982E2AD8C31A0029DE4C /* forShipUITests.swift */; }; 020B982F2AD8C31A0029DE4C /* SailassistUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B982E2AD8C31A0029DE4C /* SailassistUITests.swift */; };
020B98312AD8C31A0029DE4C /* forShipUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98302AD8C31A0029DE4C /* forShipUITestsLaunchTests.swift */; }; 020B98312AD8C31A0029DE4C /* SailassistUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98302AD8C31A0029DE4C /* SailassistUITestsLaunchTests.swift */; };
020B98412AD8C3810029DE4C /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98402AD8C3810029DE4C /* LoginView.swift */; }; 020B98412AD8C3810029DE4C /* LoginView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98402AD8C3810029DE4C /* LoginView.swift */; };
020B98442AD8E4910029DE4C /* FontStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98432AD8E4910029DE4C /* FontStyle.swift */; }; 020B98442AD8E4910029DE4C /* FontStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98432AD8E4910029DE4C /* FontStyle.swift */; };
020B98472AD8FEE30029DE4C /* ColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98462AD8FEE30029DE4C /* ColorSet.swift */; }; 020B98472AD8FEE30029DE4C /* ColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 020B98462AD8FEE30029DE4C /* ColorSet.swift */; };
...@@ -94,16 +94,16 @@ ...@@ -94,16 +94,16 @@
/* End PBXCopyFilesBuildPhase section */ /* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
020B98102AD8C3140029DE4C /* forShip.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = forShip.app; sourceTree = BUILT_PRODUCTS_DIR; }; 020B98102AD8C3140029DE4C /* Sailassist.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Sailassist.app; sourceTree = BUILT_PRODUCTS_DIR; };
020B98132AD8C3140029DE4C /* forShipApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = forShipApp.swift; sourceTree = "<group>"; }; 020B98132AD8C3140029DE4C /* SailassistApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SailassistApp.swift; sourceTree = "<group>"; };
020B98152AD8C3150029DE4C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; }; 020B98152AD8C3150029DE4C /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
020B98172AD8C3190029DE4C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; 020B98172AD8C3190029DE4C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
020B981A2AD8C3190029DE4C /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; }; 020B981A2AD8C3190029DE4C /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
020B98202AD8C31A0029DE4C /* forShipTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = forShipTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 020B98202AD8C31A0029DE4C /* SailAssistTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SailAssistTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
020B98242AD8C31A0029DE4C /* forShipTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = forShipTests.swift; sourceTree = "<group>"; }; 020B98242AD8C31A0029DE4C /* SailassistTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SailassistTests.swift; sourceTree = "<group>"; };
020B982A2AD8C31A0029DE4C /* forShipUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = forShipUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 020B982A2AD8C31A0029DE4C /* SailAssitUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SailAssitUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
020B982E2AD8C31A0029DE4C /* forShipUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = forShipUITests.swift; sourceTree = "<group>"; }; 020B982E2AD8C31A0029DE4C /* SailassistUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SailassistUITests.swift; sourceTree = "<group>"; };
020B98302AD8C31A0029DE4C /* forShipUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = forShipUITestsLaunchTests.swift; sourceTree = "<group>"; }; 020B98302AD8C31A0029DE4C /* SailassistUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SailassistUITestsLaunchTests.swift; sourceTree = "<group>"; };
020B98402AD8C3810029DE4C /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; }; 020B98402AD8C3810029DE4C /* LoginView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginView.swift; sourceTree = "<group>"; };
020B98432AD8E4910029DE4C /* FontStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontStyle.swift; sourceTree = "<group>"; }; 020B98432AD8E4910029DE4C /* FontStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FontStyle.swift; sourceTree = "<group>"; };
020B98462AD8FEE30029DE4C /* ColorSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorSet.swift; sourceTree = "<group>"; }; 020B98462AD8FEE30029DE4C /* ColorSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorSet.swift; sourceTree = "<group>"; };
...@@ -178,9 +178,9 @@ ...@@ -178,9 +178,9 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
02CE4DCE2ADFBA16002E79BC /* Fremeworks */, 02CE4DCE2ADFBA16002E79BC /* Fremeworks */,
020B98122AD8C3140029DE4C /* forShip */, 020B98122AD8C3140029DE4C /* SailAssist */,
020B98232AD8C31A0029DE4C /* forShipTests */, 020B98232AD8C31A0029DE4C /* SailAssistTests */,
020B982D2AD8C31A0029DE4C /* forShipUITests */, 020B982D2AD8C31A0029DE4C /* SailAssistUITests */,
020B98112AD8C3140029DE4C /* Products */, 020B98112AD8C3140029DE4C /* Products */,
); );
sourceTree = "<group>"; sourceTree = "<group>";
...@@ -188,14 +188,14 @@ ...@@ -188,14 +188,14 @@
020B98112AD8C3140029DE4C /* Products */ = { 020B98112AD8C3140029DE4C /* Products */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
020B98102AD8C3140029DE4C /* forShip.app */, 020B98102AD8C3140029DE4C /* Sailassist.app */,
020B98202AD8C31A0029DE4C /* forShipTests.xctest */, 020B98202AD8C31A0029DE4C /* SailAssistTests.xctest */,
020B982A2AD8C31A0029DE4C /* forShipUITests.xctest */, 020B982A2AD8C31A0029DE4C /* SailAssitUITests.xctest */,
); );
name = Products; name = Products;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
020B98122AD8C3140029DE4C /* forShip */ = { 020B98122AD8C3140029DE4C /* SailAssist */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
022789122AE602D800A87787 /* ServerSession */, 022789122AE602D800A87787 /* ServerSession */,
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
02CE4DC62ADF97D8002E79BC /* Extensions */, 02CE4DC62ADF97D8002E79BC /* Extensions */,
020B986A2ADD3E4A0029DE4C /* Lib */, 020B986A2ADD3E4A0029DE4C /* Lib */,
020B985C2ADCFEF90029DE4C /* Preferences */, 020B985C2ADCFEF90029DE4C /* Preferences */,
020B98132AD8C3140029DE4C /* forShipApp.swift */, 020B98132AD8C3140029DE4C /* SailassistApp.swift */,
020B98152AD8C3150029DE4C /* ContentView.swift */, 020B98152AD8C3150029DE4C /* ContentView.swift */,
020B98612ADD14AE0029DE4C /* Menu */, 020B98612ADD14AE0029DE4C /* Menu */,
020B98602ADD149E0029DE4C /* Alert */, 020B98602ADD149E0029DE4C /* Alert */,
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
020B98172AD8C3190029DE4C /* Assets.xcassets */, 020B98172AD8C3190029DE4C /* Assets.xcassets */,
020B98192AD8C3190029DE4C /* Preview Content */, 020B98192AD8C3190029DE4C /* Preview Content */,
); );
path = forShip; path = SailAssist;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
020B98192AD8C3190029DE4C /* Preview Content */ = { 020B98192AD8C3190029DE4C /* Preview Content */ = {
...@@ -227,21 +227,21 @@ ...@@ -227,21 +227,21 @@
path = "Preview Content"; path = "Preview Content";
sourceTree = "<group>"; sourceTree = "<group>";
}; };
020B98232AD8C31A0029DE4C /* forShipTests */ = { 020B98232AD8C31A0029DE4C /* SailAssistTests */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
020B98242AD8C31A0029DE4C /* forShipTests.swift */, 020B98242AD8C31A0029DE4C /* SailassistTests.swift */,
); );
path = forShipTests; path = SailAssistTests;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
020B982D2AD8C31A0029DE4C /* forShipUITests */ = { 020B982D2AD8C31A0029DE4C /* SailAssistUITests */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
020B982E2AD8C31A0029DE4C /* forShipUITests.swift */, 020B982E2AD8C31A0029DE4C /* SailassistUITests.swift */,
020B98302AD8C31A0029DE4C /* forShipUITestsLaunchTests.swift */, 020B98302AD8C31A0029DE4C /* SailassistUITestsLaunchTests.swift */,
); );
path = forShipUITests; path = SailAssistUITests;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
020B983D2AD8C34A0029DE4C /* Login */ = { 020B983D2AD8C34A0029DE4C /* Login */ = {
...@@ -431,9 +431,9 @@ ...@@ -431,9 +431,9 @@
/* End PBXGroup section */ /* End PBXGroup section */
/* Begin PBXNativeTarget section */ /* Begin PBXNativeTarget section */
020B980F2AD8C3140029DE4C /* forShip */ = { 020B980F2AD8C3140029DE4C /* Sailassist */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 020B98342AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShip" */; buildConfigurationList = 020B98342AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "Sailassist" */;
buildPhases = ( buildPhases = (
020B980C2AD8C3140029DE4C /* Sources */, 020B980C2AD8C3140029DE4C /* Sources */,
020B980D2AD8C3140029DE4C /* Frameworks */, 020B980D2AD8C3140029DE4C /* Frameworks */,
...@@ -444,14 +444,14 @@ ...@@ -444,14 +444,14 @@
); );
dependencies = ( dependencies = (
); );
name = forShip; name = Sailassist;
productName = forShip; productName = forShip;
productReference = 020B98102AD8C3140029DE4C /* forShip.app */; productReference = 020B98102AD8C3140029DE4C /* Sailassist.app */;
productType = "com.apple.product-type.application"; productType = "com.apple.product-type.application";
}; };
020B981F2AD8C31A0029DE4C /* forShipTests */ = { 020B981F2AD8C31A0029DE4C /* SailAssistTests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 020B98372AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShipTests" */; buildConfigurationList = 020B98372AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "SailAssistTests" */;
buildPhases = ( buildPhases = (
020B981C2AD8C31A0029DE4C /* Sources */, 020B981C2AD8C31A0029DE4C /* Sources */,
020B981D2AD8C31A0029DE4C /* Frameworks */, 020B981D2AD8C31A0029DE4C /* Frameworks */,
...@@ -462,14 +462,14 @@ ...@@ -462,14 +462,14 @@
dependencies = ( dependencies = (
020B98222AD8C31A0029DE4C /* PBXTargetDependency */, 020B98222AD8C31A0029DE4C /* PBXTargetDependency */,
); );
name = forShipTests; name = SailAssistTests;
productName = forShipTests; productName = forShipTests;
productReference = 020B98202AD8C31A0029DE4C /* forShipTests.xctest */; productReference = 020B98202AD8C31A0029DE4C /* SailAssistTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test"; productType = "com.apple.product-type.bundle.unit-test";
}; };
020B98292AD8C31A0029DE4C /* forShipUITests */ = { 020B98292AD8C31A0029DE4C /* SailAssitUITests */ = {
isa = PBXNativeTarget; isa = PBXNativeTarget;
buildConfigurationList = 020B983A2AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShipUITests" */; buildConfigurationList = 020B983A2AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "SailAssitUITests" */;
buildPhases = ( buildPhases = (
020B98262AD8C31A0029DE4C /* Sources */, 020B98262AD8C31A0029DE4C /* Sources */,
020B98272AD8C31A0029DE4C /* Frameworks */, 020B98272AD8C31A0029DE4C /* Frameworks */,
...@@ -480,9 +480,9 @@ ...@@ -480,9 +480,9 @@
dependencies = ( dependencies = (
020B982C2AD8C31A0029DE4C /* PBXTargetDependency */, 020B982C2AD8C31A0029DE4C /* PBXTargetDependency */,
); );
name = forShipUITests; name = SailAssitUITests;
productName = forShipUITests; productName = forShipUITests;
productReference = 020B982A2AD8C31A0029DE4C /* forShipUITests.xctest */; productReference = 020B982A2AD8C31A0029DE4C /* SailAssitUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing"; productType = "com.apple.product-type.bundle.ui-testing";
}; };
/* End PBXNativeTarget section */ /* End PBXNativeTarget section */
...@@ -508,7 +508,7 @@ ...@@ -508,7 +508,7 @@
}; };
}; };
}; };
buildConfigurationList = 020B980B2AD8C3140029DE4C /* Build configuration list for PBXProject "forShip" */; buildConfigurationList = 020B980B2AD8C3140029DE4C /* Build configuration list for PBXProject "Sailassist" */;
compatibilityVersion = "Xcode 14.0"; compatibilityVersion = "Xcode 14.0";
developmentRegion = en; developmentRegion = en;
hasScannedForEncodings = 0; hasScannedForEncodings = 0;
...@@ -521,9 +521,9 @@ ...@@ -521,9 +521,9 @@
projectDirPath = ""; projectDirPath = "";
projectRoot = ""; projectRoot = "";
targets = ( targets = (
020B980F2AD8C3140029DE4C /* forShip */, 020B980F2AD8C3140029DE4C /* Sailassist */,
020B981F2AD8C31A0029DE4C /* forShipTests */, 020B981F2AD8C31A0029DE4C /* SailAssistTests */,
020B98292AD8C31A0029DE4C /* forShipUITests */, 020B98292AD8C31A0029DE4C /* SailAssitUITests */,
); );
}; };
/* End PBXProject section */ /* End PBXProject section */
...@@ -575,7 +575,7 @@ ...@@ -575,7 +575,7 @@
020B985E2ADCFF130029DE4C /* PreferencesKey.swift in Sources */, 020B985E2ADCFF130029DE4C /* PreferencesKey.swift in Sources */,
0227890C2AE22E0B00A87787 /* SharingData.swift in Sources */, 0227890C2AE22E0B00A87787 /* SharingData.swift in Sources */,
020B984D2AD9178F0029DE4C /* ScannerViewModel.swift in Sources */, 020B984D2AD9178F0029DE4C /* ScannerViewModel.swift in Sources */,
020B98142AD8C3140029DE4C /* forShipApp.swift in Sources */, 020B98142AD8C3140029DE4C /* SailassistApp.swift in Sources */,
02CE4D852ADF6295002E79BC /* TaskSwitchingMenuView.swift in Sources */, 02CE4D852ADF6295002E79BC /* TaskSwitchingMenuView.swift in Sources */,
020B984B2AD915810029DE4C /* QRReadView.swift in Sources */, 020B984B2AD915810029DE4C /* QRReadView.swift in Sources */,
020B98692ADD221E0029DE4C /* Preferences.swift in Sources */, 020B98692ADD221E0029DE4C /* Preferences.swift in Sources */,
...@@ -600,7 +600,7 @@ ...@@ -600,7 +600,7 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
020B98252AD8C31A0029DE4C /* forShipTests.swift in Sources */, 020B98252AD8C31A0029DE4C /* SailassistTests.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
...@@ -608,8 +608,8 @@ ...@@ -608,8 +608,8 @@
isa = PBXSourcesBuildPhase; isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
020B98312AD8C31A0029DE4C /* forShipUITestsLaunchTests.swift in Sources */, 020B98312AD8C31A0029DE4C /* SailassistUITestsLaunchTests.swift in Sources */,
020B982F2AD8C31A0029DE4C /* forShipUITests.swift in Sources */, 020B982F2AD8C31A0029DE4C /* SailassistUITests.swift in Sources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
...@@ -618,12 +618,12 @@ ...@@ -618,12 +618,12 @@
/* Begin PBXTargetDependency section */ /* Begin PBXTargetDependency section */
020B98222AD8C31A0029DE4C /* PBXTargetDependency */ = { 020B98222AD8C31A0029DE4C /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 020B980F2AD8C3140029DE4C /* forShip */; target = 020B980F2AD8C3140029DE4C /* Sailassist */;
targetProxy = 020B98212AD8C31A0029DE4C /* PBXContainerItemProxy */; targetProxy = 020B98212AD8C31A0029DE4C /* PBXContainerItemProxy */;
}; };
020B982C2AD8C31A0029DE4C /* PBXTargetDependency */ = { 020B982C2AD8C31A0029DE4C /* PBXTargetDependency */ = {
isa = PBXTargetDependency; isa = PBXTargetDependency;
target = 020B980F2AD8C3140029DE4C /* forShip */; target = 020B980F2AD8C3140029DE4C /* Sailassist */;
targetProxy = 020B982B2AD8C31A0029DE4C /* PBXContainerItemProxy */; targetProxy = 020B982B2AD8C31A0029DE4C /* PBXContainerItemProxy */;
}; };
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
...@@ -755,11 +755,11 @@ ...@@ -755,11 +755,11 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"forShip/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"Sailassist/Preview Content\"";
DEVELOPMENT_TEAM = 886VZM9928; DEVELOPMENT_TEAM = 886VZM9928;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = forShip/Info.plist; INFOPLIST_FILE = Sailassist/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。"; INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
...@@ -772,7 +772,7 @@ ...@@ -772,7 +772,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = test.sugita.forShip; PRODUCT_BUNDLE_IDENTIFIER = test.sugita.sailassist;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
...@@ -787,11 +787,11 @@ ...@@ -787,11 +787,11 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic; CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1; CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"forShip/Preview Content\""; DEVELOPMENT_ASSET_PATHS = "\"Sailassist/Preview Content\"";
DEVELOPMENT_TEAM = 886VZM9928; DEVELOPMENT_TEAM = 886VZM9928;
ENABLE_PREVIEWS = YES; ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES; GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = forShip/Info.plist; INFOPLIST_FILE = Sailassist/Info.plist;
INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。"; INFOPLIST_KEY_NSCameraUsageDescription = "QRコードの読み取りにカメラを使用します。";
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
...@@ -804,7 +804,7 @@ ...@@ -804,7 +804,7 @@
"@executable_path/Frameworks", "@executable_path/Frameworks",
); );
MARKETING_VERSION = 1.0; MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = test.sugita.forShip; PRODUCT_BUNDLE_IDENTIFIER = test.sugita.sailassist;
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
...@@ -828,7 +828,7 @@ ...@@ -828,7 +828,7 @@
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/forShip.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/forShip"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sailassist.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Sailassist";
}; };
name = Debug; name = Debug;
}; };
...@@ -848,7 +848,7 @@ ...@@ -848,7 +848,7 @@
SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0; SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2"; TARGETED_DEVICE_FAMILY = "1,2";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/forShip.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/forShip"; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Sailassist.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/Sailassist";
}; };
name = Release; name = Release;
}; };
...@@ -891,7 +891,7 @@ ...@@ -891,7 +891,7 @@
/* End XCBuildConfiguration section */ /* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */ /* Begin XCConfigurationList section */
020B980B2AD8C3140029DE4C /* Build configuration list for PBXProject "forShip" */ = { 020B980B2AD8C3140029DE4C /* Build configuration list for PBXProject "Sailassist" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
020B98322AD8C31A0029DE4C /* Debug */, 020B98322AD8C31A0029DE4C /* Debug */,
...@@ -900,7 +900,7 @@ ...@@ -900,7 +900,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
020B98342AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShip" */ = { 020B98342AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "Sailassist" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
020B98352AD8C31A0029DE4C /* Debug */, 020B98352AD8C31A0029DE4C /* Debug */,
...@@ -909,7 +909,7 @@ ...@@ -909,7 +909,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
020B98372AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShipTests" */ = { 020B98372AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "SailAssistTests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
020B98382AD8C31A0029DE4C /* Debug */, 020B98382AD8C31A0029DE4C /* Debug */,
...@@ -918,7 +918,7 @@ ...@@ -918,7 +918,7 @@
defaultConfigurationIsVisible = 0; defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release; defaultConfigurationName = Release;
}; };
020B983A2AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "forShipUITests" */ = { 020B983A2AD8C31A0029DE4C /* Build configuration list for PBXNativeTarget "SailAssitUITests" */ = {
isa = XCConfigurationList; isa = XCConfigurationList;
buildConfigurations = ( buildConfigurations = (
020B983B2AD8C31A0029DE4C /* Debug */, 020B983B2AD8C31A0029DE4C /* Debug */,
......
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1500"
version = "1.7">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "020B980F2AD8C3140029DE4C"
BuildableName = "Sailassist.app"
BlueprintName = "Sailassist"
ReferencedContainer = "container:Sailassist.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "020B980F2AD8C3140029DE4C"
BuildableName = "Sailassist.app"
BlueprintName = "Sailassist"
ReferencedContainer = "container:Sailassist.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "020B980F2AD8C3140029DE4C"
BuildableName = "Sailassist.app"
BlueprintName = "Sailassist"
ReferencedContainer = "container:Sailassist.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
// //
// forShipApp.swift // SailassistApp.swift
// forShip // Sailassist
// //
// Created by Mamoru Sugita on 2023/10/13. // Created by Mamoru Sugita on 2023/10/13.
// //
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
import SwiftUI import SwiftUI
@main @main
struct forShipApp: App { struct SailassistApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) private var delegate @UIApplicationDelegateAdaptor(AppDelegate.self) private var delegate
var body: some Scene { var body: some Scene {
WindowGroup { WindowGroup {
......
// //
// forShipUITests.swift // SailassistUITests.swift
// forShipUITests // SailassistUITests
// //
// Created by Mamoru Sugita on 2023/10/13. // Created by Mamoru Sugita on 2023/10/13.
// //
import XCTest import XCTest
final class forShipUITests: XCTestCase { final class SailassistUITests: XCTestCase {
override func setUpWithError() throws { override func setUpWithError() throws {
// Put setup code here. This method is called before the invocation of each test method in the class. // Put setup code here. This method is called before the invocation of each test method in the class.
......
// //
// forShipUITestsLaunchTests.swift // SailassistUITestsLaunchTests.swift
// forShipUITests // SailassistUITests
// //
// Created by Mamoru Sugita on 2023/10/13. // Created by Mamoru Sugita on 2023/10/13.
// //
import XCTest import XCTest
final class forShipUITestsLaunchTests: XCTestCase { final class SailassistUITestsLaunchTests: XCTestCase {
override class var runsForEachTargetApplicationUIConfiguration: Bool { override class var runsForEachTargetApplicationUIConfiguration: Bool {
true true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment