Browse Source

名称を修正

pull/2/head
miyazaki 6 months ago
parent
commit
295fb9b07b
  1. 116
      PushTransporter.xcodeproj/project.pbxproj
  2. 2
      PushTransporter.xcodeproj/project.xcworkspace/contents.xcworkspacedata
  3. 0
      PushTransporter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
  4. 0
      PushTransporter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
  5. 5
      PushTransporter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcschemes/xcschememanagement.plist
  6. 0
      PushTransporter/AppDelegate.swift
  7. 0
      PushTransporter/Assets.xcassets/AccentColor.colorset/Contents.json
  8. 0
      PushTransporter/Assets.xcassets/AppIcon.appiconset/Contents.json
  9. 0
      PushTransporter/Assets.xcassets/Contents.json
  10. 0
      PushTransporter/ContentView.swift
  11. 0
      PushTransporter/Preview Content/Preview Assets.xcassets/Contents.json
  12. 0
      PushTransporter/PushTransporter.entitlements
  13. 0
      PushTransporter/PushTransporterApp.swift
  14. 0
      PushTransporterTests/PushTranspoterTests.swift
  15. 0
      PushTransporterUITests/PushTranspoterUITests.swift
  16. 0
      PushTransporterUITests/PushTranspoterUITestsLaunchTests.swift

116
PushTranspoter.xcodeproj/project.pbxproj → PushTransporter.xcodeproj/project.pbxproj

