Skip to content

Commit

Permalink
fix: move folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 10, 2023
1 parent a6081c2 commit 023ffbd
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 16 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore


.DS_Store
/.build
/Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc



## User settings
xcuserdata/

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions SearchField.xcworkspace/contents.xcworkspacedata

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict/>
</plist>
8 changes: 0 additions & 8 deletions SearchField/.gitignore

This file was deleted.

12 changes: 8 additions & 4 deletions SearchFieldExample/SearchFieldExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
7D440D0C2AD4DA510043D2FC /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D440D0B2AD4DA510043D2FC /* ContentView.swift */; };
7D440D0E2AD4DA540043D2FC /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7D440D0D2AD4DA540043D2FC /* Assets.xcassets */; };
7D440D122AD4DA540043D2FC /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7D440D112AD4DA540043D2FC /* Preview Assets.xcassets */; };
7D440D1A2AD4DC160043D2FC /* SearchField in Frameworks */ = {isa = PBXBuildFile; productRef = 7D440D192AD4DC160043D2FC /* SearchField */; };
7D85CC692AD50ACC007CD89D /* SearchField in Frameworks */ = {isa = PBXBuildFile; productRef = 7D85CC682AD50ACC007CD89D /* SearchField */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -21,14 +21,15 @@
7D440D0D2AD4DA540043D2FC /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
7D440D0F2AD4DA540043D2FC /* SearchFieldExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SearchFieldExample.entitlements; sourceTree = "<group>"; };
7D440D112AD4DA540043D2FC /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
7D440D1C2AD504EE0043D2FC /* swiftui-searchfield */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "swiftui-searchfield"; path = ..; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
7D440D032AD4DA510043D2FC /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
7D440D1A2AD4DC160043D2FC /* SearchField in Frameworks */,
7D85CC692AD50ACC007CD89D /* SearchField in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -75,6 +76,7 @@
7D440D182AD4DC160043D2FC /* Frameworks */ = {
isa = PBXGroup;
children = (
7D440D1C2AD504EE0043D2FC /* swiftui-searchfield */,
);
name = Frameworks;
sourceTree = "<group>";
Expand All @@ -96,7 +98,7 @@
);
name = SearchFieldExample;
packageProductDependencies = (
7D440D192AD4DC160043D2FC /* SearchField */,
7D85CC682AD50ACC007CD89D /* SearchField */,
);
productName = SearchFieldExample;
productReference = 7D440D062AD4DA510043D2FC /* SearchFieldExample.app */;
Expand Down Expand Up @@ -126,6 +128,8 @@
Base,
);
mainGroup = 7D440CFD2AD4DA510043D2FC;
packageReferences = (
);
productRefGroup = 7D440D072AD4DA510043D2FC /* Products */;
projectDirPath = "";
projectRoot = "";
Expand Down Expand Up @@ -374,7 +378,7 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
7D440D192AD4DC160043D2FC /* SearchField */ = {
7D85CC682AD50ACC007CD89D /* SearchField */ = {
isa = XCSwiftPackageProductDependency;
productName = SearchField;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>SearchFieldExample.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down
File renamed without changes.

0 comments on commit 023ffbd

Please sign in to comment.