Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit f7d1547

Browse files
authored
cleanup (#41)
1 parent 75d45ad commit f7d1547

File tree

218 files changed

+11
-5359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+11
-5359
lines changed

Demo/SwiftUIExtensionsDemo.xcodeproj/project.pbxproj

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
FA2C328723A35FE6002DF6F7 /* Item.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA37C459239DE7330037BFE3 /* Item.swift */; };
2020
FA2C328823A35FE6002DF6F7 /* Card.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA37C45B239DE7330037BFE3 /* Card.swift */; };
2121
FA2C328923A35FE6002DF6F7 /* SharedAssets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA37C45A239DE7330037BFE3 /* SharedAssets.xcassets */; };
22+
FA2C328C23A36DB5002DF6F7 /* SwiftUIExtensions in Frameworks */ = {isa = PBXBuildFile; productRef = FA2C328B23A36DB5002DF6F7 /* SwiftUIExtensions */; };
2223
FA37C437239DE2560037BFE3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA37C436239DE2560037BFE3 /* AppDelegate.swift */; };
2324
FA37C439239DE2560037BFE3 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA37C438239DE2560037BFE3 /* SceneDelegate.swift */; };
2425
FA37C43B239DE2560037BFE3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA37C43A239DE2560037BFE3 /* ContentView.swift */; };
@@ -181,6 +182,7 @@
181182
isa = PBXFrameworksBuildPhase;
182183
buildActionMask = 2147483647;
183184
files = (
185+
FA2C328C23A36DB5002DF6F7 /* SwiftUIExtensions in Frameworks */,
184186
FA37C455239DE6B60037BFE3 /* SwiftUIExtensions in Frameworks */,
185187
);
186188
runOnlyForDeploymentPostprocessing = 0;
@@ -503,6 +505,7 @@
503505
name = "SwiftUIExtensionsDemo iOS";
504506
packageProductDependencies = (
505507
FA37C454239DE6B60037BFE3 /* SwiftUIExtensions */,
508+
FA2C328B23A36DB5002DF6F7 /* SwiftUIExtensions */,
506509
);
507510
productName = "SwiftUIExtensionsDemo iOS";
508511
productReference = FA37C433239DE2560037BFE3 /* SwiftUIExtensionsDemo iOS.app */;
@@ -621,7 +624,7 @@
621624
);
622625
mainGroup = FA800E28239DE09A005D2211;
623626
packageReferences = (
624-
FA800E2F239DE12C005D2211 /* XCRemoteSwiftPackageReference "Grid" */,
627+
FA2C328A23A36DB5002DF6F7 /* XCRemoteSwiftPackageReference "SwiftUIExtensions" */,
625628
);
626629
productRefGroup = FA37C434239DE2560037BFE3 /* Products */;
627630
projectDirPath = "";
@@ -1583,9 +1586,9 @@
15831586
/* End XCConfigurationList section */
15841587

15851588
/* Begin XCRemoteSwiftPackageReference section */
1586-
FA800E2F239DE12C005D2211 /* XCRemoteSwiftPackageReference "Grid" */ = {
1589+
FA2C328A23A36DB5002DF6F7 /* XCRemoteSwiftPackageReference "SwiftUIExtensions" */ = {
15871590
isa = XCRemoteSwiftPackageReference;
1588-
repositoryURL = "[email protected]:SwiftUIExtensions/Grid.git";
1591+
repositoryURL = "[email protected]:SwiftExtensions/SwiftUIExtensions.git";
15891592
requirement = {
15901593
branch = master;
15911594
kind = branch;
@@ -1598,6 +1601,11 @@
15981601
isa = XCSwiftPackageProductDependency;
15991602
productName = SwiftUIExtensions;
16001603
};
1604+
FA2C328B23A36DB5002DF6F7 /* SwiftUIExtensions */ = {
1605+
isa = XCSwiftPackageProductDependency;
1606+
package = FA2C328A23A36DB5002DF6F7 /* XCRemoteSwiftPackageReference "SwiftUIExtensions" */;
1607+
productName = SwiftUIExtensions;
1608+
};
16011609
FA37C454239DE6B60037BFE3 /* SwiftUIExtensions */ = {
16021610
isa = XCSwiftPackageProductDependency;
16031611
productName = SwiftUIExtensions;

Examples/GridExamples iOS/AppDelegate.swift

Lines changed: 0 additions & 27 deletions
This file was deleted.

Examples/GridExamples iOS/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 98 deletions
This file was deleted.

Examples/GridExamples iOS/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

Examples/GridExamples iOS/Base.lproj/LaunchScreen.storyboard

Lines changed: 0 additions & 25 deletions
This file was deleted.

Examples/GridExamples iOS/ContentView.swift

Lines changed: 0 additions & 36 deletions
This file was deleted.

Examples/GridExamples iOS/GridExamples iOS.entitlements

Lines changed: 0 additions & 8 deletions
This file was deleted.

Examples/GridExamples iOS/Info.plist

Lines changed: 0 additions & 70 deletions
This file was deleted.

0 commit comments

Comments
 (0)