@ -7,7 +7,7 @@
objects = {
/* Begin PBXBuildFile section */
3E4C66642AF8774C006E45C7 /* PushTranspoterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E4C66632AF8774C006E45C7 /* PushTranspoterApp.swift */; };
3E4C66642AF8774C006E45C7 /* PushTransporterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E4C66632AF8774C006E45C7 /* PushTransporterApp.swift */; };
3E4C66662AF8774C006E45C7 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E4C66652AF8774C006E45C7 /* ContentView.swift */; };
3E4C66682AF8774E006E45C7 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E4C66672AF8774E006E45C7 /* Assets.xcassets */; };
3E4C666B2AF8774E006E45C7 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 3E4C666A2AF8774E006E45C7 /* Preview Assets.xcassets */; };
@ -35,15 +35,15 @@
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
3E319B8B2AF884590014607C /* PushTranspoter.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PushTranspoter.entitlements; sourceTree = "<group>"; };
3E4C66602AF8774C006E45C7 /* PushTranspoter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PushTranspoter.app; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C66632AF8774C006E45C7 /* PushTranspoterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTranspoterApp.swift; sourceTree = "<group>"; };
3E319B8B2AF884590014607C /* PushTransporter.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = PushTransporter.entitlements; sourceTree = "<group>"; };
3E4C66602AF8774C006E45C7 /* PushTransporter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PushTransporter.app; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C66632AF8774C006E45C7 /* PushTransporterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTransporterApp.swift; sourceTree = "<group>"; };
3E4C66652AF8774C006E45C7 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
3E4C66672AF8774E006E45C7 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
3E4C666A2AF8774E006E45C7 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
3E4C66702AF8774E006E45C7 /* PushTranspoterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushTranspoterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C66702AF8774E006E45C7 /* PushTransporterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushTransporterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C66742AF8774E006E45C7 /* PushTranspoterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTranspoterTests.swift; sourceTree = "<group>"; };
3E4C667A2AF8774E006E45C7 /* PushTranspoterUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushTranspoterUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C667A2AF8774E006E45C7 /* PushTransporterUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PushTransporterUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3E4C667E2AF8774E006E45C7 /* PushTranspoterUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTranspoterUITests.swift; sourceTree = "<group>"; };
3E4C66802AF8774E006E45C7 /* PushTranspoterUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushTranspoterUITestsLaunchTests.swift; sourceTree = "<group>"; };
3E4C668D2AF87CA4006E45C7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
@ -77,9 +77,9 @@
3E4C66572AF8774C006E45C7 = {
isa = PBXGroup;
children = (
3E4C66622AF8774C006E45C7 /* PushTranspoter */,
3E4C66732AF8774E006E45C7 /* PushTranspoterTests */,
3E4C667D2AF8774E006E45C7 /* PushTranspoterUITests */,
3E4C66622AF8774C006E45C7 /* PushTransporter */,
3E4C66732AF8774E006E45C7 /* PushTransporterTests */,
3E4C667D2AF8774E006E45C7 /* PushTransporterUITests */,
3E4C66612AF8774C006E45C7 /* Products */,
);
sourceTree = "<group>";
@ -87,24 +87,24 @@
3E4C66612AF8774C006E45C7 /* Products */ = {
isa = PBXGroup;
children = (
3E4C66602AF8774C006E45C7 /* PushTranspoter.app */,
3E4C66702AF8774E006E45C7 /* PushTranspoterTests.xctest */,
3E4C667A2AF8774E006E45C7 /* PushTranspoterUITests.xctest */,
3E4C66602AF8774C006E45C7 /* PushTransporter.app */,
3E4C66702AF8774E006E45C7 /* PushTransporterTests.xctest */,
3E4C667A2AF8774E006E45C7 /* PushTransporterUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
3E4C66622AF8774C006E45C7 /* PushTranspoter */ = {
3E4C66622AF8774C006E45C7 /* PushTransporter */ = {
isa = PBXGroup;
children = (
3E319B8B2AF884590014607C /* PushTranspoter.entitlements */,
3E4C66632AF8774C006E45C7 /* PushTranspoterApp.swift */,
3E319B8B2AF884590014607C /* PushTransporter.entitlements */,
3E4C66632AF8774C006E45C7 /* PushTransporterApp.swift */,
3E4C66652AF8774C006E45C7 /* ContentView.swift */,
3E4C668D2AF87CA4006E45C7 /* AppDelegate.swift */,
3E4C66672AF8774E006E45C7 /* Assets.xcassets */,
3E4C66692AF8774E006E45C7 /* Preview Content */,
);
path = PushTranspoter;
path = PushTransporter;
sourceTree = "<group>";
};
3E4C66692AF8774E006E45C7 /* Preview Content */ = {
@ -115,29 +115,29 @@
path = "Preview Content";
sourceTree = "<group>";
};
3E4C66732AF8774E006E45C7 /* PushTranspoterTests */ = {
3E4C66732AF8774E006E45C7 /* PushTransporterTests */ = {
isa = PBXGroup;
children = (
3E4C66742AF8774E006E45C7 /* PushTranspoterTests.swift */,
);
path = PushTranspoterTests;
path = PushTransporterTests;
sourceTree = "<group>";
};
3E4C667D2AF8774E006E45C7 /* PushTranspoterUITests */ = {
3E4C667D2AF8774E006E45C7 /* PushTransporterUITests */ = {
isa = PBXGroup;
children = (
3E4C667E2AF8774E006E45C7 /* PushTranspoterUITests.swift */,
3E4C66802AF8774E006E45C7 /* PushTranspoterUITestsLaunchTests.swift */,
);
path = PushTranspoterUITests;
path = PushTransporterUITests;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
3E4C665F2AF8774C006E45C7 /* PushTranspoter */ = {
3E4C665F2AF8774C006E45C7 /* PushTransporter */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3E4C66842AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoter" */;
buildConfigurationList = 3E4C66842AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporter" */;
buildPhases = (
3E4C665C2AF8774C006E45C7 /* Sources */,
3E4C665D2AF8774C006E45C7 /* Frameworks */,
@ -147,14 +147,14 @@
);
dependencies = (
);
name = PushTranspoter;
name = PushTransporter;
productName = PushTranspoter;
productReference = 3E4C66602AF8774C006E45C7 /* PushTranspoter.app */;
productReference = 3E4C66602AF8774C006E45C7 /* PushTransporter.app */;
productType = "com.apple.product-type.application";
};
3E4C666F2AF8774E006E45C7 /* PushTranspoterTests */ = {
3E4C666F2AF8774E006E45C7 /* PushTransporterTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3E4C66872AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoterTests" */;
buildConfigurationList = 3E4C66872AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporterTests" */;
buildPhases = (
3E4C666C2AF8774E006E45C7 /* Sources */,
3E4C666D2AF8774E006E45C7 /* Frameworks */,
@ -165,14 +165,14 @@
dependencies = (
3E4C66722AF8774E006E45C7 /* PBXTargetDependency */,
);
name = PushTranspoterTests;
name = PushTransporterTests;
productName = PushTranspoterTests;
productReference = 3E4C66702AF8774E006E45C7 /* PushTranspoterTests.xctest */;
productReference = 3E4C66702AF8774E006E45C7 /* PushTransporterTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
3E4C66792AF8774E006E45C7 /* PushTranspoterUITests */ = {
3E4C66792AF8774E006E45C7 /* PushTransporterUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3E4C668A2AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoterUITests" */;
buildConfigurationList = 3E4C668A2AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporterUITests" */;
buildPhases = (
3E4C66762AF8774E006E45C7 /* Sources */,
3E4C66772AF8774E006E45C7 /* Frameworks */,
@ -183,9 +183,9 @@
dependencies = (
3E4C667C2AF8774E006E45C7 /* PBXTargetDependency */,
);
name = PushTranspoterUITests;
name = PushTransporterUITests;
productName = PushTranspoterUITests;
productReference = 3E4C667A2AF8774E006E45C7 /* PushTranspoterUITests.xctest */;
productReference = 3E4C667A2AF8774E006E45C7 /* PushTransporterUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
@ -211,7 +211,7 @@
};
};
};
buildConfigurationList = 3E4C665B2AF8774C006E45C7 /* Build configuration list for PBXProject "PushTranspoter" */;
buildConfigurationList = 3E4C665B2AF8774C006E45C7 /* Build configuration list for PBXProject "PushTransporter" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
@ -225,9 +225,9 @@
projectDirPath = "";
projectRoot = "";
targets = (
3E4C665F2AF8774C006E45C7 /* PushTranspoter */,
3E4C666F2AF8774E006E45C7 /* PushTranspoterTests */,
3E4C66792AF8774E006E45C7 /* PushTranspoterUITests */,
3E4C665F2AF8774C006E45C7 /* PushTransporter */,
3E4C666F2AF8774E006E45C7 /* PushTransporterTests */,
3E4C66792AF8774E006E45C7 /* PushTransporterUITests */,
);
};
/* End PBXProject section */
@ -265,7 +265,7 @@
files = (
3E4C668E2AF87CA4006E45C7 /* AppDelegate.swift in Sources */,
3E4C66662AF8774C006E45C7 /* ContentView.swift in Sources */,
3E4C66642AF8774C006E45C7 /* PushTranspoterApp.swift in Sources */,
3E4C66642AF8774C006E45C7 /* PushTransporterApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -291,12 +291,12 @@
/* Begin PBXTargetDependency section */
3E4C66722AF8774E006E45C7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3E4C665F2AF8774C006E45C7 /* PushTranspoter */;
target = 3E4C665F2AF8774C006E45C7 /* PushTransporter */;
targetProxy = 3E4C66712AF8774E006E45C7 /* PBXContainerItemProxy */;
};
3E4C667C2AF8774E006E45C7 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 3E4C665F2AF8774C006E45C7 /* PushTranspoter */;
target = 3E4C665F2AF8774C006E45C7 /* PushTransporter */;
targetProxy = 3E4C667B2AF8774E006E45C7 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
@ -426,14 +426,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PushTranspoter/PushTranspoter.entitlements;
CODE_SIGN_ENTITLEMENTS = PushTransporter/PushTransporter.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PushTranspoter/Preview Content\"";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y82B7NV7LF;
DEVELOPMENT_ASSET_PATHS = "\"PushTransporter/Preview Content\"";
DEVELOPMENT_TEAM = Y82B7NV7LF;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@ -446,10 +444,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mtm-labo.PushTranspoter";
PRODUCT_BUNDLE_IDENTIFIER = "com.mtm-labo.PushTransPorter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = PushTranspoterDevProvision;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
@ -464,14 +461,12 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = PushTranspoter/PushTranspoter.entitlements;
CODE_SIGN_ENTITLEMENTS = PushTransporter/PushTransporter.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"PushTranspoter/Preview Content\"";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = Y82B7NV7LF;
DEVELOPMENT_ASSET_PATHS = "\"PushTransporter/Preview Content\"";
DEVELOPMENT_TEAM = Y82B7NV7LF;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
@ -484,10 +479,9 @@
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.mtm-labo.PushTranspoter";
PRODUCT_BUNDLE_IDENTIFIER = "com.mtm-labo.PushTransPorter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = PushTranspoterDevProvision;
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
SUPPORTS_MACCATALYST = NO;
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = YES;
@ -515,7 +509,7 @@
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushTranspoter.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushTranspoter";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushTransporter.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushTransporter";
};
name = Debug;
};
@ -537,7 +531,7 @@
SWIFT_EMIT_LOC_STRINGS = NO;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushTranspoter.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushTranspoter";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PushTransporter.app/$(BUNDLE_EXECUTABLE_FOLDER_PATH)/PushTransporter";
};
name = Release;
};
@ -584,7 +578,7 @@
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3E4C665B2AF8774C006E45C7 /* Build configuration list for PBXProject "PushTranspoter" */ = {
3E4C665B2AF8774C006E45C7 /* Build configuration list for PBXProject "PushTransporter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3E4C66822AF8774E006E45C7 /* Debug */,
@ -593,7 +587,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3E4C66842AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoter" */ = {
3E4C66842AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporter" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3E4C66852AF8774E006E45C7 /* Debug */,
@ -602,7 +596,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3E4C66872AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoterTests" */ = {
3E4C66872AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporterTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3E4C66882AF8774E006E45C7 /* Debug */,
@ -611,7 +605,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
3E4C668A2AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTranspoterUITests" */ = {
3E4C668A2AF8774E006E45C7 /* Build configuration list for PBXNativeTarget "PushTransporterUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
3E4C668B2AF8774E006E45C7 /* Debug */,

2
PushTranspoter.xcodeproj/project.xcworkspace/contents.xcworkspacedata → PushTransporter.xcodeproj/project.xcworkspace/contents.xcworkspacedata

@ -2,6 +2,6 @@
<Workspace
version = "1.0">
<FileRef
location = "self:">
location = "self:..">
</FileRef>
</Workspace>

0
PushTranspoter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist → PushTransporter.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

0
PushTranspoter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist → PushTransporter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

5
PushTranspoter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcschemes/xcschememanagement.plist → PushTransporter.xcodeproj/xcuserdata/miyazaki.xcuserdatad/xcschemes/xcschememanagement.plist

@ -4,6 +4,11 @@
<dict>
<key>SchemeUserState</key>
<dict>
<key>PushTransporter.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>PushTranspoter.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>

0
PushTranspoter/AppDelegate.swift → PushTransporter/AppDelegate.swift

0
PushTranspoter/Assets.xcassets/AccentColor.colorset/Contents.json → PushTransporter/Assets.xcassets/AccentColor.colorset/Contents.json

0
PushTranspoter/Assets.xcassets/AppIcon.appiconset/Contents.json → PushTransporter/Assets.xcassets/AppIcon.appiconset/Contents.json

0
PushTranspoter/Assets.xcassets/Contents.json → PushTransporter/Assets.xcassets/Contents.json

0
PushTranspoter/ContentView.swift → PushTransporter/ContentView.swift

0
PushTranspoter/Preview Content/Preview Assets.xcassets/Contents.json → PushTransporter/Preview Content/Preview Assets.xcassets/Contents.json

0
PushTranspoter/PushTranspoter.entitlements → PushTransporter/PushTransporter.entitlements

0
PushTranspoter/PushTranspoterApp.swift → PushTransporter/PushTransporterApp.swift

0
PushTranspoterTests/PushTranspoterTests.swift → PushTransporterTests/PushTranspoterTests.swift

0
PushTranspoterUITests/PushTranspoterUITests.swift → PushTransporterUITests/PushTranspoterUITests.swift

0
PushTranspoterUITests/PushTranspoterUITestsLaunchTests.swift → PushTransporterUITests/PushTranspoterUITestsLaunchTests.swift

Loading…
Cancel
Save