Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated for Swift 5 #2

Merged
merged 4 commits into from
Jul 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ._.git
Binary file not shown.
Binary file added ._.github
Binary file not shown.
Binary file added ._JKRefresher
Binary file not shown.
Binary file added ._JKRefresher.podspec
Binary file not shown.
Binary file added ._JKRefresher.xcodeproj
Binary file not shown.
Binary file added ._LICENSE
Binary file not shown.
Binary file added ._README.md
Binary file not shown.
Binary file added .github/._workflows
Binary file not shown.
Binary file added .github/workflows/._deploy_to_cocoapods.yml
Binary file not shown.
46 changes: 0 additions & 46 deletions .github/workflows/codacy-analysis.yml

This file was deleted.

Empty file modified .github/workflows/deploy_to_cocoapods.yml
100644 → 100755
Empty file.
Empty file modified JKRefresher.podspec
100644 → 100755
Empty file.
Binary file added JKRefresher.xcodeproj/._project.xcworkspace
Binary file not shown.
Binary file added JKRefresher.xcodeproj/._xcuserdata
Binary file not shown.
10 changes: 6 additions & 4 deletions JKRefresher.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -272,20 +272,21 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.3;
CURRENT_PROJECT_VERSION = 1.4;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2T42Z3DM34;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = JKRefresher/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.kumpeapps.ios.JKRefresher;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -300,20 +301,21 @@
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1.3;
CURRENT_PROJECT_VERSION = 1.4;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = 2T42Z3DM34;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = JKRefresher/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.3;
MARKETING_VERSION = 1.4;
PRODUCT_BUNDLE_IDENTIFIER = com.kumpeapps.ios.JKRefresher;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added JKRefresher/._AMInfiniteScrolling.swift
Binary file not shown.
Binary file added JKRefresher/._AMPullToRefresh.swift
Binary file not shown.
Binary file added JKRefresher/._AMRefresher.swift
Binary file not shown.
Binary file added JKRefresher/._Info.plist
Binary file not shown.
Empty file modified JKRefresher/AMInfiniteScrolling.swift
100644 → 100755
Empty file.
Empty file modified JKRefresher/AMPullToRefresh.swift
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion JKRefresher/AMRefresher.swift
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fileprivate struct AssociatedKeys {
static var am = "_am"
}

public protocol AMExtensionsProvider: class {
public protocol AMExtensionsProvider: AnyObject {
associatedtype T
var am: T { get set }
}
Expand Down
Empty file modified JKRefresher/Info.plist
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.