Skip to content

Commit b2b2803

Browse files
Aleksandra StevovićAleksandra Stevović
authored andcommitted
Adding supporting files
1 parent daaa360 commit b2b2803

6 files changed

Lines changed: 64 additions & 0 deletions

File tree

License.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 12Rockets
4+
5+
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
15+
16+
The above copyright notice and this permission notice shall be included in
17+
all copies or substantial portions of the Software.
18+
19+
20+
21+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27+
THE SOFTWARE.
28+

VolumeControl.gif

646 KB
Loading

VolumeControl.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
7A1F3E271BFE037400EB8550 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = 7A1F3E261BFE037400EB8550 /* License.txt */; };
11+
7A1F3E291BFE037B00EB8550 /* VolumeControl.gif in Resources */ = {isa = PBXBuildFile; fileRef = 7A1F3E281BFE037B00EB8550 /* VolumeControl.gif */; };
1012
7A4879AD1BF9D589002E0B89 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4879AC1BF9D589002E0B89 /* main.m */; };
1113
7A4879B01BF9D589002E0B89 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4879AF1BF9D589002E0B89 /* AppDelegate.m */; };
1214
7A4879B31BF9D589002E0B89 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A4879B21BF9D589002E0B89 /* ViewController.m */; };
@@ -36,6 +38,8 @@
3638
/* End PBXContainerItemProxy section */
3739

3840
/* Begin PBXFileReference section */
41+
7A1F3E261BFE037400EB8550 /* License.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = License.txt; sourceTree = "<group>"; };
42+
7A1F3E281BFE037B00EB8550 /* VolumeControl.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = VolumeControl.gif; sourceTree = "<group>"; };
3943
7A4879A81BF9D589002E0B89 /* VolumeControl.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = VolumeControl.app; sourceTree = BUILT_PRODUCTS_DIR; };
4044
7A4879AC1BF9D589002E0B89 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
4145
7A4879AE1BF9D589002E0B89 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -84,6 +88,8 @@
8488
7A48799F1BF9D589002E0B89 = {
8589
isa = PBXGroup;
8690
children = (
91+
7A1F3E261BFE037400EB8550 /* License.txt */,
92+
7A1F3E281BFE037B00EB8550 /* VolumeControl.gif */,
8793
7A4879AA1BF9D589002E0B89 /* VolumeControl */,
8894
7A4879C41BF9D58A002E0B89 /* VolumeControlTests */,
8995
7A4879CF1BF9D58A002E0B89 /* VolumeControlUITests */,
@@ -256,8 +262,10 @@
256262
isa = PBXResourcesBuildPhase;
257263
buildActionMask = 2147483647;
258264
files = (
265+
7A1F3E271BFE037400EB8550 /* License.txt in Resources */,
259266
7A4879BB1BF9D589002E0B89 /* LaunchScreen.storyboard in Resources */,
260267
7A4879B81BF9D589002E0B89 /* Assets.xcassets in Resources */,
268+
7A1F3E291BFE037B00EB8550 /* VolumeControl.gif in Resources */,
261269
7A4879B61BF9D589002E0B89 /* Main.storyboard in Resources */,
262270
);
263271
runOnlyForDeploymentPostprocessing = 0;

VolumeControl/License.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 12Rockets
4+
5+
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
15+
16+
The above copyright notice and this permission notice shall be included in
17+
all copies or substantial portions of the Software.
18+
19+
20+
21+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27+
THE SOFTWARE.
28+

VolumeControl/VolumeControl.gif

646 KB
Loading

0 commit comments

Comments
 (0)