Add basic model files

This commit is contained in:
breadone
2024-06-22 12:59:17 +12:00
parent 7a140ae2da
commit a1a94a7bef
886 changed files with 13558 additions and 4 deletions

View File

@@ -12,8 +12,41 @@
46AD30BF2C26557500486C25 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30BE2C26557500486C25 /* Item.swift */; };
46AD30C12C26557600486C25 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30C02C26557600486C25 /* Assets.xcassets */; };
46AD30C42C26557600486C25 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30C32C26557600486C25 /* Preview Assets.xcassets */; };
46AD30D12C26559B00486C25 /* OnCuePresenterApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */; };
46AD30D32C26559B00486C25 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30D22C26559B00486C25 /* ContentView.swift */; };
46AD30D52C26559D00486C25 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30D42C26559D00486C25 /* Assets.xcassets */; };
46AD30D82C26559D00486C25 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 46AD30D72C26559D00486C25 /* Preview Assets.xcassets */; };
46AD30DB2C26559D00486C25 /* OnCuePresenter Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
46AD30E22C2656CB00486C25 /* OCCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E12C2656CB00486C25 /* OCCard.swift */; };
46AD30E32C2656CB00486C25 /* OCCard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E12C2656CB00486C25 /* OCCard.swift */; };
46AD30E52C2656D100486C25 /* OCProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E42C2656D100486C25 /* OCProject.swift */; };
46AD30E62C2656D100486C25 /* OCProject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 46AD30E42C2656D100486C25 /* OCProject.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
46AD30D92C26559D00486C25 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 46AD30AF2C26557500486C25 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 46AD30CD2C26559B00486C25;
remoteInfo = "OnCuePresenter Watch App";
};
/* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */
46AD30DF2C26559D00486C25 /* Embed Watch Content */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
dstSubfolderSpec = 16;
files = (
46AD30DB2C26559D00486C25 /* OnCuePresenter Watch App.app in Embed Watch Content */,
);
name = "Embed Watch Content";
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
46AD30B72C26557500486C25 /* OnCue.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OnCue.app; sourceTree = BUILT_PRODUCTS_DIR; };
46AD30BA2C26557500486C25 /* OnCueApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnCueApp.swift; sourceTree = "<group>"; };
@@ -21,6 +54,13 @@
46AD30BE2C26557500486C25 /* Item.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Item.swift; sourceTree = "<group>"; };
46AD30C02C26557600486C25 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
46AD30C32C26557600486C25 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "OnCuePresenter Watch App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnCuePresenterApp.swift; sourceTree = "<group>"; };
46AD30D22C26559B00486C25 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
46AD30D42C26559D00486C25 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
46AD30D72C26559D00486C25 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
46AD30E12C2656CB00486C25 /* OCCard.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCCard.swift; sourceTree = "<group>"; };
46AD30E42C2656D100486C25 /* OCProject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OCProject.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -31,6 +71,13 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
46AD30CB2C26559B00486C25 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
@@ -38,6 +85,7 @@
isa = PBXGroup;
children = (
46AD30B92C26557500486C25 /* OnCue */,
46AD30CF2C26559B00486C25 /* OnCuePresenter Watch App */,
46AD30B82C26557500486C25 /* Products */,
);
sourceTree = "<group>";
@@ -46,6 +94,7 @@
isa = PBXGroup;
children = (
46AD30B72C26557500486C25 /* OnCue.app */,
46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */,
);
name = Products;
sourceTree = "<group>";
@@ -53,9 +102,9 @@
46AD30B92C26557500486C25 /* OnCue */ = {
isa = PBXGroup;
children = (
46AD30E02C2656B900486C25 /* Model */,
46AD30BA2C26557500486C25 /* OnCueApp.swift */,
46AD30BC2C26557500486C25 /* ContentView.swift */,
46AD30BE2C26557500486C25 /* Item.swift */,
46AD30C02C26557600486C25 /* Assets.xcassets */,
46AD30C22C26557600486C25 /* Preview Content */,
);
@@ -70,6 +119,35 @@
path = "Preview Content";
sourceTree = "<group>";
};
46AD30CF2C26559B00486C25 /* OnCuePresenter Watch App */ = {
isa = PBXGroup;
children = (
46AD30D02C26559B00486C25 /* OnCuePresenterApp.swift */,
46AD30D22C26559B00486C25 /* ContentView.swift */,
46AD30D42C26559D00486C25 /* Assets.xcassets */,
46AD30D62C26559D00486C25 /* Preview Content */,
);
path = "OnCuePresenter Watch App";
sourceTree = "<group>";
};
46AD30D62C26559D00486C25 /* Preview Content */ = {
isa = PBXGroup;
children = (
46AD30D72C26559D00486C25 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
46AD30E02C2656B900486C25 /* Model */ = {
isa = PBXGroup;
children = (
46AD30BE2C26557500486C25 /* Item.swift */,
46AD30E12C2656CB00486C25 /* OCCard.swift */,
46AD30E42C2656D100486C25 /* OCProject.swift */,
);
path = Model;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -80,14 +158,33 @@
46AD30B32C26557500486C25 /* Sources */,
46AD30B42C26557500486C25 /* Frameworks */,
46AD30B52C26557500486C25 /* Resources */,
46AD30DF2C26559D00486C25 /* Embed Watch Content */,
);
buildRules = (
);
dependencies = (
46AD30DA2C26559D00486C25 /* PBXTargetDependency */,
);
name = OnCue;
productName = OnCue;
productReference = 46AD30B72C26557500486C25 /* OnCue.app */;
productType = "com.apple.product-type.application";
};
46AD30CD2C26559B00486C25 /* OnCuePresenter Watch App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 46AD30DC2C26559D00486C25 /* Build configuration list for PBXNativeTarget "OnCuePresenter Watch App" */;
buildPhases = (
46AD30CA2C26559B00486C25 /* Sources */,
46AD30CB2C26559B00486C25 /* Frameworks */,
46AD30CC2C26559B00486C25 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = OnCue;
productName = OnCue;
productReference = 46AD30B72C26557500486C25 /* OnCue.app */;
name = "OnCuePresenter Watch App";
productName = "OnCuePresenter Watch App";
productReference = 46AD30CE2C26559B00486C25 /* OnCuePresenter Watch App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
@@ -103,6 +200,9 @@
46AD30B62C26557500486C25 = {
CreatedOnToolsVersion = 15.4;
};
46AD30CD2C26559B00486C25 = {
CreatedOnToolsVersion = 15.4;
};
};
};
buildConfigurationList = 46AD30B22C26557500486C25 /* Build configuration list for PBXProject "OnCue" */;
@@ -119,6 +219,7 @@
projectRoot = "";
targets = (
46AD30B62C26557500486C25 /* OnCue */,
46AD30CD2C26559B00486C25 /* OnCuePresenter Watch App */,
);
};
/* End PBXProject section */
@@ -133,6 +234,15 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
46AD30CC2C26559B00486C25 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
46AD30D82C26559D00486C25 /* Preview Assets.xcassets in Resources */,
46AD30D52C26559D00486C25 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@@ -143,11 +253,32 @@
46AD30BD2C26557500486C25 /* ContentView.swift in Sources */,
46AD30BF2C26557500486C25 /* Item.swift in Sources */,
46AD30BB2C26557500486C25 /* OnCueApp.swift in Sources */,
46AD30E52C2656D100486C25 /* OCProject.swift in Sources */,
46AD30E22C2656CB00486C25 /* OCCard.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
46AD30CA2C26559B00486C25 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
46AD30E32C2656CB00486C25 /* OCCard.swift in Sources */,
46AD30D32C26559B00486C25 /* ContentView.swift in Sources */,
46AD30D12C26559B00486C25 /* OnCuePresenterApp.swift in Sources */,
46AD30E62C2656D100486C25 /* OCProject.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
46AD30DA2C26559D00486C25 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 46AD30CD2C26559B00486C25 /* OnCuePresenter Watch App */;
targetProxy = 46AD30D92C26559D00486C25 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
46AD30C52C26557600486C25 /* Debug */ = {
isa = XCBuildConfiguration;
@@ -271,6 +402,7 @@
46AD30C82C26557600486C25 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
@@ -300,6 +432,7 @@
46AD30C92C26557600486C25 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
@@ -326,6 +459,66 @@
};
name = Release;
};
46AD30DD2C26559D00486C25 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"OnCuePresenter Watch App/Preview Content\"";
DEVELOPMENT_TEAM = 9MP5435PRF;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = OnCuePresenter;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = xyz.breadone.OnCue;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.breadone.OnCue.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 10.5;
};
name = Debug;
};
46AD30DE2C26559D00486C25 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"OnCuePresenter Watch App/Preview Content\"";
DEVELOPMENT_TEAM = 9MP5435PRF;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_CFBundleDisplayName = OnCuePresenter;
INFOPLIST_KEY_UISupportedInterfaceOrientations = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown";
INFOPLIST_KEY_WKCompanionAppBundleIdentifier = xyz.breadone.OnCue;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = xyz.breadone.OnCue.watchkitapp;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = watchos;
SKIP_INSTALL = YES;
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 4;
WATCHOS_DEPLOYMENT_TARGET = 10.5;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
@@ -347,6 +540,15 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
46AD30DC2C26559D00486C25 /* Build configuration list for PBXNativeTarget "OnCuePresenter Watch App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
46AD30DD2C26559D00486C25 /* Debug */,
46AD30DE2C26559D00486C25 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 46AD30AF2C26557500486C25 /* Project object */;

View File

@@ -9,6 +9,11 @@
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>OnCuePresenter Watch App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
</dict>
</dict>
</plist>