Skip to content

Commit

Permalink
Merge pull request #11 from thatcherclough/develop
Browse files Browse the repository at this point in the history
Added an option to connect to a bridge using its IP address
  • Loading branch information
thatcherclough authored Dec 7, 2020
2 parents c5a6f6a + 53e539f commit 3ac3b5c
Show file tree
Hide file tree
Showing 7 changed files with 322 additions and 103 deletions.
12 changes: 8 additions & 4 deletions CoverFlow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
DDAEDCA1253CF541002F3175 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DDAEDCA0253CF541002F3175 /* Assets.xcassets */; };
DDAEDCA4253CF541002F3175 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DDAEDCA2253CF541002F3175 /* LaunchScreen.storyboard */; };
DDAEDCBD253CFCD7002F3175 /* BridgeDiscoveryController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDAEDCBC253CFCD7002F3175 /* BridgeDiscoveryController.swift */; };
DDB07A7C25799901003EA4AF /* LocalNetworkPermissionService.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDB07A7B25799901003EA4AF /* LocalNetworkPermissionService.swift */; };
DDF07094256C375100353469 /* MusicProviderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDF07093256C375100353469 /* MusicProviderViewController.swift */; };
DDFD8BDF253E323900BBE27A /* BridgeInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDFD8BDE253E323900BBE27A /* BridgeInfo.swift */; };
DDFD8BE1253E382C00BBE27A /* PushButtonViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDFD8BE0253E382C00BBE27A /* PushButtonViewController.swift */; };
Expand Down Expand Up @@ -63,6 +64,7 @@
DDAEDCA5253CF541002F3175 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DDAEDCAD253CF56F002F3175 /* CoverFlow-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CoverFlow-Bridging-Header.h"; sourceTree = "<group>"; };
DDAEDCBC253CFCD7002F3175 /* BridgeDiscoveryController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgeDiscoveryController.swift; sourceTree = "<group>"; };
DDB07A7B25799901003EA4AF /* LocalNetworkPermissionService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocalNetworkPermissionService.swift; sourceTree = "<group>"; };
DDF07093256C375100353469 /* MusicProviderViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicProviderViewController.swift; sourceTree = "<group>"; };
DDFD8BDE253E323900BBE27A /* BridgeInfo.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BridgeInfo.swift; sourceTree = "<group>"; };
DDFD8BE0253E382C00BBE27A /* PushButtonViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PushButtonViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -143,6 +145,7 @@
DDAEDCA5253CF541002F3175 /* Info.plist */,
DDFD8BE2253E479400BBE27A /* LightSelectionViewController.swift */,
DDF07093256C375100353469 /* MusicProviderViewController.swift */,
DDB07A7B25799901003EA4AF /* LocalNetworkPermissionService.swift */,
);
path = CoverFlow;
sourceTree = "<group>";
Expand Down Expand Up @@ -271,6 +274,7 @@
DD439AD325609FE700082CEF /* SpotifyController.swift in Sources */,
DDAEDC9A253CF53D002F3175 /* SceneDelegate.swift in Sources */,
DDFD8BDF253E323900BBE27A /* BridgeInfo.swift in Sources */,
DDB07A7C25799901003EA4AF /* LocalNetworkPermissionService.swift in Sources */,
DDFD8BE1253E382C00BBE27A /* PushButtonViewController.swift in Sources */,
DDF07094256C375100353469 /* MusicProviderViewController.swift in Sources */,
DDAEDCBD253CFCD7002F3175 /* BridgeDiscoveryController.swift in Sources */,
Expand Down Expand Up @@ -424,7 +428,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = YA924NN5VN;
DYLIB_INSTALL_NAME_BASE = "";
ENABLE_BITCODE = NO;
Expand All @@ -438,7 +442,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down Expand Up @@ -474,7 +478,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 5;
DEVELOPMENT_TEAM = YA924NN5VN;
DYLIB_INSTALL_NAME_BASE = "";
ENABLE_BITCODE = NO;
Expand All @@ -488,7 +492,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.2.0;
MARKETING_VERSION = 1.2.1;
OTHER_LDFLAGS = (
"$(inherited)",
"-framework",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
Expand All @@ -50,6 +50,13 @@
ReferencedContainer = "container:CoverFlow.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
<AdditionalOption
key = "NSZombieEnabled"
value = "YES"
isEnabled = "YES">
</AdditionalOption>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
Expand Down
Loading

0 comments on commit 3ac3b5c

Please sign in to comment.