Skip to content

Commit

Permalink
Move package to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAsterisco committed Jul 2, 2022
1 parent 0641748 commit aed892c
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 24 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions ComboPicker.xcworkspace/contents.xcworkspacedata

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

9 changes: 0 additions & 9 deletions ComboPicker/.gitignore

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
objects = {

/* Begin PBXBuildFile section */
FA3DD73328707EDC00F37155 /* ComboPicker in Frameworks */ = {isa = PBXBuildFile; productRef = FA3DD73228707EDC00F37155 /* ComboPicker */; };
FA614FE7286CDB8F00ADEE20 /* ComboPickerExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA614FE6286CDB8F00ADEE20 /* ComboPickerExampleApp.swift */; };
FA614FE9286CDB8F00ADEE20 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA614FE8286CDB8F00ADEE20 /* ContentView.swift */; };
FA614FEB286CDB9000ADEE20 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA614FEA286CDB9000ADEE20 /* Assets.xcassets */; };
FA614FEF286CDB9000ADEE20 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA614FEE286CDB9000ADEE20 /* Preview Assets.xcassets */; };
FA614FF7286CDBAC00ADEE20 /* ExampleModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA614FF6286CDBAC00ADEE20 /* ExampleModel.swift */; };
FA614FF9286CDBB100ADEE20 /* ExampleModel+StaticData.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA614FF8286CDBB100ADEE20 /* ExampleModel+StaticData.swift */; };
FA614FFC286CDBC500ADEE20 /* ComboPicker in Frameworks */ = {isa = PBXBuildFile; productRef = FA614FFB286CDBC500ADEE20 /* ComboPicker */; };
FA615005286CDD6900ADEE20 /* ComboPickerWatch Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = FA615004286CDD6900ADEE20 /* ComboPickerWatch Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
FA61500A286CDD6900ADEE20 /* ComboPickerWatchApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA615009286CDD6900ADEE20 /* ComboPickerWatchApp.swift */; };
FA61500E286CDD6A00ADEE20 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA61500D286CDD6A00ADEE20 /* Assets.xcassets */; };
Expand Down Expand Up @@ -49,6 +49,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
FA3DD73128707EB900F37155 /* ComboPicker */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = ComboPicker; path = ../..; sourceTree = "<group>"; };
FA614FE3286CDB8F00ADEE20 /* ComboPickerExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ComboPickerExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
FA614FE6286CDB8F00ADEE20 /* ComboPickerExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComboPickerExampleApp.swift; sourceTree = "<group>"; };
FA614FE8286CDB8F00ADEE20 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
Expand All @@ -69,7 +70,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
FA614FFC286CDBC500ADEE20 /* ComboPicker in Frameworks */,
FA3DD73328707EDC00F37155 /* ComboPicker in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -84,12 +85,21 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
FA3DD73028707EB900F37155 /* Packages */ = {
isa = PBXGroup;
children = (
FA3DD73128707EB900F37155 /* ComboPicker */,
);
name = Packages;
sourceTree = "<group>";
};
FA614FDA286CDB8F00ADEE20 = {
isa = PBXGroup;
children = (
FA614FE5286CDB8F00ADEE20 /* ComboPickerExample */,
FA615008286CDD6900ADEE20 /* ComboPickerWatch Watch App */,
FA614FE4286CDB8F00ADEE20 /* Products */,
FA3DD73028707EB900F37155 /* Packages */,
FA614FFA286CDBC500ADEE20 /* Frameworks */,
);
sourceTree = "<group>";
Expand Down Expand Up @@ -176,7 +186,7 @@
);
name = ComboPickerExample;
packageProductDependencies = (
FA614FFB286CDBC500ADEE20 /* ComboPicker */,
FA3DD73228707EDC00F37155 /* ComboPicker */,
);
productName = ComboPickerExample;
productReference = FA614FE3286CDB8F00ADEE20 /* ComboPickerExample.app */;
Expand Down Expand Up @@ -637,7 +647,7 @@
/* End XCConfigurationList section */

/* Begin XCSwiftPackageProductDependency section */
FA614FFB286CDBC500ADEE20 /* ComboPicker */ = {
FA3DD73228707EDC00F37155 /* ComboPicker */ = {
isa = XCSwiftPackageProductDependency;
productName = ComboPicker;
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit aed892c

Please sign in to comment.