Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tvongerlach committed Aug 9, 2023
1 parent 009fe8b commit 9e8bf46
Show file tree
Hide file tree
Showing 51 changed files with 3,945 additions and 0 deletions.
388 changes: 388 additions & 0 deletions GenerativeWallArt.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,388 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objects = {

/* Begin PBXBuildFile section */
477C31582A775F9B001FDD9A /* DoodleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 477C31572A775F9B001FDD9A /* DoodleView.swift */; };
C43DA15E2A63A34800F543F1 /* RealityKitContent in Frameworks */ = {isa = PBXBuildFile; productRef = C43DA15D2A63A34800F543F1 /* RealityKitContent */; };
C43DA1602A63A34800F543F1 /* GenerativeWallArtApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43DA15F2A63A34800F543F1 /* GenerativeWallArtApp.swift */; };
C43DA1622A63A34800F543F1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43DA1612A63A34800F543F1 /* ContentView.swift */; };
C43DA1642A63A34800F543F1 /* ImmersiveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C43DA1632A63A34800F543F1 /* ImmersiveView.swift */; };
C43DA1662A63A34900F543F1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C43DA1652A63A34900F543F1 /* Assets.xcassets */; };
C43DA1692A63A34900F543F1 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C43DA1682A63A34900F543F1 /* Preview Assets.xcassets */; };
C4CE378F2A78A4F000FF4E02 /* ImpactParticleSystem.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4CE378E2A78A4F000FF4E02 /* ImpactParticleSystem.swift */; };
C4F841C42A679C1000F78722 /* ViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4F841C32A679C1000F78722 /* ViewModel.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
477C31572A775F9B001FDD9A /* DoodleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DoodleView.swift; sourceTree = "<group>"; };
C43DA1582A63A34800F543F1 /* GenerativeWallArt.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GenerativeWallArt.app; sourceTree = BUILT_PRODUCTS_DIR; };
C43DA15C2A63A34800F543F1 /* RealityKitContent */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = RealityKitContent; sourceTree = "<group>"; };
C43DA15F2A63A34800F543F1 /* GenerativeWallArtApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GenerativeWallArtApp.swift; sourceTree = "<group>"; };
C43DA1612A63A34800F543F1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
C43DA1632A63A34800F543F1 /* ImmersiveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImmersiveView.swift; sourceTree = "<group>"; };
C43DA1652A63A34900F543F1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
C43DA1682A63A34900F543F1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
C4CE378E2A78A4F000FF4E02 /* ImpactParticleSystem.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImpactParticleSystem.swift; sourceTree = "<group>"; };
C4F841C32A679C1000F78722 /* ViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModel.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
C43DA1552A63A34800F543F1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
C43DA15E2A63A34800F543F1 /* RealityKitContent in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
C43DA14F2A63A34800F543F1 = {
isa = PBXGroup;
children = (
C43DA15A2A63A34800F543F1 /* GenerativeWallArt */,
C43DA15B2A63A34800F543F1 /* Packages */,
C43DA1592A63A34800F543F1 /* Products */,
);
sourceTree = "<group>";
};
C43DA1592A63A34800F543F1 /* Products */ = {
isa = PBXGroup;
children = (
C43DA1582A63A34800F543F1 /* GenerativeWallArt.app */,
);
name = Products;
sourceTree = "<group>";
};
C43DA15A2A63A34800F543F1 /* GenerativeWallArt */ = {
isa = PBXGroup;
children = (
C4CE378E2A78A4F000FF4E02 /* ImpactParticleSystem.swift */,
C43DA15F2A63A34800F543F1 /* GenerativeWallArtApp.swift */,
C43DA1612A63A34800F543F1 /* ContentView.swift */,
C43DA1632A63A34800F543F1 /* ImmersiveView.swift */,
C4CF0B2E2A64DDA4001E16E2 /* Resources */,
C43DA1672A63A34900F543F1 /* Preview Content */,
C4F841C32A679C1000F78722 /* ViewModel.swift */,
477C31572A775F9B001FDD9A /* DoodleView.swift */,
);
path = GenerativeWallArt;
sourceTree = "<group>";
};
C43DA15B2A63A34800F543F1 /* Packages */ = {
isa = PBXGroup;
children = (
C43DA15C2A63A34800F543F1 /* RealityKitContent */,
);
path = Packages;
sourceTree = "<group>";
};
C43DA1672A63A34900F543F1 /* Preview Content */ = {
isa = PBXGroup;
children = (
C43DA1682A63A34900F543F1 /* Preview Assets.xcassets */,
);
path = "Preview Content";
sourceTree = "<group>";
};
C4CF0B2E2A64DDA4001E16E2 /* Resources */ = {
isa = PBXGroup;
children = (
C43DA1652A63A34900F543F1 /* Assets.xcassets */,
);
path = Resources;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
C43DA1572A63A34800F543F1 /* GenerativeWallArt */ = {
isa = PBXNativeTarget;
buildConfigurationList = C43DA16C2A63A34900F543F1 /* Build configuration list for PBXNativeTarget "GenerativeWallArt" */;
buildPhases = (
C43DA1542A63A34800F543F1 /* Sources */,
C43DA1552A63A34800F543F1 /* Frameworks */,
C43DA1562A63A34800F543F1 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = GenerativeWallArt;
packageProductDependencies = (
C43DA15D2A63A34800F543F1 /* RealityKitContent */,
);
productName = GenerativeWallArt;
productReference = C43DA1582A63A34800F543F1 /* GenerativeWallArt.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
C43DA1502A63A34800F543F1 /* Project object */ = {
isa = PBXProject;
attributes = {
BuildIndependentTargetsInParallel = 1;
LastSwiftUpdateCheck = 1500;
LastUpgradeCheck = 1500;
TargetAttributes = {
C43DA1572A63A34800F543F1 = {
CreatedOnToolsVersion = 15.0;
};
};
};
buildConfigurationList = C43DA1532A63A34800F543F1 /* Build configuration list for PBXProject "GenerativeWallArt" */;
compatibilityVersion = "Xcode 15.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = C43DA14F2A63A34800F543F1;
productRefGroup = C43DA1592A63A34800F543F1 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
C43DA1572A63A34800F543F1 /* GenerativeWallArt */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
C43DA1562A63A34800F543F1 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C43DA1692A63A34900F543F1 /* Preview Assets.xcassets in Resources */,
C43DA1662A63A34900F543F1 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
C43DA1542A63A34800F543F1 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C4F841C42A679C1000F78722 /* ViewModel.swift in Sources */,
C43DA1622A63A34800F543F1 /* ContentView.swift in Sources */,
477C31582A775F9B001FDD9A /* DoodleView.swift in Sources */,
C4CE378F2A78A4F000FF4E02 /* ImpactParticleSystem.swift in Sources */,
C43DA1602A63A34800F543F1 /* GenerativeWallArtApp.swift in Sources */,
C43DA1642A63A34800F543F1 /* ImmersiveView.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
C43DA16A2A63A34900F543F1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = xros;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG $(inherited)";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Debug;
};
C43DA16B2A63A34900F543F1 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ASSETCATALOG_COMPILER_GENERATE_SWIFT_ASSET_SYMBOL_EXTENSIONS = YES;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_USER_SCRIPT_SANDBOXING = YES;
GCC_C_LANGUAGE_STANDARD = gnu17;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
LOCALIZATION_PREFERS_STRING_CATALOGS = YES;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
SDKROOT = xros;
SWIFT_COMPILATION_MODE = wholemodule;
VALIDATE_PRODUCT = YES;
XROS_DEPLOYMENT_TARGET = 1.0;
};
name = Release;
};
C43DA16D2A63A34900F543F1 /* 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 = "\"GenerativeWallArt/Preview Content\"";
DEVELOPMENT_TEAM = "";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.wenbo.GenerativeWallArt;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
};
name = Debug;
};
C43DA16E2A63A34900F543F1 /* 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 = "\"GenerativeWallArt/Preview Content\"";
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.wenbo.GenerativeWallArt;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTED_PLATFORMS = "xros xrsimulator";
SWIFT_EMIT_LOC_STRINGS = YES;
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2,7";
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
C43DA1532A63A34800F543F1 /* Build configuration list for PBXProject "GenerativeWallArt" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C43DA16A2A63A34900F543F1 /* Debug */,
C43DA16B2A63A34900F543F1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C43DA16C2A63A34900F543F1 /* Build configuration list for PBXNativeTarget "GenerativeWallArt" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C43DA16D2A63A34900F543F1 /* Debug */,
C43DA16E2A63A34900F543F1 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
C43DA15D2A63A34800F543F1 /* RealityKitContent */ = {
isa = XCSwiftPackageProductDependency;
productName = RealityKitContent;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = C43DA1502A63A34800F543F1 /* Project object */;
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e8bf46

Please sign in to comment.