|
@@ -70,9 +70,6 @@
|
|
|
7D1276621AADA0E600F0260C /* VLCMultiSelectionMenuView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1276611AADA0E600F0260C /* VLCMultiSelectionMenuView.m */; };
|
|
|
7D1329411BA1F10100BE647E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1329401BA1F10100BE647E /* main.m */; };
|
|
|
7D1329441BA1F10100BE647E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1329431BA1F10100BE647E /* AppDelegate.m */; };
|
|
|
- 7D1329471BA1F10100BE647E /* FirstViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1329461BA1F10100BE647E /* FirstViewController.m */; };
|
|
|
- 7D13294A1BA1F10100BE647E /* SecondViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D1329491BA1F10100BE647E /* SecondViewController.m */; };
|
|
|
- 7D13294D1BA1F10100BE647E /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7D13294B1BA1F10100BE647E /* Main.storyboard */; };
|
|
|
7D13294F1BA1F10100BE647E /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7D13294E1BA1F10100BE647E /* Assets.xcassets */; };
|
|
|
7D1516421868D7E0004B18F3 /* VLCFirstStepsFifthPageViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D15163B1868D7E0004B18F3 /* VLCFirstStepsFifthPageViewController.xib */; };
|
|
|
7D1516431868D7E0004B18F3 /* VLCFirstStepsFirstPageViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D15163C1868D7E0004B18F3 /* VLCFirstStepsFirstPageViewController~iphone.xib */; };
|
|
@@ -190,6 +187,11 @@
|
|
|
7DC19B051868D1C400810BF7 /* VLCFirstStepsFifthPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC19B031868D1C400810BF7 /* VLCFirstStepsFifthPageViewController.m */; };
|
|
|
7DC19B0C1868D21800810BF7 /* VLCFirstStepsSixthPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC19B0A1868D21800810BF7 /* VLCFirstStepsSixthPageViewController.m */; };
|
|
|
7DC71D0E1BC81F70001FACAA /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DC71D0D1BC81F70001FACAA /* AVFoundation.framework */; };
|
|
|
+ 7DC71D211BC83058001FACAA /* VLCAppSharesTVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC71D1F1BC83058001FACAA /* VLCAppSharesTVViewController.m */; };
|
|
|
+ 7DC71D221BC83058001FACAA /* VLCAppSharesTVViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DC71D201BC83058001FACAA /* VLCAppSharesTVViewController.xib */; };
|
|
|
+ 7DC71D261BC830A5001FACAA /* VLCLocalNetworkTVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC71D241BC830A5001FACAA /* VLCLocalNetworkTVViewController.m */; };
|
|
|
+ 7DC71D271BC830A5001FACAA /* VLCLocalNetworkTVViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DC71D251BC830A5001FACAA /* VLCLocalNetworkTVViewController.xib */; };
|
|
|
+ 7DC71D291BC83590001FACAA /* UIColor+Presets.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF9352E1958AB0600E60FD4 /* UIColor+Presets.m */; };
|
|
|
7DC72D6317B7ED24008A26D0 /* WhiteRaccoon.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC72D6217B7ED24008A26D0 /* WhiteRaccoon.m */; };
|
|
|
7DD2A3A9179C04A7003EB537 /* OpenSans-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7DD2A3A8179C04A6003EB537 /* OpenSans-Regular.ttf */; };
|
|
|
7DDD0429172D98E5005A7B10 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */; };
|
|
@@ -445,11 +447,6 @@
|
|
|
7D1329401BA1F10100BE647E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
|
|
7D1329421BA1F10100BE647E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
|
|
|
7D1329431BA1F10100BE647E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
|
|
|
- 7D1329451BA1F10100BE647E /* FirstViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FirstViewController.h; sourceTree = "<group>"; };
|
|
|
- 7D1329461BA1F10100BE647E /* FirstViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FirstViewController.m; sourceTree = "<group>"; };
|
|
|
- 7D1329481BA1F10100BE647E /* SecondViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = SecondViewController.h; sourceTree = "<group>"; };
|
|
|
- 7D1329491BA1F10100BE647E /* SecondViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = SecondViewController.m; sourceTree = "<group>"; };
|
|
|
- 7D13294C1BA1F10100BE647E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
|
|
|
7D13294E1BA1F10100BE647E /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
|
7D1329501BA1F10100BE647E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
7D13297A1BA313D500BE647E /* TVPrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TVPrefixHeader.pch; sourceTree = "<group>"; };
|
|
@@ -675,6 +672,12 @@
|
|
|
7DC19B0A1868D21800810BF7 /* VLCFirstStepsSixthPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCFirstStepsSixthPageViewController.m; path = Sources/VLCFirstStepsSixthPageViewController.m; sourceTree = SOURCE_ROOT; };
|
|
|
7DC222771773AB0900371B5C /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
|
7DC71D0D1BC81F70001FACAA /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS9.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; };
|
|
|
+ 7DC71D1E1BC83058001FACAA /* VLCAppSharesTVViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCAppSharesTVViewController.h; sourceTree = "<group>"; };
|
|
|
+ 7DC71D1F1BC83058001FACAA /* VLCAppSharesTVViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAppSharesTVViewController.m; sourceTree = "<group>"; };
|
|
|
+ 7DC71D201BC83058001FACAA /* VLCAppSharesTVViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VLCAppSharesTVViewController.xib; sourceTree = "<group>"; };
|
|
|
+ 7DC71D231BC830A5001FACAA /* VLCLocalNetworkTVViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCLocalNetworkTVViewController.h; sourceTree = "<group>"; };
|
|
|
+ 7DC71D241BC830A5001FACAA /* VLCLocalNetworkTVViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLocalNetworkTVViewController.m; sourceTree = "<group>"; };
|
|
|
+ 7DC71D251BC830A5001FACAA /* VLCLocalNetworkTVViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VLCLocalNetworkTVViewController.xib; sourceTree = "<group>"; };
|
|
|
7DC72D6117B7ED24008A26D0 /* WhiteRaccoon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WhiteRaccoon.h; path = ImportedSources/WhiteRaccoon/WhiteRaccoon.h; sourceTree = SOURCE_ROOT; };
|
|
|
7DC72D6217B7ED24008A26D0 /* WhiteRaccoon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WhiteRaccoon.m; path = ImportedSources/WhiteRaccoon/WhiteRaccoon.m; sourceTree = SOURCE_ROOT; };
|
|
|
7DC87AEF17413634009DC250 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
|
|
@@ -1061,11 +1064,11 @@
|
|
|
children = (
|
|
|
7D1329421BA1F10100BE647E /* AppDelegate.h */,
|
|
|
7D1329431BA1F10100BE647E /* AppDelegate.m */,
|
|
|
- 7D1329451BA1F10100BE647E /* FirstViewController.h */,
|
|
|
- 7D1329461BA1F10100BE647E /* FirstViewController.m */,
|
|
|
- 7D1329481BA1F10100BE647E /* SecondViewController.h */,
|
|
|
- 7D1329491BA1F10100BE647E /* SecondViewController.m */,
|
|
|
- 7D13294B1BA1F10100BE647E /* Main.storyboard */,
|
|
|
+ 7DC71D1E1BC83058001FACAA /* VLCAppSharesTVViewController.h */,
|
|
|
+ 7DC71D1F1BC83058001FACAA /* VLCAppSharesTVViewController.m */,
|
|
|
+ 7DC71D231BC830A5001FACAA /* VLCLocalNetworkTVViewController.h */,
|
|
|
+ 7DC71D241BC830A5001FACAA /* VLCLocalNetworkTVViewController.m */,
|
|
|
+ 7DC71D281BC83138001FACAA /* xibs */,
|
|
|
7D13294E1BA1F10100BE647E /* Assets.xcassets */,
|
|
|
7D1329501BA1F10100BE647E /* Info.plist */,
|
|
|
7D13293F1BA1F10100BE647E /* Supporting Files */,
|
|
@@ -1530,6 +1533,15 @@
|
|
|
name = "First Steps";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 7DC71D281BC83138001FACAA /* xibs */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 7DC71D201BC83058001FACAA /* VLCAppSharesTVViewController.xib */,
|
|
|
+ 7DC71D251BC830A5001FACAA /* VLCLocalNetworkTVViewController.xib */,
|
|
|
+ );
|
|
|
+ name = xibs;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
7DC72D6417B7ED2A008A26D0 /* WhiteRaccoon */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -1949,8 +1961,9 @@
|
|
|
isa = PBXResourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
+ 7DC71D271BC830A5001FACAA /* VLCLocalNetworkTVViewController.xib in Resources */,
|
|
|
+ 7DC71D221BC83058001FACAA /* VLCAppSharesTVViewController.xib in Resources */,
|
|
|
7D13294F1BA1F10100BE647E /* Assets.xcassets in Resources */,
|
|
|
- 7D13294D1BA1F10100BE647E /* Main.storyboard in Resources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -2081,10 +2094,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
|
- 7D13294A1BA1F10100BE647E /* SecondViewController.m in Sources */,
|
|
|
+ 7DC71D211BC83058001FACAA /* VLCAppSharesTVViewController.m in Sources */,
|
|
|
+ 7DC71D261BC830A5001FACAA /* VLCLocalNetworkTVViewController.m in Sources */,
|
|
|
7D1329441BA1F10100BE647E /* AppDelegate.m in Sources */,
|
|
|
- 7D1329471BA1F10100BE647E /* FirstViewController.m in Sources */,
|
|
|
7D1329411BA1F10100BE647E /* main.m in Sources */,
|
|
|
+ 7DC71D291BC83590001FACAA /* UIColor+Presets.m in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
@@ -2253,14 +2267,6 @@
|
|
|
/* End PBXTargetDependency section */
|
|
|
|
|
|
/* Begin PBXVariantGroup section */
|
|
|
- 7D13294B1BA1F10100BE647E /* Main.storyboard */ = {
|
|
|
- isa = PBXVariantGroup;
|
|
|
- children = (
|
|
|
- 7D13294C1BA1F10100BE647E /* Base */,
|
|
|
- );
|
|
|
- name = Main.storyboard;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
A79246C6170F11DF0036AAF2 /* Localizable.strings */ = {
|
|
|
isa = PBXVariantGroup;
|
|
|
children = (
|