Skip to content

Commit

Permalink
Complete rename to "Ensemble"
Browse files Browse the repository at this point in the history
Please please please App Review don't make me change it again
  • Loading branch information
saagarjha committed Jan 28, 2024
1 parent 9b77db0 commit 17553e3
Show file tree
Hide file tree
Showing 37 changed files with 62 additions and 61 deletions.
2 changes: 1 addition & 1 deletion Configs/Debug.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Debug.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Configs/Deployment.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Deployment.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Configs/Release.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Release.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Configs/Shared.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Shared.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
4 changes: 2 additions & 2 deletions Configs/macOS.xcconfig
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//
// macOS.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//

ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
CODE_SIGN_ENTITLEMENTS = macOS/MacCast.entitlements
CODE_SIGN_ENTITLEMENTS = macOS/Ensemble.entitlements
CODE_SIGN_STYLE = Automatic
COMBINE_HIDPI_IMAGES = YES
DEVELOPMENT_ASSET_PATHS = "macOS/Preview Content"
Expand Down
2 changes: 1 addition & 1 deletion Configs/visionOS.xcconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// visionOS.xcconfig
// MacCast
// Ensemble
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
49B352C72AE53A9300BCE03D /* Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B352C62AE53A9300BCE03D /* Frame.swift */; };
49B352C82AE53A9300BCE03D /* Frame.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B352C62AE53A9300BCE03D /* Frame.swift */; };
49B352CB2AE593C300BCE03D /* FrameView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49B352C92AE593C300BCE03D /* FrameView.swift */; };
49E09B572AD2EE5000B56CD3 /* MacCastApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B562AD2EE5000B56CD3 /* MacCastApp.swift */; };
49E09B572AD2EE5000B56CD3 /* EnsembleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B562AD2EE5000B56CD3 /* EnsembleApp.swift */; };
49E09B592AD2EE5000B56CD3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B582AD2EE5000B56CD3 /* ContentView.swift */; };
49E09B5B2AD2EE5100B56CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49E09B5A2AD2EE5100B56CD3 /* Assets.xcassets */; };
49E09B5E2AD2EE5100B56CD3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49E09B5D2AD2EE5100B56CD3 /* Preview Assets.xcassets */; };
49E09B992AD3237D00B56CD3 /* MacCastApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B982AD3237D00B56CD3 /* MacCastApp.swift */; };
49E09B992AD3237D00B56CD3 /* EnsembleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B982AD3237D00B56CD3 /* EnsembleApp.swift */; };
49E09B9B2AD3237D00B56CD3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49E09B9A2AD3237D00B56CD3 /* ContentView.swift */; };
49E09B9D2AD3237E00B56CD3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49E09B9C2AD3237E00B56CD3 /* Assets.xcassets */; };
49E09BA02AD3237E00B56CD3 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 49E09B9F2AD3237E00B56CD3 /* Preview Assets.xcassets */; };
Expand Down Expand Up @@ -75,18 +75,18 @@
49B352C62AE53A9300BCE03D /* Frame.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Frame.swift; sourceTree = "<group>"; };
49B352C92AE593C300BCE03D /* FrameView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FrameView.swift; sourceTree = "<group>"; };
49E09B532AD2EE5000B56CD3 /* Ensemble.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ensemble.app; sourceTree = BUILT_PRODUCTS_DIR; };
49E09B562AD2EE5000B56CD3 /* MacCastApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacCastApp.swift; sourceTree = "<group>"; };
49E09B562AD2EE5000B56CD3 /* EnsembleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnsembleApp.swift; sourceTree = "<group>"; };
49E09B582AD2EE5000B56CD3 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
49E09B5A2AD2EE5100B56CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
49E09B5D2AD2EE5100B56CD3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
49E09B5F2AD2EE5100B56CD3 /* MacCast.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MacCast.entitlements; sourceTree = "<group>"; };
49E09B5F2AD2EE5100B56CD3 /* Ensemble.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Ensemble.entitlements; sourceTree = "<group>"; };
49E09B882AD31A6F00B56CD3 /* Shared.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Shared.xcconfig; sourceTree = "<group>"; };
49E09B892AD31AAC00B56CD3 /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = "<group>"; };
49E09B8A2AD31AB300B56CD3 /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = "<group>"; };
49E09B8B2AD31B4400B56CD3 /* Deployment.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Deployment.xcconfig; sourceTree = "<group>"; };
49E09B8C2AD320F200B56CD3 /* macOS.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = macOS.xcconfig; sourceTree = "<group>"; };
49E09B922AD3237D00B56CD3 /* Ensemble.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Ensemble.app; sourceTree = BUILT_PRODUCTS_DIR; };
49E09B982AD3237D00B56CD3 /* MacCastApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacCastApp.swift; sourceTree = "<group>"; };
49E09B982AD3237D00B56CD3 /* EnsembleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnsembleApp.swift; sourceTree = "<group>"; };
49E09B9A2AD3237D00B56CD3 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
49E09B9C2AD3237E00B56CD3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
49E09B9F2AD3237E00B56CD3 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -152,12 +152,12 @@
49E09B552AD2EE5000B56CD3 /* macOS */ = {
isa = PBXGroup;
children = (
49E09B5F2AD2EE5100B56CD3 /* MacCast.entitlements */,
49E09B5F2AD2EE5100B56CD3 /* Ensemble.entitlements */,
495A8AB42B651F3D00520461 /* Info.plist */,
49E09B582AD2EE5000B56CD3 /* ContentView.swift */,
49E09B562AD2EE5000B56CD3 /* EnsembleApp.swift */,
49EDAA6D2B28E58A00546EAB /* Events.swift */,
49E09BC62AD52CCE00B56CD3 /* Local.swift */,
49E09B562AD2EE5000B56CD3 /* MacCastApp.swift */,
49E09BC42AD52CC900B56CD3 /* Remote.swift */,
49226A302AE447C10044CFC9 /* ScreenRecorder.swift */,
49226A2E2AE43EF50044CFC9 /* SPI.swift */,
Expand Down Expand Up @@ -194,11 +194,11 @@
49E09BA12AD3237E00B56CD3 /* Info.plist */,
49E09BB02AD3FDCC00B56CD3 /* ConnectionView.swift */,
49E09B9A2AD3237D00B56CD3 /* ContentView.swift */,
49E09B982AD3237D00B56CD3 /* EnsembleApp.swift */,
4977168F2B29260A0048ED18 /* EventView.swift */,
49B352C92AE593C300BCE03D /* FrameView.swift */,
495E8E3A2AD5CE2400946419 /* ImageBufferView.swift */,
49E09BCA2AD52D1D00B56CD3 /* Local.swift */,
49E09B982AD3237D00B56CD3 /* MacCastApp.swift */,
49E09BC82AD52D1600B56CD3 /* Remote.swift */,
49226A322AE45D710044CFC9 /* RootWindowView.swift */,
49E09BD22AD5390500B56CD3 /* WindowPickerView.swift */,
Expand Down Expand Up @@ -263,7 +263,7 @@
49E09BAA2AD33C1600B56CD3 /* AppleConnect */,
49E09BB92AD4F88100B56CD3 /* Cod */,
);
productName = MacCast;
productName = Ensemble;
productReference = 49E09B532AD2EE5000B56CD3 /* Ensemble.app */;
productType = "com.apple.product-type.application";
};
Expand All @@ -284,7 +284,7 @@
49E09BAC2AD33C1F00B56CD3 /* AppleConnect */,
49E09BBB2AD4F88900B56CD3 /* Cod */,
);
productName = MacCast;
productName = Ensemble;
productReference = 49E09B922AD3237D00B56CD3 /* Ensemble.app */;
productType = "com.apple.product-type.application";
};
Expand All @@ -308,7 +308,7 @@
};
};
};
buildConfigurationList = 49E09B4E2AD2EE5000B56CD3 /* Build configuration list for PBXProject "MacCast" */;
buildConfigurationList = 49E09B4E2AD2EE5000B56CD3 /* Build configuration list for PBXProject "Ensemble" */;
compatibilityVersion = "Xcode 14.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand Down Expand Up @@ -363,7 +363,7 @@
49E09BD02AD52D9F00B56CD3 /* visionOSInterface.swift in Sources */,
49E09B592AD2EE5000B56CD3 /* ContentView.swift in Sources */,
49B352C72AE53A9300BCE03D /* Frame.swift in Sources */,
49E09B572AD2EE5000B56CD3 /* MacCastApp.swift in Sources */,
49E09B572AD2EE5000B56CD3 /* EnsembleApp.swift in Sources */,
495A8AB22B6478AE00520461 /* Bundle.swift in Sources */,
49E09BC52AD52CC900B56CD3 /* Remote.swift in Sources */,
495E8E3D2AD5E6C500946419 /* SerializableConformances.swift in Sources */,
Expand Down Expand Up @@ -392,7 +392,7 @@
495E8E3B2AD5CE2400946419 /* ImageBufferView.swift in Sources */,
49E09B9B2AD3237D00B56CD3 /* ContentView.swift in Sources */,
49E09BB12AD3FDCC00B56CD3 /* ConnectionView.swift in Sources */,
49E09B992AD3237D00B56CD3 /* MacCastApp.swift in Sources */,
49E09B992AD3237D00B56CD3 /* EnsembleApp.swift in Sources */,
4978BAAF2AD55D71000C549C /* WindowPreviewView.swift in Sources */,
49E09BC92AD52D1600B56CD3 /* Remote.swift in Sources */,
49B352CB2AE593C300BCE03D /* FrameView.swift in Sources */,
Expand Down Expand Up @@ -456,7 +456,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
49E09B4E2AD2EE5000B56CD3 /* Build configuration list for PBXProject "MacCast" */ = {
49E09B4E2AD2EE5000B56CD3 /* Build configuration list for PBXProject "Ensemble" */ = {
isa = XCConfigurationList;
buildConfigurations = (
49E09B602AD2EE5100B56CD3 /* Debug */,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"originHash" : "9a6b062daf9d746977bccca5328f74f60b0613b11c256a5ea4af868a627a422f",
"pins" : [
{
"identity" : "appleconnect",
Expand All @@ -19,5 +20,5 @@
}
}
],
"version" : 2
"version" : 3
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B522AD2EE5000B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "macOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -44,9 +44,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B522AD2EE5000B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "macOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -61,9 +61,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B522AD2EE5000B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "macOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B912AD3237D00B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "visionOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -44,9 +44,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B912AD3237D00B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "visionOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -61,9 +61,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "49E09B912AD3237D00B56CD3"
BuildableName = "MacCast.app"
BuildableName = "Ensemble.app"
BlueprintName = "visionOS"
ReferencedContainer = "container:MacCast.xcodeproj">
ReferencedContainer = "container:Ensemble.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<img height="256" src="https://github.com/saagarjha/MacCast/raw/main/macOS/Assets.xcassets/AppIcon.appiconset/icon_512x512%402x.png" />
</p>

<h1 align="center">MacCast</h1>
<h1 align="center">Ensemble</h1>

MacCast bridges windows from your Mac directly into visionOS, letting you move, resize, and interact with them just like you would with any other native app. It's wireless, like Mac Virtual Display, but without the limitations of resolution or working in a flat plane.
Ensemble (formerly MacCast, before the lawyers had something to say about it) bridges windows from your Mac directly into visionOS, letting you move, resize, and interact with them just like you would with any other native app. It's wireless, like Mac Virtual Display, but without the limitations of resolution or working in a flat plane.

## Status

MacCast is currently "pre-alpha": it's really more of a demo at this point. There's a lot of things I need to work on and until then it is unlikely I will be taking any code contributions. You are welcome to try it out (especially if you have a Vision Pro, as I do not) and file issues or suggestions but you should probably reach out if you are looking for anything beyond that. The code is definitely not designed for general-purpose use yet, so don't expect much of it :)
Ensemble is currently "pre-alpha": it's really more of a demo at this point. There's a lot of things I need to work on and until then it is unlikely I will be taking any code contributions. You are welcome to try it out (especially if you have a Vision Pro, as I do not) and file issues or suggestions but you should probably reach out if you are looking for anything beyond that. The code is definitely not designed for general-purpose use yet, so don't expect much of it :)
2 changes: 1 addition & 1 deletion Shared/Bundle.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Bundle.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 1/26/24.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Frame.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Frame.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/22/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Keys.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Keys.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 12/12/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Messages.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Messages.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/9/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Multiplexer.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Multiplexer.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/9/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Serializable.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Serializable.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/9/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/SerializableConformances.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SerializableConformances.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/10/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/Video.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Video.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/10/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/macOSInterface.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// macOSInterface.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/9/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/shut_up_logging.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// shut_up_logging.c
// MacCast
// Shared
//
// Created by Saagar Jha on 11/20/23.
//
Expand Down
2 changes: 1 addition & 1 deletion Shared/visionOSInterface.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// visionOSInterface.swift
// MacCast
// Shared
//
// Created by Saagar Jha on 10/9/23.
//
Expand Down
4 changes: 2 additions & 2 deletions macOS/ContentView.swift
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// ContentView.swift
// MacCast
// macOS
//
// Created by Saagar Jha on 10/8/23.
//

import AppleConnect
import SwiftUI

let service = "_maccast._tcp"
let service = "_\(Bundle.main.name.lowercased())._tcp"

struct ContentView: View {
@State
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions macOS/MacCastApp.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MacCastApp.swift
// MacCast
// EnsembleApp.swift
// macOS
//
// Created by Saagar Jha on 10/8/23.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "MacCastBack.png",
"filename" : "Back.png",
"idiom" : "vision",
"scale" : "2x"
}
Expand Down
Loading

0 comments on commit 17553e3

Please sign in to comment.