fix location of text file

This commit is contained in:
CypherPoet 2019-03-18 01:21:28 -04:00
parent af3b4b4ed2
commit 80e9269c4f
4 changed files with 4 additions and 11 deletions

View File

@ -13,8 +13,8 @@
F35A33A821F8483D0025CFE0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F35A33A721F8483D0025CFE0 /* Assets.xcassets */; };
F35A33AB21F8483D0025CFE0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F35A33A921F8483D0025CFE0 /* LaunchScreen.storyboard */; };
F35A33B421F86AD90025CFE0 /* level-1-words.txt in Resources */ = {isa = PBXBuildFile; fileRef = F35A33B321F86AD90025CFE0 /* level-1-words.txt */; };
F3BA7EF121F95A05001FD18E /* level-2-words.txt in Resources */ = {isa = PBXBuildFile; fileRef = F3BA7EF021F95A05001FD18E /* level-2-words.txt */; };
F3BA7EF321F95A5D001FD18E /* level-3-words.txt in Resources */ = {isa = PBXBuildFile; fileRef = F3BA7EF221F95A5D001FD18E /* level-3-words.txt */; };
F3E87E56223F61FC00B6BD9F /* level-2-words.txt in Resources */ = {isa = PBXBuildFile; fileRef = F3E87E55223F61FC00B6BD9F /* level-2-words.txt */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@ -27,8 +27,8 @@
F35A33AC21F8483D0025CFE0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
F35A33B221F848CD0025CFE0 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
F35A33B321F86AD90025CFE0 /* level-1-words.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "level-1-words.txt"; sourceTree = "<group>"; };
F3BA7EF021F95A05001FD18E /* level-2-words.txt */ = {isa = PBXFileReference; lastKnownFileType = text; name = "level-2-words.txt"; path = "../level-2-words.txt"; sourceTree = "<group>"; };
F3BA7EF221F95A5D001FD18E /* level-3-words.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = "level-3-words.txt"; sourceTree = "<group>"; };
F3E87E55223F61FC00B6BD9F /* level-2-words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "level-2-words.txt"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@ -62,7 +62,7 @@
F35A339F21F8483C0025CFE0 /* Hangman */ = {
isa = PBXGroup;
children = (
F3BA7EF021F95A05001FD18E /* level-2-words.txt */,
F3E87E55223F61FC00B6BD9F /* level-2-words.txt */,
F35A33A021F8483C0025CFE0 /* AppDelegate.swift */,
F35A33A221F8483C0025CFE0 /* ViewController.swift */,
F35A33A421F8483C0025CFE0 /* Main.storyboard */,
@ -133,7 +133,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F3BA7EF121F95A05001FD18E /* level-2-words.txt in Resources */,
F3E87E56223F61FC00B6BD9F /* level-2-words.txt in Resources */,
F35A33AB21F8483D0025CFE0 /* LaunchScreen.storyboard in Resources */,
F35A33B421F86AD90025CFE0 /* level-1-words.txt in Resources */,
F3BA7EF321F95A5D001FD18E /* level-3-words.txt in Resources */,

View File

@ -1,3 +0,0 @@
import UIKit
var str = "Hello, playground"

View File

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios' executeOnSourceChanges='false'>
<timeline fileName='timeline.xctimeline'/>
</playground>