Skip to content

Commit

Permalink
Merge pull request #2 from kumpeapps/development
Browse files Browse the repository at this point in the history
Updated for Swift 5
  • Loading branch information
justinkumpe authored Jul 11, 2022
2 parents 3f6930c + 21d8ae5 commit d11effb
Show file tree
Hide file tree
Showing 36 changed files with 7 additions and 51 deletions.
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.

0 comments on commit d11effb

Please sign in to comment.