rearrange SCK fmk location

This commit is contained in:
Ryan Nystrom
2017-06-26 16:09:01 -07:00
parent 2a26208216
commit add3ff4d8f
10 changed files with 15 additions and 626 deletions

View File

@@ -8,6 +8,8 @@
/* Begin PBXBuildFile section */
291F99D71EFFFA2600CFBF78 /* SettingsReportSectionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 291F99D61EFFFA2600CFBF78 /* SettingsReportSectionController.swift */; };
292484B81F01CB5C0054FE20 /* SwipeCellKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 292484B71F01CB5C0054FE20 /* SwipeCellKit.framework */; };
292484B91F01CB5C0054FE20 /* SwipeCellKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 292484B71F01CB5C0054FE20 /* SwipeCellKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
292FCAF61EDFCC510026635E /* IssueCommentCodeBlockCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292FCACA1EDFCC510026635E /* IssueCommentCodeBlockCell.swift */; };
292FCAF71EDFCC510026635E /* IssueCommentCodeBlockModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292FCACB1EDFCC510026635E /* IssueCommentCodeBlockModel.swift */; };
292FCAF81EDFCC510026635E /* CollapsibleCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 292FCACC1EDFCC510026635E /* CollapsibleCell.swift */; };
@@ -354,8 +356,6 @@
29921BCC1EF624D400C1E848 /* UIFont+MutableTraits.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29921BCB1EF624D400C1E848 /* UIFont+MutableTraits.swift */; };
29921BCE1EF624F500C1E848 /* MMElement+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29921BCD1EF624F500C1E848 /* MMElement+Image.swift */; };
29921BD01EF6261C00C1E848 /* MMElement+CodeBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29921BCF1EF6261C00C1E848 /* MMElement+CodeBlock.swift */; };
2997542A1F01736400580D04 /* SwipeCellKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 299754291F01736400580D04 /* SwipeCellKit.framework */; };
2997542B1F01736400580D04 /* SwipeCellKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 299754291F01736400580D04 /* SwipeCellKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
299E86431EFD8D8200E5FE70 /* AttributedStringView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299E86421EFD8D8200E5FE70 /* AttributedStringView.swift */; };
299E86491EFD9DBB00E5FE70 /* FlexController.m in Sources */ = {isa = PBXBuildFile; fileRef = 299E86481EFD9DBB00E5FE70 /* FlexController.m */; };
299F2A121EC3BCF0006CE9D7 /* GithubSessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 299F2A111EC3BCF0006CE9D7 /* GithubSessionManager.swift */; };
@@ -447,7 +447,7 @@
dstPath = "";
dstSubfolderSpec = 10;
files = (
2997542B1F01736400580D04 /* SwipeCellKit.framework in Embed Frameworks */,
292484B91F01CB5C0054FE20 /* SwipeCellKit.framework in Embed Frameworks */,
295F52DB1EF1C0C7000B53CF /* MMMarkdown.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
@@ -458,6 +458,7 @@
/* Begin PBXFileReference section */
2161D42FE580EF8B85D6834C /* Pods-Freetime.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Freetime.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Freetime/Pods-Freetime.debug.xcconfig"; sourceTree = "<group>"; };
291F99D61EFFFA2600CFBF78 /* SettingsReportSectionController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsReportSectionController.swift; sourceTree = "<group>"; };
292484B71F01CB5C0054FE20 /* SwipeCellKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwipeCellKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
292FCACA1EDFCC510026635E /* IssueCommentCodeBlockCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueCommentCodeBlockCell.swift; sourceTree = "<group>"; };
292FCACB1EDFCC510026635E /* IssueCommentCodeBlockModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueCommentCodeBlockModel.swift; sourceTree = "<group>"; };
292FCACC1EDFCC510026635E /* CollapsibleCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CollapsibleCell.swift; sourceTree = "<group>"; };
@@ -567,7 +568,6 @@
29921BCB1EF624D400C1E848 /* UIFont+MutableTraits.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIFont+MutableTraits.swift"; sourceTree = "<group>"; };
29921BCD1EF624F500C1E848 /* MMElement+Image.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "MMElement+Image.swift"; sourceTree = "<group>"; };
29921BCF1EF6261C00C1E848 /* MMElement+CodeBlock.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "MMElement+CodeBlock.swift"; sourceTree = "<group>"; };
299754291F01736400580D04 /* SwipeCellKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwipeCellKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
299E86421EFD8D8200E5FE70 /* AttributedStringView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttributedStringView.swift; sourceTree = "<group>"; };
299E86471EFD9DBB00E5FE70 /* FlexController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = FlexController.h; sourceTree = "<group>"; };
299E86481EFD9DBB00E5FE70 /* FlexController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = FlexController.m; sourceTree = "<group>"; };
@@ -583,7 +583,6 @@
29A4768D1ED07A23005D0953 /* DateDetailsFormatter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DateDetailsFormatter.swift; sourceTree = "<group>"; };
29A4769F1ED0E6C6005D0953 /* UIColor+Overlay.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIColor+Overlay.swift"; sourceTree = "<group>"; };
29A476B11ED24D99005D0953 /* IssueTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueTests.swift; sourceTree = "<group>"; };
29A9F3F11F0170C60055E1E2 /* SwipeCellKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SwipeCellKit.framework; path = "../../../Library/Developer/Xcode/DerivedData/Freetime-gnwwulnjtlxhingkxilvxgmmfjqq/Build/Products/Debug-iphonesimulator/SwipeCellKit.framework"; sourceTree = "<group>"; };
29AC90E41F00A7C8000B80E4 /* SplitViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SplitViewControllerDelegate.swift; sourceTree = "<group>"; };
29C0E7061ECBC6C50051D756 /* GithubClient.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GithubClient.swift; sourceTree = "<group>"; };
29C167661ECA005500439D62 /* Strings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Strings.swift; sourceTree = "<group>"; };
@@ -635,7 +634,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2997542A1F01736400580D04 /* SwipeCellKit.framework in Frameworks */,
292484B81F01CB5C0054FE20 /* SwipeCellKit.framework in Frameworks */,
295F52DA1EF1C0C7000B53CF /* MMMarkdown.framework in Frameworks */,
4C733A0B57F91680B08D3CEC /* Pods_Freetime.framework in Frameworks */,
);
@@ -868,7 +867,6 @@
297AE82B1EC0D58A00B44A1F = {
isa = PBXGroup;
children = (
299754291F01736400580D04 /* SwipeCellKit.framework */,
297AE8571EC0D5C100B44A1F /* Classes */,
CF4CC0BFE456879DD6DBC714 /* Frameworks */,
297AE84B1EC0D58A00B44A1F /* FreetimeTests */,
@@ -1109,7 +1107,7 @@
CF4CC0BFE456879DD6DBC714 /* Frameworks */ = {
isa = PBXGroup;
children = (
29A9F3F11F0170C60055E1E2 /* SwipeCellKit.framework */,
292484B71F01CB5C0054FE20 /* SwipeCellKit.framework */,
295F52D91EF1C0C7000B53CF /* MMMarkdown.framework */,
665D835932698FC1ED93ABE3 /* Pods_Freetime.framework */,
);
@@ -2051,7 +2049,10 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 523C4DWBTH;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = Resources/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\"";
@@ -2073,7 +2074,10 @@
CLANG_ENABLE_MODULES = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = 523C4DWBTH;
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)",
);
INFOPLIST_FILE = Resources/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\"";

View File

@@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>44</string>
<string>46</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>org-appextension-feature-password-management</string>

View File

@@ -1,389 +0,0 @@
// Generated by Apple Swift version 4.0 effective-3.2 (swiftlang-900.0.43 clang-900.0.22.8)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wgcc-compat"
#if !defined(__has_include)
# define __has_include(x) 0
#endif
#if !defined(__has_attribute)
# define __has_attribute(x) 0
#endif
#if !defined(__has_feature)
# define __has_feature(x) 0
#endif
#if !defined(__has_warning)
# define __has_warning(x) 0
#endif
#if __has_attribute(external_source_symbol)
# define SWIFT_STRINGIFY(str) #str
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name) _Pragma(SWIFT_STRINGIFY(clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in=module_name, generated_declaration))), apply_to=any(function, enum, objc_interface, objc_category, objc_protocol))))
# define SWIFT_MODULE_NAMESPACE_POP _Pragma("clang attribute pop")
#else
# define SWIFT_MODULE_NAMESPACE_PUSH(module_name)
# define SWIFT_MODULE_NAMESPACE_POP
#endif
#if __has_include(<swift/objc-prologue.h>)
# include <swift/objc-prologue.h>
#endif
#pragma clang diagnostic ignored "-Wauto-import"
#include <objc/NSObject.h>
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#if !defined(SWIFT_TYPEDEFS)
# define SWIFT_TYPEDEFS 1
# if __has_include(<uchar.h>)
# include <uchar.h>
# elif !defined(__cplusplus) || __cplusplus < 201103L
typedef uint_least16_t char16_t;
typedef uint_least32_t char32_t;
# endif
typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#if !defined(SWIFT_PASTE)
# define SWIFT_PASTE_HELPER(x, y) x##y
# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
#endif
#if !defined(SWIFT_METATYPE)
# define SWIFT_METATYPE(X) Class
#endif
#if !defined(SWIFT_CLASS_PROPERTY)
# if __has_feature(objc_class_property)
# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
# else
# define SWIFT_CLASS_PROPERTY(...)
# endif
#endif
#if __has_attribute(objc_runtime_name)
# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
#else
# define SWIFT_RUNTIME_NAME(X)
#endif
#if __has_attribute(swift_name)
# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
#else
# define SWIFT_COMPILE_NAME(X)
#endif
#if __has_attribute(objc_method_family)
# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
#else
# define SWIFT_METHOD_FAMILY(X)
#endif
#if __has_attribute(noescape)
# define SWIFT_NOESCAPE __attribute__((noescape))
#else
# define SWIFT_NOESCAPE
#endif
#if __has_attribute(warn_unused_result)
# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
#else
# define SWIFT_WARN_UNUSED_RESULT
#endif
#if __has_attribute(noreturn)
# define SWIFT_NORETURN __attribute__((noreturn))
#else
# define SWIFT_NORETURN
#endif
#if !defined(SWIFT_CLASS_EXTRA)
# define SWIFT_CLASS_EXTRA
#endif
#if !defined(SWIFT_PROTOCOL_EXTRA)
# define SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_ENUM_EXTRA)
# define SWIFT_ENUM_EXTRA
#endif
#if !defined(SWIFT_CLASS)
# if __has_attribute(objc_subclassing_restricted)
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
# else
# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
# endif
#endif
#if !defined(SWIFT_PROTOCOL)
# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
#endif
#if !defined(SWIFT_EXTENSION)
# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
#endif
#if !defined(OBJC_DESIGNATED_INITIALIZER)
# if __has_attribute(objc_designated_initializer)
# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
# else
# define OBJC_DESIGNATED_INITIALIZER
# endif
#endif
#if !defined(SWIFT_ENUM_ATTR)
# if defined(__has_attribute) && __has_attribute(enum_extensibility)
# define SWIFT_ENUM_ATTR __attribute__((enum_extensibility(open)))
# else
# define SWIFT_ENUM_ATTR
# endif
#endif
#if !defined(SWIFT_ENUM)
# define SWIFT_ENUM(_type, _name) enum _name : _type _name; enum SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
# if __has_feature(generalized_swift_name)
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR SWIFT_ENUM_EXTRA _name : _type
# else
# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME) SWIFT_ENUM(_type, _name)
# endif
#endif
#if !defined(SWIFT_UNAVAILABLE)
# define SWIFT_UNAVAILABLE __attribute__((unavailable))
#endif
#if !defined(SWIFT_UNAVAILABLE_MSG)
# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
#endif
#if !defined(SWIFT_AVAILABILITY)
# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
#endif
#if !defined(SWIFT_DEPRECATED)
# define SWIFT_DEPRECATED __attribute__((deprecated))
#endif
#if !defined(SWIFT_DEPRECATED_MSG)
# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
#endif
#if __has_feature(attribute_diagnose_if_objc)
# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
#else
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
#if __has_feature(modules)
@import ObjectiveC;
@import Foundation;
@import UIKit;
@import CoreGraphics;
#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
#if __has_warning("-Wpragma-clang-attribute")
# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
#endif
#pragma clang diagnostic ignored "-Wunknown-pragmas"
SWIFT_MODULE_NAMESPACE_PUSH("SwipeCellKit")
@class UIFont;
@class UIColor;
@class UIImage;
@class UIVisualEffect;
/// The <code>SwipeAction</code> object defines a single action to present when the user swipes horizontally in a table row.
/// This class lets you define one or more custom actions to display for a given row in your table. Each instance of this class represents a single action to perform and includes the text, formatting information, and behavior for the corresponding button.
SWIFT_CLASS("_TtC12SwipeCellKit11SwipeAction")
@interface SwipeAction : NSObject
/// An optional unique action identifier.
@property (nonatomic, copy) NSString * _Nullable identifier;
/// The title of the action button.
/// note:
/// You must specify a title or an image.
@property (nonatomic, copy) NSString * _Nullable title;
/// The font to use for the title of the action button.
/// note:
/// If you do not specify a font, a 15pt system font is used.
@property (nonatomic, strong) UIFont * _Nullable font;
/// The text color of the action button.
/// note:
/// If you do not specify a color, white is used.
@property (nonatomic, strong) UIColor * _Nullable textColor;
/// The image used for the action button.
/// note:
/// You must specify a title or an image.
@property (nonatomic, strong) UIImage * _Nullable image;
/// The highlighted image used for the action button.
/// note:
/// If you do not specify a highlight image, the default <code>image</code> is used for the highlighted state.
@property (nonatomic, strong) UIImage * _Nullable highlightedImage;
/// The closure to execute when the user taps the button associated with this action.
@property (nonatomic, copy) void (^ _Nullable handler)(SwipeAction * _Nonnull, NSIndexPath * _Nonnull);
/// The background color of the action button.
/// note:
/// Use this property to specify the background color for your button. If you do not specify a value for this property, the framework assigns a default color based on the value in the style property.
@property (nonatomic, strong) UIColor * _Nullable backgroundColor;
/// The highlighted background color of the action button.
/// note:
/// Use this property to specify the highlighted background color for your button.
@property (nonatomic, strong) UIColor * _Nullable highlightedBackgroundColor;
/// The visual effect to apply to the action button.
/// note:
/// Assigning a visual effect object to this property adds that effect to the background of the action button.
@property (nonatomic, strong) UIVisualEffect * _Nullable backgroundEffect;
/// A Boolean value that determines whether the actions menu is automatically hidden upon selection.
/// note:
/// When set to <code>true</code>, the actions menu is automatically hidden when the action is selected. The default value is <code>false</code>.
@property (nonatomic) BOOL hidesWhenSelected;
- (nonnull instancetype)init SWIFT_UNAVAILABLE;
@end
@class NSCoder;
@class UIEvent;
SWIFT_CLASS("_TtC12SwipeCellKit23SwipeCollectionViewCell")
@interface SwipeCollectionViewCell : UICollectionViewCell
@property (nonatomic) BOOL canDelete;
/// :nodoc:
@property (nonatomic) CGPoint center;
/// :nodoc:
@property (nonatomic) CGRect frame;
/// :nodoc:
- (nonnull instancetype)initWithFrame:(CGRect)frame OBJC_DESIGNATED_INITIALIZER;
/// :nodoc:
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
/// :nodoc:
- (void)prepareForReuse;
/// :nodoc:
- (void)didMoveToSuperview;
/// :nodoc:
- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT;
/// :nodoc:
@property (nonatomic, getter=isHighlighted) BOOL highlighted;
/// :nodoc:
@property (nonatomic) UIEdgeInsets layoutMargins;
@end
@class UIGestureRecognizer;
@interface SwipeCollectionViewCell (SWIFT_EXTENSION(SwipeCellKit)) <UIGestureRecognizerDelegate>
- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer * _Nonnull)gestureRecognizer SWIFT_WARN_UNUSED_RESULT;
@end
@interface SwipeCollectionViewCell (SWIFT_EXTENSION(SwipeCellKit))
/// The point at which the origin of the cell is offset from the non-swiped origin.
@property (nonatomic) CGFloat swipeOffset;
/// Hides the swipe actions and returns the cell to center.
/// \param animated Specify <code>true</code> to animate the hiding of the swipe actions or <code>false</code> to hide it immediately.
///
/// \param completion The closure to be executed once the animation has finished. A <code>Boolean</code> argument indicates whether or not the animations actually finished before the completion handler was called.
///
- (void)hideSwipeWithAnimated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
/// The point at which the origin of the cell is offset from the non-swiped origin.
/// \param offset A point (expressed in points) that is offset from the non-swiped origin.
///
/// \param animated Specify <code>true</code> to animate the transition to the new offset, <code>false</code> to make the transition immediate.
///
/// \param completion The closure to be executed once the animation has finished. A <code>Boolean</code> argument indicates whether or not the animations actually finished before the completion handler was called.
///
- (void)setSwipeOffset:(CGFloat)offset animated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
@end
/// The <code>SwipeTableViewCell</code> class extends <code>UITableViewCell</code> and provides more flexible options for cell swiping behavior.
/// The default behavior closely matches the stock Mail.app. If you want to customize the transition style (ie. how the action buttons are exposed), or the expansion style (the behavior when the row is swiped passes a defined threshold), you can return the appropriately configured <code>SwipeTableOptions</code> via the <code>SwipeTableViewCellDelegate</code> delegate.
SWIFT_CLASS("_TtC12SwipeCellKit18SwipeTableViewCell")
@interface SwipeTableViewCell : UITableViewCell
/// :nodoc:
@property (nonatomic) CGPoint center;
/// :nodoc:
@property (nonatomic) CGRect frame;
/// :nodoc:
- (nonnull instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString * _Nullable)reuseIdentifier OBJC_DESIGNATED_INITIALIZER;
/// :nodoc:
- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)aDecoder OBJC_DESIGNATED_INITIALIZER;
/// :nodoc:
- (void)prepareForReuse;
/// :nodoc:
- (void)didMoveToSuperview;
/// :nodoc:
- (void)setEditing:(BOOL)editing animated:(BOOL)animated;
/// :nodoc:
- (BOOL)pointInside:(CGPoint)point withEvent:(UIEvent * _Nullable)event SWIFT_WARN_UNUSED_RESULT;
/// :nodoc:
- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated;
/// :nodoc:
@property (nonatomic) UIEdgeInsets layoutMargins;
@end
@interface SwipeTableViewCell (SWIFT_EXTENSION(SwipeCellKit))
/// :nodoc:
- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer * _Nonnull)gestureRecognizer SWIFT_WARN_UNUSED_RESULT;
@end
@interface SwipeTableViewCell (SWIFT_EXTENSION(SwipeCellKit))
/// :nodoc:
- (NSInteger)accessibilityElementCount SWIFT_WARN_UNUSED_RESULT;
/// :nodoc:
- (id _Nullable)accessibilityElementAtIndex:(NSInteger)index SWIFT_WARN_UNUSED_RESULT;
/// :nodoc:
- (NSInteger)indexOfAccessibilityElement:(id _Nonnull)element SWIFT_WARN_UNUSED_RESULT;
@end
@class UIAccessibilityCustomAction;
@interface SwipeTableViewCell (SWIFT_EXTENSION(SwipeCellKit))
/// :nodoc:
@property (nonatomic, copy) NSArray<UIAccessibilityCustomAction *> * _Nullable accessibilityCustomActions;
@end
@interface SwipeTableViewCell (SWIFT_EXTENSION(SwipeCellKit))
/// The point at which the origin of the cell is offset from the non-swiped origin.
@property (nonatomic) CGFloat swipeOffset;
/// Hides the swipe actions and returns the cell to center.
/// \param animated Specify <code>true</code> to animate the hiding of the swipe actions or <code>false</code> to hide it immediately.
///
/// \param completion The closure to be executed once the animation has finished. A <code>Boolean</code> argument indicates whether or not the animations actually finished before the completion handler was called.
///
- (void)hideSwipeWithAnimated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
/// \code
/// The point at which the origin of the cell is offset from the non-swiped origin.
///
/// - parameter offset: A point (expressed in points) that is offset from the non-swiped origin.
///
/// - parameter animated: Specify `true` to animate the transition to the new offset, `false` to make the transition immediate.
///
/// - parameter completion: The closure to be executed once the animation has finished. A `Boolean` argument indicates whether or not the animations actually finished before the completion handler was called.
///
/// \endcode
- (void)setSwipeOffset:(CGFloat)offset animated:(BOOL)animated completion:(void (^ _Nullable)(BOOL))completion;
@end
SWIFT_MODULE_NAMESPACE_POP
#pragma clang diagnostic pop

