Skip to content

Commit

Permalink
Sounds in Buttons
Browse files Browse the repository at this point in the history
Added sound to all buttons when they pressed.
  • Loading branch information
rehanjavedofficial committed Feb 10, 2018
1 parent 5fd27cc commit 46b0870
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 15 deletions.
4 changes: 4 additions & 0 deletions Space Calculator/Space Calculator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
8399AC95202E093600D4B77C /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8399AC93202E093600D4B77C /* Main.storyboard */; };
8399AC97202E093600D4B77C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8399AC96202E093600D4B77C /* Assets.xcassets */; };
8399AC9A202E093600D4B77C /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8399AC98202E093600D4B77C /* LaunchScreen.storyboard */; };
8399ACA2202E3D4A00D4B77C /* click.wav in Resources */ = {isa = PBXBuildFile; fileRef = 8399ACA1202E3D4A00D4B77C /* click.wav */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -22,6 +23,7 @@
8399AC96202E093600D4B77C /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8399AC99202E093600D4B77C /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
8399AC9B202E093600D4B77C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8399ACA1202E3D4A00D4B77C /* click.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = click.wav; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -54,6 +56,7 @@
8399AC8E202E093600D4B77C /* Space Calculator */ = {
isa = PBXGroup;
children = (
8399ACA1202E3D4A00D4B77C /* click.wav */,
8399AC8F202E093600D4B77C /* AppDelegate.swift */,
8399AC91202E093600D4B77C /* ViewController.swift */,
8399AC93202E093600D4B77C /* Main.storyboard */,
Expand Down Expand Up @@ -126,6 +129,7 @@
8399AC9A202E093600D4B77C /* LaunchScreen.storyboard in Resources */,
8399AC97202E093600D4B77C /* Assets.xcassets in Resources */,
8399AC95202E093600D4B77C /* Main.storyboard in Resources */,
8399ACA2202E3D4A00D4B77C /* click.wav in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file not shown.
Loading

0 comments on commit 46b0870

Please sign in to comment.