diff --git a/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..919434a
--- /dev/null
+++ b/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+
+
+
+
+
diff --git a/Example.xcodeproj/project.pbxproj b/Example.xcodeproj/project.pbxproj
index 215e18c..b0d6198 100644
--- a/Example.xcodeproj/project.pbxproj
+++ b/Example.xcodeproj/project.pbxproj
@@ -14,7 +14,6 @@
28650D2F1C0DD21A008C1F27 /* TweetbotCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28650D281C0DD21A008C1F27 /* TweetbotCell.xib */; };
28650D301C0DD21A008C1F27 /* TwitterCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28650D291C0DD21A008C1F27 /* TwitterCell.xib */; };
28650D311C0DD21A008C1F27 /* YoutubeCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28650D2A1C0DD21A008C1F27 /* YoutubeCell.xib */; };
- 28A21F1E1C0E7DEE009FC30F /* ActionData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28A21F1D1C0E7DEE009FC30F /* ActionData.swift */; };
28AD9C781C03F34F0044164E /* SkypeExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28AD9C771C03F34F0044164E /* SkypeExampleViewController.swift */; };
28AD9C7D1C04C63D0044164E /* XLActionController.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 28B3B8891BFA858D007337A2 /* XLActionController.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
28B3B85A1BFA7EEC007337A2 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B3B8591BFA7EEC007337A2 /* AppDelegate.swift */; };
@@ -88,7 +87,6 @@
28650D281C0DD21A008C1F27 /* TweetbotCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TweetbotCell.xib; sourceTree = ""; };
28650D291C0DD21A008C1F27 /* TwitterCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = TwitterCell.xib; sourceTree = ""; };
28650D2A1C0DD21A008C1F27 /* YoutubeCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = YoutubeCell.xib; sourceTree = ""; };
- 28A21F1D1C0E7DEE009FC30F /* ActionData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionData.swift; sourceTree = ""; };
28AD9C771C03F34F0044164E /* SkypeExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SkypeExampleViewController.swift; sourceTree = ""; };
28B3B8561BFA7EEC007337A2 /* Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
28B3B8591BFA7EEC007337A2 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
@@ -135,19 +133,12 @@
28650D231C0DD21A008C1F27 /* CustomActionControllers */ = {
isa = PBXGroup;
children = (
- 28A21F1D1C0E7DEE009FC30F /* ActionData.swift */,
- 28650D251C0DD21A008C1F27 /* PeriscopeCell.xib */,
- B297A9151C0E17AA00AF9559 /* Periscope.swift */,
- 28650D261C0DD21A008C1F27 /* SkypeCell.xib */,
- B297A91A1C0E191600AF9559 /* Skype.swift */,
- 28650D271C0DD21A008C1F27 /* SpotifyCell.xib */,
- B297A91F1C0E193B00AF9559 /* Spotify.swift */,
- 28650D281C0DD21A008C1F27 /* TweetbotCell.xib */,
- B297A9231C0E195F00AF9559 /* Tweetbot.swift */,
- 28650D291C0DD21A008C1F27 /* TwitterCell.xib */,
- B297A9261C0E198200AF9559 /* Twitter.swift */,
- 28650D2A1C0DD21A008C1F27 /* YoutubeCell.xib */,
- B297A9291C0E19A500AF9559 /* Youtube.swift */,
+ C74DEDAE25D2C27D009A9DFA /* Youtube */,
+ C74DEDAD25D2C276009A9DFA /* Twitter */,
+ C74DEDAC25D2C268009A9DFA /* Tweetbot */,
+ C74DEDAB25D2C25A009A9DFA /* Spotify */,
+ C74DEDAA25D2C24D009A9DFA /* Skype */,
+ C74DEDA925D2C241009A9DFA /* Periscope */,
);
path = CustomActionControllers;
sourceTree = "";
@@ -210,6 +201,60 @@
name = Products;
sourceTree = "";
};
+ C74DEDA925D2C241009A9DFA /* Periscope */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D251C0DD21A008C1F27 /* PeriscopeCell.xib */,
+ B297A9151C0E17AA00AF9559 /* Periscope.swift */,
+ );
+ path = Periscope;
+ sourceTree = "";
+ };
+ C74DEDAA25D2C24D009A9DFA /* Skype */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D261C0DD21A008C1F27 /* SkypeCell.xib */,
+ B297A91A1C0E191600AF9559 /* Skype.swift */,
+ );
+ path = Skype;
+ sourceTree = "";
+ };
+ C74DEDAB25D2C25A009A9DFA /* Spotify */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D271C0DD21A008C1F27 /* SpotifyCell.xib */,
+ B297A91F1C0E193B00AF9559 /* Spotify.swift */,
+ );
+ path = Spotify;
+ sourceTree = "";
+ };
+ C74DEDAC25D2C268009A9DFA /* Tweetbot */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D281C0DD21A008C1F27 /* TweetbotCell.xib */,
+ B297A9231C0E195F00AF9559 /* Tweetbot.swift */,
+ );
+ path = Tweetbot;
+ sourceTree = "";
+ };
+ C74DEDAD25D2C276009A9DFA /* Twitter */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D291C0DD21A008C1F27 /* TwitterCell.xib */,
+ B297A9261C0E198200AF9559 /* Twitter.swift */,
+ );
+ path = Twitter;
+ sourceTree = "";
+ };
+ C74DEDAE25D2C27D009A9DFA /* Youtube */ = {
+ isa = PBXGroup;
+ children = (
+ 28650D2A1C0DD21A008C1F27 /* YoutubeCell.xib */,
+ B297A9291C0E19A500AF9559 /* Youtube.swift */,
+ );
+ path = Youtube;
+ sourceTree = "";
+ };
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
@@ -365,7 +410,6 @@
B297A9161C0E17AA00AF9559 /* Periscope.swift in Sources */,
28B3B8801BFA8566007337A2 /* TwitterExampleViewController.swift in Sources */,
28B3B87D1BFA8566007337A2 /* PeriscopeExampleViewController.swift in Sources */,
- 28A21F1E1C0E7DEE009FC30F /* ActionData.swift in Sources */,
28AD9C781C03F34F0044164E /* SkypeExampleViewController.swift in Sources */,
28B3B85A1BFA7EEC007337A2 /* AppDelegate.swift in Sources */,
B297A91B1C0E191600AF9559 /* Skype.swift in Sources */,
@@ -536,7 +580,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- OTHER_SWIFT_FLAGS = "-DXLACTIONCONTROLLER_EXAMPLE";
+ OTHER_SWIFT_FLAGS = "-DIMPORT_BASE_XLACTIONCONTROLLER";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -554,7 +598,7 @@
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = Example/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
- OTHER_SWIFT_FLAGS = "-DXLACTIONCONTROLLER_EXAMPLE";
+ OTHER_SWIFT_FLAGS = "-DIMPORT_BASE_XLACTIONCONTROLLER";
PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
diff --git a/Example/CustomActionControllers/Periscope.swift b/Example/CustomActionControllers/Periscope/Periscope.swift
similarity index 99%
rename from Example/CustomActionControllers/Periscope.swift
rename to Example/CustomActionControllers/Periscope/Periscope.swift
index ef5ea51..ba3521d 100644
--- a/Example/CustomActionControllers/Periscope.swift
+++ b/Example/CustomActionControllers/Periscope/Periscope.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/PeriscopeCell.xib b/Example/CustomActionControllers/Periscope/PeriscopeCell.xib
similarity index 100%
rename from Example/CustomActionControllers/PeriscopeCell.xib
rename to Example/CustomActionControllers/Periscope/PeriscopeCell.xib
diff --git a/Example/CustomActionControllers/Skype.swift b/Example/CustomActionControllers/Skype/Skype.swift
similarity index 99%
rename from Example/CustomActionControllers/Skype.swift
rename to Example/CustomActionControllers/Skype/Skype.swift
index df327e1..d13d260 100644
--- a/Example/CustomActionControllers/Skype.swift
+++ b/Example/CustomActionControllers/Skype/Skype.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/SkypeCell.xib b/Example/CustomActionControllers/Skype/SkypeCell.xib
similarity index 100%
rename from Example/CustomActionControllers/SkypeCell.xib
rename to Example/CustomActionControllers/Skype/SkypeCell.xib
diff --git a/Example/CustomActionControllers/Spotify.swift b/Example/CustomActionControllers/Spotify/Spotify.swift
similarity index 99%
rename from Example/CustomActionControllers/Spotify.swift
rename to Example/CustomActionControllers/Spotify/Spotify.swift
index 067e51a..79c1234 100644
--- a/Example/CustomActionControllers/Spotify.swift
+++ b/Example/CustomActionControllers/Spotify/Spotify.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/SpotifyCell.xib b/Example/CustomActionControllers/Spotify/SpotifyCell.xib
similarity index 100%
rename from Example/CustomActionControllers/SpotifyCell.xib
rename to Example/CustomActionControllers/Spotify/SpotifyCell.xib
diff --git a/Example/CustomActionControllers/Tweetbot.swift b/Example/CustomActionControllers/Tweetbot/Tweetbot.swift
similarity index 98%
rename from Example/CustomActionControllers/Tweetbot.swift
rename to Example/CustomActionControllers/Tweetbot/Tweetbot.swift
index c5f6d0d..7baf35c 100644
--- a/Example/CustomActionControllers/Tweetbot.swift
+++ b/Example/CustomActionControllers/Tweetbot/Tweetbot.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/TweetbotCell.xib b/Example/CustomActionControllers/Tweetbot/TweetbotCell.xib
similarity index 100%
rename from Example/CustomActionControllers/TweetbotCell.xib
rename to Example/CustomActionControllers/Tweetbot/TweetbotCell.xib
diff --git a/Example/CustomActionControllers/Twitter.swift b/Example/CustomActionControllers/Twitter/Twitter.swift
similarity index 99%
rename from Example/CustomActionControllers/Twitter.swift
rename to Example/CustomActionControllers/Twitter/Twitter.swift
index da5476d..3110524 100644
--- a/Example/CustomActionControllers/Twitter.swift
+++ b/Example/CustomActionControllers/Twitter/Twitter.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/TwitterCell.xib b/Example/CustomActionControllers/Twitter/TwitterCell.xib
similarity index 100%
rename from Example/CustomActionControllers/TwitterCell.xib
rename to Example/CustomActionControllers/Twitter/TwitterCell.xib
diff --git a/Example/CustomActionControllers/Youtube.swift b/Example/CustomActionControllers/Youtube/Youtube.swift
similarity index 98%
rename from Example/CustomActionControllers/Youtube.swift
rename to Example/CustomActionControllers/Youtube/Youtube.swift
index 999a333..c477f9c 100644
--- a/Example/CustomActionControllers/Youtube.swift
+++ b/Example/CustomActionControllers/Youtube/Youtube.swift
@@ -22,8 +22,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.
-import Foundation
-#if XLACTIONCONTROLLER_EXAMPLE
+import UIKit
+#if IMPORT_BASE_XLACTIONCONTROLLER
import XLActionController
#endif
diff --git a/Example/CustomActionControllers/YoutubeCell.xib b/Example/CustomActionControllers/Youtube/YoutubeCell.xib
similarity index 100%
rename from Example/CustomActionControllers/YoutubeCell.xib
rename to Example/CustomActionControllers/Youtube/YoutubeCell.xib
diff --git a/Package.swift b/Package.swift
index c0d7f75..335f5b2 100644
--- a/Package.swift
+++ b/Package.swift
@@ -2,18 +2,37 @@
import PackageDescription
+func getExampleTarget(name: String) -> Target {
+ return .target(name: "XLActionController_" + name,
+ dependencies: [Target.Dependency.target(name: "XLActionController")],
+ path: "Example/CustomActionControllers/\(name)",
+ sources: ["\(name).swift"],
+ resources: [Resource.process("\(name)Cell.xib")],
+ swiftSettings: [SwiftSetting.define("IMPORT_BASE_XLACTIONCONTROLLER")])
+}
+
let package = Package(
name: "XLActionController",
platforms: [
.iOS(.v9)
],
products: [
- .library(name: "XLActionController", targets: ["XLActionController"])
+ .library(name: "XLActionController", targets: ["XLActionController"]),
+ .library(name: "XLActionControllerSkype", targets: ["XLActionController_Skype"]),
+ .library(name: "XLActionControllerPeriscope", targets: ["XLActionController_Periscope"]),
+ .library(name: "XLActionControllerSpotify", targets: ["XLActionController_Spotify"]),
+ .library(name: "XLActionControllerTweetbot", targets: ["XLActionController_Tweetbot"]),
+ .library(name: "XLActionControllerTwitter", targets: ["XLActionController_Twitter"]),
+ .library(name: "XLActionControllerYoutube", targets: ["XLActionController_Youtube"])
],
targets: [
- .target(
- name: "XLActionController",
- path: "Source"
- )
+ .target(name: "XLActionController", path: "Source",
+ resources: [Resource.process("Resource/ActionCell.xib")]),
+ getExampleTarget(name: "Periscope"),
+ getExampleTarget(name: "Skype"),
+ getExampleTarget(name: "Spotify"),
+ getExampleTarget(name: "Tweetbot"),
+ getExampleTarget(name: "Twitter"),
+ getExampleTarget(name: "Youtube"),
]
)
diff --git a/Example/CustomActionControllers/ActionData.swift b/Source/ActionData.swift
similarity index 100%
rename from Example/CustomActionControllers/ActionData.swift
rename to Source/ActionData.swift
diff --git a/XLActionController.podspec b/XLActionController.podspec
index ec20a73..8b5b8d8 100644
--- a/XLActionController.podspec
+++ b/XLActionController.podspec
@@ -4,7 +4,7 @@ Pod::Spec.new do |spec|
spec.license = 'MIT'
spec.summary = 'Fully customizable and extensible action sheet controller written in Swift'
spec.homepage = 'https://github.com/xmartlabs/XLActionController'
- spec.social_media_url = 'http://twitter.com/xmartlabs'
+ spec.social_media_url = 'https://twitter.com/xmartlabs'
spec.authors = { 'Miguel Revetria' => 'miguel@xmartlabs.com', 'Martin Barreto' => 'martin@xmartlabs.com' }
spec.source = { :git => 'https://github.com/xmartlabs/XLActionController.git', :tag => spec.version }
spec.ios.deployment_target = '9.3'
@@ -31,7 +31,7 @@ Pod::Spec.new do |spec|
subspecs.each do |name|
spec.subspec name do |subspec|
subspec.dependency 'XLActionController/Core'
- subspec.source_files = ["Example/CustomActionControllers/#{name}.swift", "Example/CustomActionControllers/ActionData.swift", "Example/CustomActionControllers/#{name}*.xib"]
+ subspec.source_files = ["Example/CustomActionControllers/#{name}/#{name}.swift", "Example/CustomActionControllers/#{name}/#{name}*.xib"]
end
end
diff --git a/XLActionController.xcodeproj/project.pbxproj b/XLActionController.xcodeproj/project.pbxproj
index a2ec87b..6bf0f11 100644
--- a/XLActionController.xcodeproj/project.pbxproj
+++ b/XLActionController.xcodeproj/project.pbxproj
@@ -16,6 +16,7 @@
28B3B8471BFA668F007337A2 /* Action.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28B3B83C1BFA668F007337A2 /* Action.swift */; };
28B3B84C1BFA6E39007337A2 /* XLActionController.h in Headers */ = {isa = PBXBuildFile; fileRef = 28B3B84B1BFA6E39007337A2 /* XLActionController.h */; settings = {ATTRIBUTES = (Public, ); }; };
28E191721BFA618F00066B1C /* XLActionController.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 28E191671BFA618E00066B1C /* XLActionController.framework */; };
+ C74DEDA425D2C060009A9DFA /* ActionData.swift in Sources */ = {isa = PBXBuildFile; fileRef = C74DEDA225D2C060009A9DFA /* ActionData.swift */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -31,7 +32,7 @@
/* Begin PBXFileReference section */
28473B851C109E3F00A8105F /* XLActionControllerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = XLActionControllerTests.swift; path = Tests/XLActionControllerTests.swift; sourceTree = SOURCE_ROOT; };
28B3B8361BFA668F007337A2 /* ActionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ActionCell.swift; path = Source/ActionCell.swift; sourceTree = SOURCE_ROOT; };
- 28B3B8371BFA668F007337A2 /* ActionCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = ActionCell.xib; path = Resource/ActionCell.xib; sourceTree = SOURCE_ROOT; };
+ 28B3B8371BFA668F007337A2 /* ActionCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ActionCell.xib; sourceTree = ""; };
28B3B8381BFA668F007337A2 /* ActionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ActionController.swift; path = Source/ActionController.swift; sourceTree = SOURCE_ROOT; };
28B3B8391BFA668F007337A2 /* ActionControllerSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ActionControllerSettings.swift; path = Source/ActionControllerSettings.swift; sourceTree = SOURCE_ROOT; };
28B3B83A1BFA668F007337A2 /* DynamicCollectionViewFlowLayout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DynamicCollectionViewFlowLayout.swift; path = Source/DynamicCollectionViewFlowLayout.swift; sourceTree = SOURCE_ROOT; };
@@ -41,6 +42,8 @@
28E1916C1BFA618F00066B1C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
28E191711BFA618F00066B1C /* XLActionControllerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = XLActionControllerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
28E191781BFA618F00066B1C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
+ C74DED9925D2B82A009A9DFA /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = ""; };
+ C74DEDA225D2C060009A9DFA /* ActionData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ActionData.swift; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -65,6 +68,7 @@
28E1915D1BFA618E00066B1C = {
isa = PBXGroup;
children = (
+ C74DED9925D2B82A009A9DFA /* Package.swift */,
EA2CFE281FBD2FBB00CAE00E /* Resource */,
28E191691BFA618E00066B1C /* Source */,
28E191751BFA618F00066B1C /* Tests */,
@@ -84,6 +88,7 @@
28E191691BFA618E00066B1C /* Source */ = {
isa = PBXGroup;
children = (
+ C74DEDA225D2C060009A9DFA /* ActionData.swift */,
28B3B84B1BFA6E39007337A2 /* XLActionController.h */,
28B3B8361BFA668F007337A2 /* ActionCell.swift */,
28B3B8381BFA668F007337A2 /* ActionController.swift */,
@@ -227,6 +232,7 @@
28B3B8471BFA668F007337A2 /* Action.swift in Sources */,
28B3B8451BFA668F007337A2 /* DynamicCollectionViewFlowLayout.swift in Sources */,
28B3B8411BFA668F007337A2 /* ActionCell.swift in Sources */,
+ C74DEDA425D2C060009A9DFA /* ActionData.swift in Sources */,
28B3B8441BFA668F007337A2 /* ActionControllerSettings.swift in Sources */,
28B3B8431BFA668F007337A2 /* ActionController.swift in Sources */,
);