Skip to content

Commit

Permalink
update new
Browse files Browse the repository at this point in the history
  • Loading branch information
RickeyBoy committed Jul 19, 2023
1 parent 53b35d6 commit 3c14021
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 20 deletions.
File renamed without changes.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# ScreenshotableView
A SwiftUI View can easily get a custom screenshot image.

A description of this package.
8 changes: 0 additions & 8 deletions ScreenshotableView/.gitignore

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
965160DB2A67C17C00B18DD1 /* ScreenshotableViewExampleTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965160DA2A67C17C00B18DD1 /* ScreenshotableViewExampleTests.swift */; };
965160E52A67C17C00B18DD1 /* ScreenshotableViewExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965160E42A67C17C00B18DD1 /* ScreenshotableViewExampleUITests.swift */; };
965160E72A67C17C00B18DD1 /* ScreenshotableViewExampleUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 965160E62A67C17C00B18DD1 /* ScreenshotableViewExampleUITestsLaunchTests.swift */; };
965160FC2A67D27A00B18DD1 /* ScreenshotableView in Frameworks */ = {isa = PBXBuildFile; productRef = 965160FB2A67D27A00B18DD1 /* ScreenshotableView */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -46,14 +45,14 @@
965160E42A67C17C00B18DD1 /* ScreenshotableViewExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenshotableViewExampleUITests.swift; sourceTree = "<group>"; };
965160E62A67C17C00B18DD1 /* ScreenshotableViewExampleUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScreenshotableViewExampleUITestsLaunchTests.swift; sourceTree = "<group>"; };
965160F92A67D1B900B18DD1 /* ScreenshotableView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ScreenshotableView; path = ../../ScreenshotableView; sourceTree = "<group>"; };
96BD23D22A67E64E0012C314 /* ScreenshotableView */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ScreenshotableView; path = ../ScreenshotableView; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
965160C32A67C17B00B18DD1 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
965160FC2A67D27A00B18DD1 /* ScreenshotableView in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -77,6 +76,7 @@
965160BD2A67C17B00B18DD1 = {
isa = PBXGroup;
children = (
96BD23D22A67E64E0012C314 /* ScreenshotableView */,
965160C82A67C17B00B18DD1 /* ScreenshotableViewExample */,
965160D92A67C17C00B18DD1 /* ScreenshotableViewExampleTests */,
965160E32A67C17C00B18DD1 /* ScreenshotableViewExampleUITests */,
Expand Down Expand Up @@ -156,7 +156,6 @@
);
name = ScreenshotableViewExample;
packageProductDependencies = (
965160FB2A67D27A00B18DD1 /* ScreenshotableView */,
);
productName = ScreenshotableViewExample;
productReference = 965160C62A67C17B00B18DD1 /* ScreenshotableViewExample.app */;
Expand Down Expand Up @@ -605,13 +604,6 @@
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
965160FB2A67D27A00B18DD1 /* ScreenshotableView */ = {
isa = XCSwiftPackageProductDependency;
productName = ScreenshotableView;
};
/* End XCSwiftPackageProductDependency section */
};
rootObject = 965160BE2A67C17B00B18DD1 /* Project object */;
}
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>ScreenshotableViewExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>2</integer>
</dict>
</dict>
</dict>
Expand Down

0 comments on commit 3c14021

Please sign in to comment.