Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
aaaa committed Apr 25, 2024
1 parent a0aa154 commit c2988cf
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 23 deletions.
16 changes: 8 additions & 8 deletions PersonaChess.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
167948AF2BC66E78004DFF4B /* 🌐VersionHistory.xcstrings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json.xcstrings; path = "🌐VersionHistory.xcstrings"; sourceTree = "<group>"; };
167948B22BC66EAE004DFF4B /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
167948B42BC674F4004DFF4B /* screenshot1280w.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = screenshot1280w.jpg; sourceTree = "<group>"; };
167C0DF62BDA0EF400229714 /* [rcproject example]rookW.rcproject.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = "[rcproject example]rookW.rcproject.zip"; sourceTree = "<group>"; };
167C0DF62BDA0EF400229714 /* rookW.rcproject.zip */ = {isa = PBXFileReference; lastKnownFileType = archive.zip; path = rookW.rcproject.zip; sourceTree = "<group>"; };
167C0DF72BDA131300229714 /* App Store product page.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "App Store product page.jpg"; sourceTree = "<group>"; };
167C0DF92BDA14C400229714 /* Reality Composer files.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "Reality Composer files.jpg"; sourceTree = "<group>"; };
167C0DFA2BDA14C500229714 /* Reality Composer export1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "Reality Composer export1.jpg"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -472,12 +472,13 @@
isa = PBXGroup;
children = (
1671A1632B7324CA009A87A6 /* About piece assets.md */,
167C0DFE2BDA154600229714 /* Rest */,
167C0DF82BDA131C00229714 /* Screenshot log */,
167C0DFE2BDA154600229714 /* Example rcproject file */,
);
path = About;
sourceTree = "<group>";
};
167C0DF82BDA131C00229714 /* Images */ = {
167C0DF82BDA131C00229714 /* Screenshot log */ = {
isa = PBXGroup;
children = (
167C0DF72BDA131300229714 /* App Store product page.jpg */,
Expand All @@ -487,16 +488,15 @@
167C0DFA2BDA14C500229714 /* Reality Composer export1.jpg */,
167C0DFC2BDA14C500229714 /* Reality Composer export2.jpg */,
);
path = Images;
path = "Screenshot log";
sourceTree = "<group>";
};
167C0DFE2BDA154600229714 /* Rest */ = {
167C0DFE2BDA154600229714 /* Example rcproject file */ = {
isa = PBXGroup;
children = (
167C0DF82BDA131C00229714 /* Images */,
167C0DF62BDA0EF400229714 /* [rcproject example]rookW.rcproject.zip */,
167C0DF62BDA0EF400229714 /* rookW.rcproject.zip */,
);
path = Rest;
path = "Example rcproject file";
sourceTree = "<group>";
};
16910D5C2BC90EA900373BAD /* FloorMode */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,8 @@ The 3D model of the piece used in this app is a built-in asset of the Reality Co
> Reality Composer is particularly useful for designers, educators, and developers who want to create immersive AR projects. It works seamlessly with Apple's ARKit framework, enhancing the capabilities of AR applications on iOS devices. The tool provides a user-friendly interface and a variety of assets and templates to help users get started with AR content creation.
…, according to ChatGPT.

![App Store product page](Rest/Images/App Store product page.jpg)
(…, according to ChatGPT.)


### "Reality Composer" App Store link
https://apps.apple.com/app/id1462358802


## Screenshot log
![buildin](Rest/Images/Reality Composer buildin.jpg)

![files](Rest/Images/Reality Composer files.jpg)

![editor](Rest/Images/Reality Composer editor.jpg)

![export1](Rest/Images/Reality Composer export1.jpg)

![export2](Rest/Images/Reality Composer export2.jpg)

0 comments on commit c2988cf

Please sign in to comment.