initial commit, minial working code
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
A95C118729C531C100737618 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A95C118629C531C100737618 /* ContentView.swift */; };
|
||||
A95C118929C531C300737618 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A95C118829C531C300737618 /* Assets.xcassets */; };
|
||||
A95C118C29C531C300737618 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A95C118B29C531C300737618 /* Preview Assets.xcassets */; };
|
||||
A982CD2A29C5BA7D00A1DBDE /* PlaybackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A982CD2929C5BA7D00A1DBDE /* PlaybackView.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -45,6 +46,9 @@
|
||||
A95C118629C531C100737618 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
||||
A95C118829C531C300737618 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
A95C118B29C531C300737618 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
||||
A982CD2829C5907A00A1DBDE /* MusicPlayer-Watch-App-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = "MusicPlayer-Watch-App-Info.plist"; sourceTree = SOURCE_ROOT; };
|
||||
A982CD2929C5BA7D00A1DBDE /* PlaybackView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaybackView.swift; sourceTree = "<group>"; };
|
||||
A982CD2B29C5BE8800A1DBDE /* TODO.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = TODO.md; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -78,10 +82,13 @@
|
||||
A95C118329C531C100737618 /* MusicPlayer Watch App */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
A982CD2829C5907A00A1DBDE /* MusicPlayer-Watch-App-Info.plist */,
|
||||
A95C118429C531C100737618 /* MusicPlayerApp.swift */,
|
||||
A982CD2929C5BA7D00A1DBDE /* PlaybackView.swift */,
|
||||
A95C118629C531C100737618 /* ContentView.swift */,
|
||||
A95C118829C531C300737618 /* Assets.xcassets */,
|
||||
A95C118A29C531C300737618 /* Preview Content */,
|
||||
A982CD2B29C5BE8800A1DBDE /* TODO.md */,
|
||||
);
|
||||
path = "MusicPlayer Watch App";
|
||||
sourceTree = "<group>";
|
||||
@@ -193,6 +200,7 @@
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
A95C118729C531C100737618 /* ContentView.swift in Sources */,
|
||||
A982CD2A29C5BA7D00A1DBDE /* PlaybackView.swift in Sources */,
|
||||
A95C118529C531C100737618 /* MusicPlayerApp.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -328,6 +336,7 @@
|
||||
DEVELOPMENT_TEAM = 7P35HLZ26U;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "MusicPlayer-Watch-App-Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = MusicPlayer;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||
INFOPLIST_KEY_WKWatchOnly = YES;
|
||||
@@ -358,6 +367,7 @@
|
||||
DEVELOPMENT_TEAM = 7P35HLZ26U;
|
||||
ENABLE_PREVIEWS = YES;
|
||||
GENERATE_INFOPLIST_FILE = YES;
|
||||
INFOPLIST_FILE = "MusicPlayer-Watch-App-Info.plist";
|
||||
INFOPLIST_KEY_CFBundleDisplayName = MusicPlayer;
|
||||
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
|
||||
INFOPLIST_KEY_WKWatchOnly = YES;
|
||||
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VariablesViewState
|
||||
version = "1.0">
|
||||
<ContextStates>
|
||||
<ContextState
|
||||
contextName = "closure #1 in ContentView.init():ContentView.swift">
|
||||
<PersistentStrings>
|
||||
<PersistentString
|
||||
value = "match.output[0].substring!.cString(using: String.Encoding.utf8)">
|
||||
</PersistentString>
|
||||
</PersistentStrings>
|
||||
</ContextState>
|
||||
</ContextStates>
|
||||
</VariablesViewState>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Bucket
|
||||
uuid = "E40B0B2F-0F7C-4049-8384-96A6D265F1C3"
|
||||
type = "1"
|
||||
version = "2.0">
|
||||
</Bucket>
|
||||
Reference in New Issue
Block a user