Skip to content

Commit

Permalink
memocommit
Browse files Browse the repository at this point in the history
  • Loading branch information
hrmcngs committed Aug 23, 2023
1 parent 951b349 commit e9c0cc7
Show file tree
Hide file tree
Showing 10 changed files with 220 additions and 52 deletions.
Binary file modified poifull/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions poifull/poifull.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
A23E09152984ED860057776C /* poifullTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A23E09142984ED860057776C /* poifullTests.swift */; };
A23E091F2984ED860057776C /* poifullUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A23E091E2984ED860057776C /* poifullUITests.swift */; };
A23E09212984ED860057776C /* poifullUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A23E09202984ED860057776C /* poifullUITestsLaunchTests.swift */; };
A253B3E92A94A0CD00933F9D /* File.swift in Sources */ = {isa = PBXBuildFile; fileRef = A253B3E82A94A0CD00933F9D /* File.swift */; };
A25479AB298E342200682985 /* コスチューム1 (1).png in Resources */ = {isa = PBXBuildFile; fileRef = A25479AA298E342200682985 /* コスチューム1 (1).png */; };
A25479AD298E344700682985 /* ViewController3.swift in Sources */ = {isa = PBXBuildFile; fileRef = A25479AC298E344700682985 /* ViewController3.swift */; };
A25479AF298E377600682985 /* スクリーンショット 2023-02-04 15.47.35.png in Resources */ = {isa = PBXBuildFile; fileRef = A25479AE298E377600682985 /* スクリーンショット 2023-02-04 15.47.35.png */; };
Expand Down Expand Up @@ -71,6 +72,7 @@
A23E091A2984ED860057776C /* poifullUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = poifullUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
A23E091E2984ED860057776C /* poifullUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = poifullUITests.swift; sourceTree = "<group>"; };
A23E09202984ED860057776C /* poifullUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = poifullUITestsLaunchTests.swift; sourceTree = "<group>"; };
A253B3E82A94A0CD00933F9D /* File.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = File.swift; sourceTree = "<group>"; };
A25479AA298E342200682985 /* コスチューム1 (1).png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "コスチューム1 (1).png"; sourceTree = "<group>"; };
A25479AC298E344700682985 /* ViewController3.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController3.swift; sourceTree = "<group>"; };
A25479AE298E377600682985 /* スクリーンショット 2023-02-04 15.47.35.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "スクリーンショット 2023-02-04 15.47.35.png"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -149,6 +151,7 @@
A23E09062984ED860057776C /* Assets.xcassets */,
A23E09082984ED860057776C /* LaunchScreen.storyboard */,
A25479AC298E344700682985 /* ViewController3.swift */,
A253B3E82A94A0CD00933F9D /* File.swift */,
A2AFB2E7298E26D200DF518D /* ViewController2.swift */,
A23E090B2984ED860057776C /* Info.plist */,
);
Expand Down Expand Up @@ -361,6 +364,7 @@
buildActionMask = 2147483647;
files = (
A25479AD298E344700682985 /* ViewController3.swift in Sources */,
A253B3E92A94A0CD00933F9D /* File.swift in Sources */,
A23E09022984ED840057776C /* ViewController.swift in Sources */,
A2AFB2E8298E26D200DF518D /* ViewController2.swift in Sources */,
A23E08FE2984ED840057776C /* AppDelegate.swift in Sources */,
Expand Down
Binary file not shown.
101 changes: 101 additions & 0 deletions poifull/poifull.xcodeproj/xcshareddata/xcschemes/poifull.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?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 = "A23E08F92984ED840057776C"
BuildableName = "poifull.app"
BlueprintName = "poifull"
ReferencedContainer = "container:poifull.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
<Testables>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A23E090F2984ED860057776C"
BuildableName = "poifullTests.xctest"
BlueprintName = "poifullTests"
ReferencedContainer = "container:poifull.xcodeproj">
</BuildableReference>
</TestableReference>
<TestableReference
skipped = "NO"
parallelizable = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A23E09192984ED860057776C"
BuildableName = "poifullUITests.xctest"
BlueprintName = "poifullUITests"
ReferencedContainer = "container:poifull.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
</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 = "A23E08F92984ED840057776C"
BuildableName = "poifull.app"
BlueprintName = "poifull"
ReferencedContainer = "container:poifull.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "A23E08F92984ED840057776C"
BuildableName = "poifull.app"
BlueprintName = "poifull"
ReferencedContainer = "container:poifull.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,23 @@
<integer>0</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
<dict>
<key>A23E08F92984ED840057776C</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>A23E090F2984ED860057776C</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>A23E09192984ED860057776C</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>
Binary file added poifull/poifull/.DS_Store
Binary file not shown.
Loading

0 comments on commit e9c0cc7

Please sign in to comment.