Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from MerrickSapsford/feature/spm-support
Browse files Browse the repository at this point in the history
Add Swift Package Manager support
  • Loading branch information
msaps authored Jan 22, 2017
2 parents a149d8a + 0c09816 commit bda2553
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 33 deletions.
46 changes: 15 additions & 31 deletions Example/Listenable-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,31 +17,24 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
46A961DB1E2D725C001C659E /* PBXContainerItemProxy */ = {
46F1E2D91E33D0E200E83B5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 46A961D61E2D725C001C659E /* Listenable.xcodeproj */;
containerPortal = 46F1E2D41E33D0E200E83B5B /* Listenable.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D6F613B11E24F59D004884E8;
remoteInfo = Listenable;
};
46A961DD1E2D725C001C659E /* PBXContainerItemProxy */ = {
46F1E2DB1E33D0E200E83B5B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 46A961D61E2D725C001C659E /* Listenable.xcodeproj */;
containerPortal = 46F1E2D41E33D0E200E83B5B /* Listenable.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = D6F613BA1E24F59D004884E8;
remoteInfo = ListenableTests;
};
46A961E01E2D7283001C659E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 46A961D61E2D725C001C659E /* Listenable.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = D6F613B01E24F59D004884E8;
remoteInfo = Listenable;
};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
46A961D61E2D725C001C659E /* Listenable.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Listenable.xcodeproj; path = ../Source/Listenable.xcodeproj; sourceTree = "<group>"; };
46F1E2D41E33D0E200E83B5B /* Listenable.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Listenable.xcodeproj; path = ../Sources/Listenable.xcodeproj; sourceTree = "<group>"; };
D6465F501E24FBE9004E8623 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D6465F511E24FBE9004E8623 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
D6465F541E24FC57004E8623 /* ListenableObject.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ListenableObject.swift; sourceTree = "<group>"; };
Expand All @@ -64,11 +57,11 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
46A961D71E2D725C001C659E /* Products */ = {
46F1E2D51E33D0E200E83B5B /* Products */ = {
isa = PBXGroup;
children = (
46A961DC1E2D725C001C659E /* Listenable.framework */,
46A961DE1E2D725C001C659E /* ListenableTests.xctest */,
46F1E2DA1E33D0E200E83B5B /* Listenable.framework */,
46F1E2DC1E33D0E200E83B5B /* ListenableTests.xctest */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -86,7 +79,7 @@
D6F613CD1E24F632004884E8 = {
isa = PBXGroup;
children = (
46A961D61E2D725C001C659E /* Listenable.xcodeproj */,
46F1E2D41E33D0E200E83B5B /* Listenable.xcodeproj */,
D6F613D81E24F632004884E8 /* Listenable-Example */,
D6F613D71E24F632004884E8 /* Products */,
);
Expand Down Expand Up @@ -127,7 +120,6 @@
buildRules = (
);
dependencies = (
46A961E11E2D7283001C659E /* PBXTargetDependency */,
);
name = "Listenable-Example";
productName = "Listenable-Example";
Expand Down Expand Up @@ -163,8 +155,8 @@
projectDirPath = "";
projectReferences = (
{
ProductGroup = 46A961D71E2D725C001C659E /* Products */;
ProjectRef = 46A961D61E2D725C001C659E /* Listenable.xcodeproj */;
ProductGroup = 46F1E2D51E33D0E200E83B5B /* Products */;
ProjectRef = 46F1E2D41E33D0E200E83B5B /* Listenable.xcodeproj */;
},
);
projectRoot = "";
Expand All @@ -175,18 +167,18 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
46A961DC1E2D725C001C659E /* Listenable.framework */ = {
46F1E2DA1E33D0E200E83B5B /* Listenable.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Listenable.framework;
remoteRef = 46A961DB1E2D725C001C659E /* PBXContainerItemProxy */;
remoteRef = 46F1E2D91E33D0E200E83B5B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
46A961DE1E2D725C001C659E /* ListenableTests.xctest */ = {
46F1E2DC1E33D0E200E83B5B /* ListenableTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = ListenableTests.xctest;
remoteRef = 46A961DD1E2D725C001C659E /* PBXContainerItemProxy */;
remoteRef = 46F1E2DB1E33D0E200E83B5B /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
Expand Down Expand Up @@ -218,14 +210,6 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
46A961E11E2D7283001C659E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Listenable;
targetProxy = 46A961E01E2D7283001C659E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
D6F613DD1E24F632004884E8 /* Main.storyboard */ = {
isa = PBXVariantGroup;
Expand Down
2 changes: 1 addition & 1 deletion Listenable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/MerrickSapsford"

s.source = { :git => "https://github.com/MerrickSapsford/Listenable.git", :tag => s.version.to_s }
s.source_files = "Source/Listenable/**/*.{h,m,swift}"
s.source_files = "Sources/Listenable/**/*.{h,m,swift}"

end
2 changes: 1 addition & 1 deletion Listenable.xcworkspace/contents.xcworkspacedata

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

6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import PackageDescription

let package = Package(
name: "Listenable",
exclude: ["Example", "scripts"]
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bda2553

Please sign in to comment.