Skip to content

Commit

Permalink
All Done
Browse files Browse the repository at this point in the history
  • Loading branch information
DatXN committed Feb 12, 2017
1 parent e688799 commit 2c3290a
Show file tree
Hide file tree
Showing 11 changed files with 383 additions and 40 deletions.
59 changes: 53 additions & 6 deletions iOS.MediaDummy.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
objects = {

/* Begin PBXBuildFile section */
AA26EDED1E509FAA00743918 /* VideoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA26EDEC1E509FAA00743918 /* VideoVC.swift */; };
AA26EDEF1E50AA8500743918 /* PartyCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA26EDEE1E50AA8500743918 /* PartyCell.swift */; };
AA26EDF11E50ABBF00743918 /* PartyRock.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA26EDF01E50ABBF00743918 /* PartyRock.swift */; };
AA5D11B01E501A6B003984E6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA5D11AF1E501A6B003984E6 /* AppDelegate.swift */; };
AA5D11B21E501A6B003984E6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA5D11B11E501A6B003984E6 /* ViewController.swift */; };
AA5D11B21E501A6B003984E6 /* MainVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA5D11B11E501A6B003984E6 /* MainVC.swift */; };
AA5D11B51E501A6B003984E6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA5D11B31E501A6B003984E6 /* Main.storyboard */; };
AA5D11B71E501A6B003984E6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = AA5D11B61E501A6B003984E6 /* Assets.xcassets */; };
AA5D11BA1E501A6B003984E6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = AA5D11B81E501A6B003984E6 /* LaunchScreen.storyboard */; };
Expand All @@ -34,9 +37,12 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
AA26EDEC1E509FAA00743918 /* VideoVC.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = VideoVC.swift; sourceTree = "<group>"; };
AA26EDEE1E50AA8500743918 /* PartyCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PartyCell.swift; sourceTree = "<group>"; };
AA26EDF01E50ABBF00743918 /* PartyRock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PartyRock.swift; sourceTree = "<group>"; };
AA5D11AC1E501A6B003984E6 /* iOS.MediaDummy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOS.MediaDummy.app; sourceTree = BUILT_PRODUCTS_DIR; };
AA5D11AF1E501A6B003984E6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
AA5D11B11E501A6B003984E6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
AA5D11B11E501A6B003984E6 /* MainVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainVC.swift; sourceTree = "<group>"; };
AA5D11B41E501A6B003984E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
AA5D11B61E501A6B003984E6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
AA5D11B91E501A6B003984E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -97,12 +103,15 @@
AA5D11AE1E501A6B003984E6 /* iOS.MediaDummy */ = {
isa = PBXGroup;
children = (
AA5D11DD1E501AFA003984E6 /* Model */,
AA5D11DE1E501B05003984E6 /* View */,
AA5D11DF1E501B09003984E6 /* Controller */,
AA5D11E01E501B2E003984E6 /* Resources */,
AA5D11AF1E501A6B003984E6 /* AppDelegate.swift */,
AA5D11B11E501A6B003984E6 /* ViewController.swift */,
AA5D11B31E501A6B003984E6 /* Main.storyboard */,
AA5D11B61E501A6B003984E6 /* Assets.xcassets */,
AA5D11B81E501A6B003984E6 /* LaunchScreen.storyboard */,
AA5D11BB1E501A6B003984E6 /* Info.plist */,
AA5D11B81E501A6B003984E6 /* LaunchScreen.storyboard */,
AA5D11B31E501A6B003984E6 /* Main.storyboard */,
);
path = iOS.MediaDummy;
sourceTree = "<group>";
Expand All @@ -125,6 +134,38 @@
path = iOS.MediaDummyUITests;
sourceTree = "<group>";
};
AA5D11DD1E501AFA003984E6 /* Model */ = {
isa = PBXGroup;
children = (
AA26EDF01E50ABBF00743918 /* PartyRock.swift */,
);
name = Model;
sourceTree = "<group>";
};
AA5D11DE1E501B05003984E6 /* View */ = {
isa = PBXGroup;
children = (
AA26EDEE1E50AA8500743918 /* PartyCell.swift */,
);
name = View;
sourceTree = "<group>";
};
AA5D11DF1E501B09003984E6 /* Controller */ = {
isa = PBXGroup;
children = (
AA5D11B11E501A6B003984E6 /* MainVC.swift */,
AA26EDEC1E509FAA00743918 /* VideoVC.swift */,
);
name = Controller;
sourceTree = "<group>";
};
AA5D11E01E501B2E003984E6 /* Resources */ = {
isa = PBXGroup;
children = (
);
name = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand Down Expand Up @@ -262,7 +303,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
AA5D11B21E501A6B003984E6 /* ViewController.swift in Sources */,
AA26EDF11E50ABBF00743918 /* PartyRock.swift in Sources */,
AA26EDED1E509FAA00743918 /* VideoVC.swift in Sources */,
AA5D11B21E501A6B003984E6 /* MainVC.swift in Sources */,
AA26EDEF1E50AA8500743918 /* PartyCell.swift in Sources */,
AA5D11B01E501A6B003984E6 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -516,6 +560,7 @@
AA5D11D61E501A6B003984E6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA5D11D71E501A6B003984E6 /* Build configuration list for PBXNativeTarget "iOS.MediaDummyTests" */ = {
isa = XCConfigurationList;
Expand All @@ -524,6 +569,7 @@
AA5D11D91E501A6B003984E6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
AA5D11DA1E501A6B003984E6 /* Build configuration list for PBXNativeTarget "iOS.MediaDummyUITests" */ = {
isa = XCConfigurationList;
Expand All @@ -532,6 +578,7 @@
AA5D11DC1E501A6B003984E6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
Expand Down
25 changes: 25 additions & 0 deletions iOS.MediaDummy/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -30,6 +40,16 @@
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
Expand Down Expand Up @@ -59,6 +79,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down
6 changes: 6 additions & 0 deletions iOS.MediaDummy/Assets.xcassets/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"info" : {
"version" : 1,
"author" : "xcode"
}
}
21 changes: 21 additions & 0 deletions iOS.MediaDummy/Assets.xcassets/partybanner.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "partybanner.jpg",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions iOS.MediaDummy/Base.lproj/LaunchScreen.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11134" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12106.1" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11106"/>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12074.1"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
Expand All @@ -21,7 +25,7 @@
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="53" y="375"/>
<point key="canvasLocation" x="52" y="374.66266866566718"/>
</scene>
</scenes>
</document>
Loading

0 comments on commit 2c3290a

Please sign in to comment.