Skip to content

Commit 29c7b63

Browse files
committed
add package
1 parent 45a2479 commit 29c7b63

26 files changed

+104
-75
lines changed

.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ContainerControllerSwift/1.0.2/ContainerControllerSwift.podspec

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

Example/ContainerControllerSwift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
229229
607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
230230
84550121AB9630F101ECE515 /* Pods-ContainerControllerSwift_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ContainerControllerSwift_Example.release.xcconfig"; path = "Target Support Files/Pods-ContainerControllerSwift_Example/Pods-ContainerControllerSwift_Example.release.xcconfig"; sourceTree = "<group>"; };
231-
95BE06AF27887E1C134436AD /* ContainerControllerSwift.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ContainerControllerSwift.podspec; path = ../ContainerControllerSwift.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
231+
95BE06AF27887E1C134436AD /* ContainerControllerSwift.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ContainerControllerSwift.podspec; path = ../ContainerControllerSwift.podspec; sourceTree = "<group>"; };
232232
D8903A29B31F63B5A7A8607B /* Pods_ContainerControllerSwift_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ContainerControllerSwift_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
233233
DF5E269035BE15FBD5F947F3 /* Pods-ContainerControllerSwift_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ContainerControllerSwift_Tests.release.xcconfig"; path = "Target Support Files/Pods-ContainerControllerSwift_Tests/Pods-ContainerControllerSwift_Tests.release.xcconfig"; sourceTree = "<group>"; };
234234
E0FB46D7C5BC0F8759A83A60 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };

Example/ContainerControllerSwift.xcodeproj/xcshareddata/xcschemes/ContainerControllerSwift-Example.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
18-
BuildableName = "ContainerControllerSwift_Example.app"
18+
BuildableName = "ContainerController.app"
1919
BlueprintName = "ContainerControllerSwift_Example"
2020
ReferencedContainer = "container:ContainerControllerSwift.xcodeproj">
2121
</BuildableReference>
@@ -45,7 +45,7 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48-
BuildableName = "ContainerControllerSwift_Example.app"
48+
BuildableName = "ContainerController.app"
4949
BlueprintName = "ContainerControllerSwift_Example"
5050
ReferencedContainer = "container:ContainerControllerSwift.xcodeproj">
5151
</BuildableReference>
@@ -78,7 +78,7 @@
7878
<BuildableReference
7979
BuildableIdentifier = "primary"
8080
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
81-
BuildableName = "ContainerControllerSwift_Example.app"
81+
BuildableName = "ContainerController.app"
8282
BlueprintName = "ContainerControllerSwift_Example"
8383
ReferencedContainer = "container:ContainerControllerSwift.xcodeproj">
8484
</BuildableReference>
@@ -95,7 +95,7 @@
9595
<BuildableReference
9696
BuildableIdentifier = "primary"
9797
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
98-
BuildableName = "ContainerControllerSwift_Example.app"
98+
BuildableName = "ContainerController.app"
9999
BlueprintName = "ContainerControllerSwift_Example"
100100
ReferencedContainer = "container:ContainerControllerSwift.xcodeproj">
101101
</BuildableReference>

Example/ContainerControllerSwift.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// swift-tools-version:5.2
2+
// The swift-tools-version declares the minimum version of Swift required to build this package.
3+
4+
import PackageDescription
5+
6+
let package = Package(
7+
name: "ContainerController",
8+
platforms: [
9+
.iOS(.v13),
10+
],
11+
products: [
12+
// Products define the executables and libraries produced by a package, and make them visible to other packages.
13+
.library(
14+
name: "ContainerController",
15+
targets: ["ContainerController"]),
16+
],
17+
dependencies: [
18+
// Dependencies declare other packages that this package depends on.
19+
// .package(url: /* package url */, from: "1.0.0"),
20+
],
21+
targets: [
22+
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
23+
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
24+
.target(
25+
name: "ContainerController",
26+
dependencies: []),
27+
.testTarget(
28+
name: "ContainerControllerTests",
29+
dependencies: ["ContainerController"]),
30+
]
31+
)

ContainerControllerSwift/ContainerCollection/CollectionAdapterCell.swift renamed to Sources/ContainerController/ContainerCollection/CollectionAdapterCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ColletionAdapterCell.swift
2+
// CollectionAdapterCell.swift
33
// PatternsSwift
44
//
55
// Created by mrustaa on 01/05/2020.

ContainerControllerSwift/ContainerCollection/CollectionAdapterCellData.swift renamed to Sources/ContainerController/ContainerCollection/CollectionAdapterCellData.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ColletionAdapterCellData.swift
2+
// CollectionAdapterCellData.swift
33
// PatternsSwift
44
//
55
// Created by mrustaa on 01/05/2020.

ContainerControllerSwift/ContainerCollection/CollectionAdapterItem.swift renamed to Sources/ContainerController/ContainerCollection/CollectionAdapterItem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// ColletionAdapterItem.swift
2+
// CollectionAdapterItem.swift
33
// PatternsSwift
44
//
55
// Created by mrustaa on 01/05/2020.

0 commit comments

Comments
 (0)