Skip to content

Commit dbd7899

Browse files
committed
Update Example
1 parent 9e6fa2f commit dbd7899

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
/* Begin PBXBuildFile section */
1010
27496E8A2BB1E05B00953172 /* AttributeGraph.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27496E892BB1E05B00953172 /* AttributeGraph.xcframework */; };
1111
27496E8E2BB1E0AA00953172 /* CoreServices.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27496E8D2BB1E0AA00953172 /* CoreServices.xcframework */; };
12+
27B7FC7B2BB31FCC00272BA5 /* AttributeGraph.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27496E892BB1E05B00953172 /* AttributeGraph.xcframework */; };
13+
27B7FC7E2BB31FD000272BA5 /* CoreServices.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 27496E8D2BB1E0AA00953172 /* CoreServices.xcframework */; };
1214
27CD0B4D2AFC8D37003665EB /* ExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CD0B4C2AFC8D37003665EB /* ExampleApp.swift */; };
1315
27CD0B4F2AFC8D37003665EB /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 27CD0B4E2AFC8D37003665EB /* ContentView.swift */; };
1416
27CD0B512AFC8D38003665EB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 27CD0B502AFC8D38003665EB /* Assets.xcassets */; };
@@ -28,6 +30,7 @@
2830
27496E892BB1E05B00953172 /* AttributeGraph.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = AttributeGraph.xcframework; path = ../../OpenGraph/AG/AttributeGraph.xcframework; sourceTree = "<group>"; };
2931
27496E8D2BB1E0AA00953172 /* CoreServices.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = CoreServices.xcframework; path = ../PrivateFrameworks/CoreServices.xcframework; sourceTree = "<group>"; };
3032
276A744D2BB1DDFD002CAB40 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.2.sdk/System/Library/Frameworks/CoreServices.framework; sourceTree = DEVELOPER_DIR; };
33+
27B7FC802BB31FF500272BA5 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
3134
27CD0B492AFC8D37003665EB /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
3235
27CD0B4C2AFC8D37003665EB /* ExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleApp.swift; sourceTree = "<group>"; };
3336
27CD0B4E2AFC8D37003665EB /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
@@ -51,6 +54,8 @@
5154
buildActionMask = 2147483647;
5255
files = (
5356
27CD0B5F2AFC8DA7003665EB /* OpenSwiftUI in Frameworks */,
57+
27B7FC7E2BB31FD000272BA5 /* CoreServices.xcframework in Frameworks */,
58+
27B7FC7B2BB31FCC00272BA5 /* AttributeGraph.xcframework in Frameworks */,
5459
);
5560
runOnlyForDeploymentPostprocessing = 0;
5661
};
@@ -70,6 +75,7 @@
7075
27CD0B402AFC8D37003665EB = {
7176
isa = PBXGroup;
7277
children = (
78+
27B7FC802BB31FF500272BA5 /* README.md */,
7379
271D81642BB1E8E300A6D543 /* OpenGraph */,
7480
27CD0B612AFC8E0E003665EB /* OpenSwiftUI */,
7581
27CD0B4B2AFC8D37003665EB /* Example */,

Example/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# README
2+
3+
## Pre-Requirements
4+
5+
Clone `OpenGraph` to the same directory of `OpenSwiftUI`
6+
7+
```shell
8+
cd ..
9+
git clone https://github.com/OpenSwiftUIProject/OpenGraph.git
10+
```
11+
12+
## HostingExample
13+
14+
- Choose `SwiftUIDebug` configuration to run with SwiftUI
15+
- Choose `OpenSwiftUIDebug` configuration to run with OpenSwiftUI

0 commit comments

Comments
 (0)