View File

@@ -1,19 +0,0 @@
//
// SwipeCellKit.h
// SwipeCellKit
//
// Created by Jeremy Koch on 2/3/17.
//
//
#import <UIKit/UIKit.h>
//! Project version number for SwipeCellKit.
FOUNDATION_EXPORT double SwipeCellKitVersionNumber;
//! Project version string for SwipeCellKit.
FOUNDATION_EXPORT const unsigned char SwipeCellKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <SwipeCellKit/PublicHeader.h>

Binary file not shown.

View File

@@ -1,11 +0,0 @@
framework module SwipeCellKit {
umbrella header "SwipeCellKit.h"
export *
module * { export * }
}
module SwipeCellKit.Swift {
header "SwipeCellKit-Swift.h"
requires objc
}

Binary file not shown.

View File

@@ -1,196 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>files</key>
<dict>
<key>Headers/SwipeCellKit-Swift.h</key>
<data>
aSha68DMWuSMSW2l6lB1wUrjN1A=
</data>
<key>Headers/SwipeCellKit.h</key>
<data>
05FU1PmBSVT32ruME6fBDuOTQW4=
</data>
<key>Info.plist</key>
<data>
v2Dg13Je2yZEL3XuEruDBcOtiPM=
</data>
<key>Modules/SwipeCellKit.swiftmodule/x86_64.swiftdoc</key>
<data>
Oz/XZJ420O7X+foTcATLfl1s6e4=
</data>
<key>Modules/SwipeCellKit.swiftmodule/x86_64.swiftmodule</key>
<data>
v32dfEECjCFBRkBfNo4d3YKDzyE=
</data>
<key>Modules/module.modulemap</key>
<data>
2dohzmo7PL/2qFH4lyCSurADePQ=
</data>
</dict>
<key>files2</key>
<dict>
<key>Headers/SwipeCellKit-Swift.h</key>
<dict>
<key>hash</key>
<data>
aSha68DMWuSMSW2l6lB1wUrjN1A=
</data>
<key>hash2</key>
<data>
UGb0AQ2DUyBgDiUbEEGhGPjOBLWQzha59G7i7qq61PU=
</data>
</dict>
<key>Headers/SwipeCellKit.h</key>
<dict>
<key>hash</key>
<data>
05FU1PmBSVT32ruME6fBDuOTQW4=
</data>
<key>hash2</key>
<data>
UgXeJ1Xkn/4xrcPltA+8+dZx2TWDxQXM8cPcGzBZXxU=
</data>
</dict>
<key>Modules/SwipeCellKit.swiftmodule/x86_64.swiftdoc</key>
<dict>
<key>hash</key>
<data>
Oz/XZJ420O7X+foTcATLfl1s6e4=
</data>
<key>hash2</key>
<data>
Gm/vpwmGZ6NFKZ+HH2j8JinD6Y77FYJWeYXhyfJckB8=
</data>
</dict>
<key>Modules/SwipeCellKit.swiftmodule/x86_64.swiftmodule</key>
<dict>
<key>hash</key>
<data>
v32dfEECjCFBRkBfNo4d3YKDzyE=
</data>
<key>hash2</key>
<data>
M1Ou19H2Ykmz/d/mkXUKy5whlphT/B4SGlVp90qv89Q=
</data>
</dict>
<key>Modules/module.modulemap</key>
<dict>
<key>hash</key>
<data>
2dohzmo7PL/2qFH4lyCSurADePQ=
</data>
<key>hash2</key>
<data>
db/YhJr+ghVfl8YZuUnpNTWc9sxjcuPEQMcM1N96qjo=
</data>
</dict>
</dict>
<key>rules</key>
<dict>
<key>^</key>
<true/>
<key>^.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^version.plist$</key>
<true/>
</dict>
<key>rules2</key>
<dict>
<key>.*\.dSYM($|/)</key>
<dict>
<key>weight</key>
<real>11</real>
</dict>
<key>^</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^(.*/)?\.DS_Store$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>2000</real>
</dict>
<key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^.*</key>
<true/>
<key>^.*\.lproj/</key>
<dict>
<key>optional</key>
<true/>
<key>weight</key>
<real>1000</real>
</dict>
<key>^.*\.lproj/locversion.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>1100</real>
</dict>
<key>^Base\.lproj/</key>
<dict>
<key>weight</key>
<real>1010</real>
</dict>
<key>^Info\.plist$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^PkgInfo$</key>
<dict>
<key>omit</key>
<true/>
<key>weight</key>
<real>20</real>
</dict>
<key>^[^/]+$</key>
<dict>
<key>nested</key>
<true/>
<key>weight</key>
<real>10</real>
</dict>
<key>^embedded\.provisionprofile$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
<key>^version\.plist$</key>
<dict>
<key>weight</key>
<real>20</real>
</dict>
</dict>
</dict>
</plist>