Skip to content

Commit

Permalink
boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehasawii committed Apr 21, 2023
1 parent 92117c7 commit e179ce7
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 7 deletions.
8 changes: 8 additions & 0 deletions SoundboardQuiz.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
2A0ACF2629F1A0F3001E5D03 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A0ACF2529F1A0F3001E5D03 /* LaunchScreen.storyboard */; };
2A0ACF2829F1A107001E5D03 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A0ACF2729F1A107001E5D03 /* Main.storyboard */; };
2A0ACF2C29F1A66E001E5D03 /* PreloadedData.plist in Resources */ = {isa = PBXBuildFile; fileRef = 2A0ACF2B29F1A66E001E5D03 /* PreloadedData.plist */; };
2A2B750D29F2E38D0089DE69 /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B750C29F2E38D0089DE69 /* GameViewController.swift */; };
2A2B750F29F2F0130089DE69 /* SecondGameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2B750E29F2F0130089DE69 /* SecondGameViewController.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -40,6 +42,8 @@
2A0ACF2529F1A0F3001E5D03 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = SoundboardQuiz/Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
2A0ACF2729F1A107001E5D03 /* Main.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Main.storyboard; path = SoundboardQuiz/Base.lproj/Main.storyboard; sourceTree = "<group>"; };
2A0ACF2B29F1A66E001E5D03 /* PreloadedData.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = PreloadedData.plist; path = SoundboardQuiz/PreloadedData.plist; sourceTree = "<group>"; };
2A2B750C29F2E38D0089DE69 /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GameViewController.swift; path = SoundboardQuiz/GameViewController.swift; sourceTree = "<group>"; };
2A2B750E29F2F0130089DE69 /* SecondGameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SecondGameViewController.swift; path = SoundboardQuiz/SecondGameViewController.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -66,6 +70,8 @@
2A0ACF0F29F1A02E001E5D03 /* Media.xcassets */,
2A0ACF2529F1A0F3001E5D03 /* LaunchScreen.storyboard */,
2A0ACF2729F1A107001E5D03 /* Main.storyboard */,
2A2B750E29F2F0130089DE69 /* SecondGameViewController.swift */,
2A2B750C29F2E38D0089DE69 /* GameViewController.swift */,
2A0ACF0C29F1A02E001E5D03 /* Model.xcdatamodeld */,
2A0ACF1629F1A02F001E5D03 /* SceneDelegate.swift */,
2A0ACF1329F1A02F001E5D03 /* SoundboardQuiz.xcdatamodeld */,
Expand Down Expand Up @@ -168,8 +174,10 @@
files = (
2A0ACF1E29F1A02F001E5D03 /* CategoryTableViewCell.swift in Sources */,
2A0ACF2329F1A02F001E5D03 /* SceneDelegate.swift in Sources */,
2A2B750F29F2F0130089DE69 /* SecondGameViewController.swift in Sources */,
2A0ACF1929F1A02F001E5D03 /* AppDelegate.swift in Sources */,
2A0ACF1829F1A02F001E5D03 /* LevelSelectTableViewController.swift in Sources */,
2A2B750D29F2E38D0089DE69 /* GameViewController.swift in Sources */,
2A0ACF2129F1A02F001E5D03 /* SoundboardQuiz.xcdatamodeld in Sources */,
2A0ACF1C29F1A02F001E5D03 /* LevelSelectController.swift in Sources */,
2A0ACF2429F1A02F001E5D03 /* ViewController.swift in Sources */,
Expand Down
Loading

0 comments on commit e179ce7

Please sign in to comment.