Skip to content

Commit

Permalink
ensure audio files have target membership
Browse files Browse the repository at this point in the history
  • Loading branch information
farice committed Jul 2, 2017
1 parent 42f96ac commit 81cee87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ARViewer.xcodeproj/project.pbxproj
Expand Up @@ -14,6 +14,9 @@
06C51BEF1EE68B41006AC09A /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 06C51BED1EE68B41006AC09A /* Main.storyboard */; };
06C51BF11EE68B41006AC09A /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 06C51BF01EE68B41006AC09A /* Assets.xcassets */; };
06C51BF41EE68B41006AC09A /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 06C51BF21EE68B41006AC09A /* LaunchScreen.storyboard */; };
06DFA2B41F096CB40009A530 /* collision.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 06DFA2B21F0968BD0009A530 /* collision.mp3 */; };
06DFA2B51F096CB70009A530 /* explosion.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 06DFA2B11F0968BD0009A530 /* explosion.mp3 */; };
06DFA2B61F096CBA0009A530 /* torpedo.mp3 in Resources */ = {isa = PBXBuildFile; fileRef = 06DFA2B31F0968BD0009A530 /* torpedo.mp3 */; };
06FA0DB61EE7628F0051FC68 /* Ship.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA0DB51EE7628F0051FC68 /* Ship.swift */; };
06FA0DB81EE763F50051FC68 /* Bullet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA0DB71EE763F50051FC68 /* Bullet.swift */; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -143,7 +146,10 @@
06325E381EE8420E00F0D093 /* spark.png in Resources */,
06C51BF41EE68B41006AC09A /* LaunchScreen.storyboard in Resources */,
06325E391EE8420E00F0D093 /* explosion.scnp in Resources */,
06DFA2B41F096CB40009A530 /* collision.mp3 in Resources */,
06DFA2B51F096CB70009A530 /* explosion.mp3 in Resources */,
06C51BF11EE68B41006AC09A /* Assets.xcassets in Resources */,
06DFA2B61F096CBA0009A530 /* torpedo.mp3 in Resources */,
06C51BEF1EE68B41006AC09A /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down

0 comments on commit 81cee87

Please sign in to comment.