Skip to content

Commit

Permalink
🚚 Rename example project
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 6, 2022
1 parent e013cb4 commit 5066b89
Show file tree
Hide file tree
Showing 10 changed files with 61 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,28 @@
objects = {

/* Begin PBXBuildFile section */
F8311D3227ACD1AD0073691F /* WebViewAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8311D3127ACD1AD0073691F /* WebViewAppApp.swift */; };
F8311D3227ACD1AD0073691F /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8311D3127ACD1AD0073691F /* ExampleApp.swift */; };
F8311D3427ACD1AD0073691F /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8311D3327ACD1AD0073691F /* ContentView.swift */; };
F8311D3627ACD1AF0073691F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F8311D3527ACD1AF0073691F /* Assets.xcassets */; };
F8311D3927ACD1AF0073691F /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F8311D3827ACD1AF0073691F /* Preview Assets.xcassets */; };
F8311D4327ACD2B50073691F /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = F8311D4227ACD2B50073691F /* WebView */; };
F8311D4727AD8A2C0073691F /* WebView in Frameworks */ = {isa = PBXBuildFile; productRef = F8311D4627AD8A2C0073691F /* WebView */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
F8311D2E27ACD1AD0073691F /* WebViewApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = WebViewApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
F8311D3127ACD1AD0073691F /* WebViewAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebViewAppApp.swift; sourceTree = "<group>"; };
F8311D2E27ACD1AD0073691F /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
F8311D3127ACD1AD0073691F /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; };
F8311D3327ACD1AD0073691F /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
F8311D3527ACD1AF0073691F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
F8311D3827ACD1AF0073691F /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
F8311D4027ACD1EC0073691F /* WebView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = WebView; path = ..; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
F8311D2B27ACD1AD0073691F /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
F8311D4727AD8A2C0073691F /* WebView in Frameworks */,
F8311D4327ACD2B50073691F /* WebView in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -39,7 +40,7 @@
isa = PBXGroup;
children = (
F8311D3F27ACD1EC0073691F /* Packages */,
F8311D3027ACD1AD0073691F /* WebViewApp */,
F8311D3027ACD1AD0073691F /* Example */,
F8311D2F27ACD1AD0073691F /* Products */,
F8311D4127ACD2B50073691F /* Frameworks */,
);
Expand All @@ -48,20 +49,20 @@
F8311D2F27ACD1AD0073691F /* Products */ = {
isa = PBXGroup;
children = (
F8311D2E27ACD1AD0073691F /* WebViewApp.app */,
F8311D2E27ACD1AD0073691F /* Example.app */,
);
name = Products;
sourceTree = "<group>";
};
F8311D3027ACD1AD0073691F /* WebViewApp */ = {
F8311D3027ACD1AD0073691F /* Example */ = {
isa = PBXGroup;
children = (
F8311D3127ACD1AD0073691F /* WebViewAppApp.swift */,
F8311D3127ACD1AD0073691F /* ExampleApp.swift */,
F8311D3327ACD1AD0073691F /* ContentView.swift */,
F8311D3527ACD1AF0073691F /* Assets.xcassets */,
F8311D3727ACD1AF0073691F /* Preview Content */,
);
path = WebViewApp;
path = Example;
sourceTree = "<group>";
};
F8311D3727ACD1AF0073691F /* Preview Content */ = {
Expand All @@ -75,7 +76,6 @@
F8311D3F27ACD1EC0073691F /* Packages */ = {
isa = PBXGroup;
children = (
F8311D4027ACD1EC0073691F /* WebView */,
);
name = Packages;
sourceTree = "<group>";
Expand All @@ -90,9 +90,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F8311D2D27ACD1AD0073691F /* WebViewApp */ = {
F8311D2D27ACD1AD0073691F /* Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = F8311D3C27ACD1AF0073691F /* Build configuration list for PBXNativeTarget "WebViewApp" */;
buildConfigurationList = F8311D3C27ACD1AF0073691F /* Build configuration list for PBXNativeTarget "Example" */;
buildPhases = (
F8311D2A27ACD1AD0073691F /* Sources */,
F8311D2B27ACD1AD0073691F /* Frameworks */,
Expand All @@ -102,12 +102,13 @@
);
dependencies = (
);
name = WebViewApp;
name = Example;
packageProductDependencies = (
F8311D4227ACD2B50073691F /* WebView */,
F8311D4627AD8A2C0073691F /* WebView */,
);
productName = WebViewApp;
productReference = F8311D2E27ACD1AD0073691F /* WebViewApp.app */;
productReference = F8311D2E27ACD1AD0073691F /* Example.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -125,7 +126,7 @@
};
};
};
buildConfigurationList = F8311D2927ACD1AD0073691F /* Build configuration list for PBXProject "WebViewApp" */;
buildConfigurationList = F8311D2927ACD1AD0073691F /* Build configuration list for PBXProject "Example" */;
compatibilityVersion = "Xcode 13.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -134,11 +135,14 @@
Base,
);
mainGroup = F8311D2527ACD1AD0073691F;
packageReferences = (
F8311D4527AD8A2C0073691F /* XCRemoteSwiftPackageReference "WebView" */,
);
productRefGroup = F8311D2F27ACD1AD0073691F /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
F8311D2D27ACD1AD0073691F /* WebViewApp */,
F8311D2D27ACD1AD0073691F /* Example */,
);
};
/* End PBXProject section */
Expand All @@ -161,7 +165,7 @@
buildActionMask = 2147483647;
files = (
F8311D3427ACD1AD0073691F /* ContentView.swift in Sources */,
F8311D3227ACD1AD0073691F /* WebViewAppApp.swift in Sources */,
F8311D3227ACD1AD0073691F /* ExampleApp.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -291,7 +295,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"WebViewApp/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"$(PROJECT_NAME)/Preview Content\"";
DEVELOPMENT_TEAM = MTGSZH8QM4;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -320,7 +324,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_ASSET_PATHS = "\"WebViewApp/Preview Content\"";
DEVELOPMENT_ASSET_PATHS = "\"$(PROJECT_NAME)/Preview Content\"";
DEVELOPMENT_TEAM = MTGSZH8QM4;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand All @@ -345,7 +349,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
F8311D2927ACD1AD0073691F /* Build configuration list for PBXProject "WebViewApp" */ = {
F8311D2927ACD1AD0073691F /* Build configuration list for PBXProject "Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8311D3A27ACD1AF0073691F /* Debug */,
Expand All @@ -354,7 +358,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F8311D3C27ACD1AF0073691F /* Build configuration list for PBXNativeTarget "WebViewApp" */ = {
F8311D3C27ACD1AF0073691F /* Build configuration list for PBXNativeTarget "Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F8311D3D27ACD1AF0073691F /* Debug */,
Expand All @@ -365,11 +369,27 @@
};
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
F8311D4527AD8A2C0073691F /* XCRemoteSwiftPackageReference "WebView" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/phatblat/WebView";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.1.1;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
F8311D4227ACD2B50073691F /* WebView */ = {
isa = XCSwiftPackageProductDependency;
productName = WebView;
};
F8311D4627AD8A2C0073691F /* WebView */ = {
isa = XCSwiftPackageProductDependency;
package = F8311D4527AD8A2C0073691F /* XCRemoteSwiftPackageReference "WebView" */;
productName = WebView;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = F8311D2627ACD1AD0073691F /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"object": {
"pins": [
{
"package": "WebView",
"repositoryURL": "https://github.com/phatblat/WebView",
"state": {
"branch": null,
"revision": "f41d4b73c19bdb4b0227fd43b2d464d6c2e8d64e",
"version": "0.1.1"
}
}
]
},
"version": 1
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// ContentView.swift
// WebViewApp
// WebView
//
// Created by Ben Chatelain on 2/3/22.
//
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
//
// WebViewAppApp.swift
// WebViewApp
// ExampleApp.swift
// WebView
//
// Created by Ben Chatelain on 2/3/22.
//

import SwiftUI

@main
struct WebViewAppApp: App {
struct ExampleApp: App {
var body: some Scene {
WindowGroup {
ContentView()
Expand Down

0 comments on commit 5066b89

Please sign in to comment.