Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMRefresh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMRefresh
Commits
076fac84
Commit
076fac84
authored
Nov 25, 2016
by
汪洋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save progress
parent
207d53cd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
23 additions
and
27 deletions
+23
-27
Podfile.lock
Example/Podfile.lock
+3
-3
GMRefresh.podspec.json
Example/Pods/Local Podspecs/GMRefresh.podspec.json
+3
-3
Manifest.lock
Example/Pods/Manifest.lock
+3
-3
project.pbxproj
Example/Pods/Pods.xcodeproj/project.pbxproj
+0
-0
GMRefresh-umbrella.h
.../Pods/Target Support Files/GMRefresh/GMRefresh-umbrella.h
+2
-0
Info.plist
Example/Pods/Target Support Files/GMRefresh/Info.plist
+1
-1
ResourceBundle-GMRefresh-Info.plist
...pport Files/GMRefresh/ResourceBundle-GMRefresh-Info.plist
+1
-1
MJRefresh-umbrella.h
.../Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h
+2
-0
Pods-GMRefresh_Example-resources.sh
...ods-GMRefresh_Example/Pods-GMRefresh_Example-resources.sh
+2
-8
Pods-GMRefresh_Example-umbrella.h
.../Pods-GMRefresh_Example/Pods-GMRefresh_Example-umbrella.h
+2
-0
Pods-GMRefresh_Tests-resources.sh
...es/Pods-GMRefresh_Tests/Pods-GMRefresh_Tests-resources.sh
+2
-8
Pods-GMRefresh_Tests-umbrella.h
...iles/Pods-GMRefresh_Tests/Pods-GMRefresh_Tests-umbrella.h
+2
-0
No files found.
Example/Podfile.lock
View file @
076fac84
PODS:
PODS:
- GMRefresh (0.1.
3
):
- GMRefresh (0.1.
4
):
- MJRefresh (~> 3.1.0)
- MJRefresh (~> 3.1.0)
- MJRefresh (3.1.0)
- MJRefresh (3.1.0)
...
@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
...
@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
:path: "../"
:path: "../"
SPEC CHECKSUMS:
SPEC CHECKSUMS:
GMRefresh:
182cfde175a3228b644160430c386ceb7fa631a
d
GMRefresh:
4a1d3332576e7a4d9be742d62fec260fd718e65
d
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
PODFILE CHECKSUM: 9e12f3fbdc35e42e007aeabb4d7a97d764319eea
PODFILE CHECKSUM: 9e12f3fbdc35e42e007aeabb4d7a97d764319eea
COCOAPODS: 1.1.
0.rc.2
COCOAPODS: 1.1.
1
Example/Pods/Local Podspecs/GMRefresh.podspec.json
View file @
076fac84
{
{
"name"
:
"GMRefresh"
,
"name"
:
"GMRefresh"
,
"version"
:
"0.1.
3
"
,
"version"
:
"0.1.
4
"
,
"summary"
:
"基于MJRefresh做的下拉刷新,自动加载更多"
,
"summary"
:
"基于MJRefresh做的下拉刷新,自动加载更多"
,
"homepage"
:
"http://git.gengmei.cc/gengmeiios/GMLibrary/GMRefresh"
,
"homepage"
:
"http://git.gengmei.cc/gengmeiios/GMLibrary/GMRefresh"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
"wangyang"
:
"wangyang@gmei.com"
"wangyang"
:
"wangyang@gmei.com"
},
},
"source"
:
{
"source"
:
{
"git"
:
"
http://git.gengmei.cc/
gengmeiios/GMRefresh.git"
,
"git"
:
"
git@git.gengmei.cc:
gengmeiios/GMRefresh.git"
,
"tag"
:
"0.1.
3
"
"tag"
:
"0.1.
4
"
},
},
"platforms"
:
{
"platforms"
:
{
"ios"
:
"8.0"
"ios"
:
"8.0"
...
...
Example/Pods/Manifest.lock
View file @
076fac84
PODS:
PODS:
- GMRefresh (0.1.
3
):
- GMRefresh (0.1.
4
):
- MJRefresh (~> 3.1.0)
- MJRefresh (~> 3.1.0)
- MJRefresh (3.1.0)
- MJRefresh (3.1.0)
...
@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
...
@@ -11,9 +11,9 @@ EXTERNAL SOURCES:
:path: "../"
:path: "../"
SPEC CHECKSUMS:
SPEC CHECKSUMS:
GMRefresh:
182cfde175a3228b644160430c386ceb7fa631a
d
GMRefresh:
4a1d3332576e7a4d9be742d62fec260fd718e65
d
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
MJRefresh: 743e6404967d1c2c688472ea3ecfde247d872db4
PODFILE CHECKSUM: 9e12f3fbdc35e42e007aeabb4d7a97d764319eea
PODFILE CHECKSUM: 9e12f3fbdc35e42e007aeabb4d7a97d764319eea
COCOAPODS: 1.1.
0.rc.2
COCOAPODS: 1.1.
1
Example/Pods/Pods.xcodeproj/project.pbxproj
View file @
076fac84
This diff is collapsed.
Click to expand it.
Example/Pods/Target Support Files/GMRefresh/GMRefresh-umbrella.h
View file @
076fac84
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#endif
#import "GMRefreshConstant.h"
#import "GMRefreshConstant.h"
#import "GMRefreshFooter.h"
#import "GMRefreshFooter.h"
...
...
Example/Pods/Target Support Files/GMRefresh/Info.plist
View file @
076fac84
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
FMWK
<
/string
>
<
string
>
FMWK
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
0.1.
3
<
/string
>
<
string
>
0.1.
4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Example/Pods/Target Support Files/GMRefresh/ResourceBundle-GMRefresh-Info.plist
View file @
076fac84
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
BNDL
<
/string
>
<
string
>
BNDL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
0.1.
3
<
/string
>
<
string
>
0.1.
4
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
Example/Pods/Target Support Files/MJRefresh/MJRefresh-umbrella.h
View file @
076fac84
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#endif
#import "MJRefreshAutoFooter.h"
#import "MJRefreshAutoFooter.h"
#import "MJRefreshBackFooter.h"
#import "MJRefreshBackFooter.h"
...
...
Example/Pods/Target Support Files/Pods-GMRefresh_Example/Pods-GMRefresh_Example-resources.sh
View file @
076fac84
...
@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
...
@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
;;
;;
esac
esac
realpath
()
{
DIRECTORY
=
"
$(
cd
"
${
1
%/*
}
"
&&
pwd
)
"
FILENAME
=
"
${
1
##*/
}
"
echo
"
$DIRECTORY
/
$FILENAME
"
}
install_resource
()
install_resource
()
{
{
if
[[
"
$1
"
=
/
*
]]
;
then
if
[[
"
$1
"
=
/
*
]]
;
then
...
@@ -70,7 +64,7 @@ EOM
...
@@ -70,7 +64,7 @@ EOM
xcrun mapc
"
$RESOURCE_PATH
"
"
${
TARGET_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
"
$RESOURCE_PATH
"
.xcmappingmodel
`
.cdm"
xcrun mapc
"
$RESOURCE_PATH
"
"
${
TARGET_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
"
$RESOURCE_PATH
"
.xcmappingmodel
`
.cdm"
;;
;;
*
.xcassets
)
*
.xcassets
)
ABSOLUTE_XCASSET_FILE
=
$(
realpath
"
$RESOURCE_PATH
"
)
ABSOLUTE_XCASSET_FILE
=
"
$RESOURCE_PATH
"
XCASSET_FILES+
=(
"
$ABSOLUTE_XCASSET_FILE
"
)
XCASSET_FILES+
=(
"
$ABSOLUTE_XCASSET_FILE
"
)
;;
;;
*
)
*
)
...
@@ -93,7 +87,7 @@ then
...
@@ -93,7 +87,7 @@ then
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
OTHER_XCASSETS
=
$(
find
"
$PWD
"
-iname
"*.xcassets"
-type
d
)
OTHER_XCASSETS
=
$(
find
"
$PWD
"
-iname
"*.xcassets"
-type
d
)
while
read
line
;
do
while
read
line
;
do
if
[[
$line
!=
"
`
realpath
$PODS_ROOT
`
*"
]]
;
then
if
[[
$line
!=
"
${
PODS_ROOT
}
*"
]]
;
then
XCASSET_FILES+
=(
"
$line
"
)
XCASSET_FILES+
=(
"
$line
"
)
fi
fi
done
<<<
"
$OTHER_XCASSETS
"
done
<<<
"
$OTHER_XCASSETS
"
...
...
Example/Pods/Target Support Files/Pods-GMRefresh_Example/Pods-GMRefresh_Example-umbrella.h
View file @
076fac84
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#endif
FOUNDATION_EXPORT
double
Pods_GMRefresh_ExampleVersionNumber
;
FOUNDATION_EXPORT
double
Pods_GMRefresh_ExampleVersionNumber
;
...
...
Example/Pods/Target Support Files/Pods-GMRefresh_Tests/Pods-GMRefresh_Tests-resources.sh
View file @
076fac84
...
@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
...
@@ -23,12 +23,6 @@ case "${TARGETED_DEVICE_FAMILY}" in
;;
;;
esac
esac
realpath
()
{
DIRECTORY
=
"
$(
cd
"
${
1
%/*
}
"
&&
pwd
)
"
FILENAME
=
"
${
1
##*/
}
"
echo
"
$DIRECTORY
/
$FILENAME
"
}
install_resource
()
install_resource
()
{
{
if
[[
"
$1
"
=
/
*
]]
;
then
if
[[
"
$1
"
=
/
*
]]
;
then
...
@@ -70,7 +64,7 @@ EOM
...
@@ -70,7 +64,7 @@ EOM
xcrun mapc
"
$RESOURCE_PATH
"
"
${
TARGET_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
"
$RESOURCE_PATH
"
.xcmappingmodel
`
.cdm"
xcrun mapc
"
$RESOURCE_PATH
"
"
${
TARGET_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
"
$RESOURCE_PATH
"
.xcmappingmodel
`
.cdm"
;;
;;
*
.xcassets
)
*
.xcassets
)
ABSOLUTE_XCASSET_FILE
=
$(
realpath
"
$RESOURCE_PATH
"
)
ABSOLUTE_XCASSET_FILE
=
"
$RESOURCE_PATH
"
XCASSET_FILES+
=(
"
$ABSOLUTE_XCASSET_FILE
"
)
XCASSET_FILES+
=(
"
$ABSOLUTE_XCASSET_FILE
"
)
;;
;;
*
)
*
)
...
@@ -93,7 +87,7 @@ then
...
@@ -93,7 +87,7 @@ then
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
# Find all other xcassets (this unfortunately includes those of path pods and other targets).
OTHER_XCASSETS
=
$(
find
"
$PWD
"
-iname
"*.xcassets"
-type
d
)
OTHER_XCASSETS
=
$(
find
"
$PWD
"
-iname
"*.xcassets"
-type
d
)
while
read
line
;
do
while
read
line
;
do
if
[[
$line
!=
"
`
realpath
$PODS_ROOT
`
*"
]]
;
then
if
[[
$line
!=
"
${
PODS_ROOT
}
*"
]]
;
then
XCASSET_FILES+
=(
"
$line
"
)
XCASSET_FILES+
=(
"
$line
"
)
fi
fi
done
<<<
"
$OTHER_XCASSETS
"
done
<<<
"
$OTHER_XCASSETS
"
...
...
Example/Pods/Target Support Files/Pods-GMRefresh_Tests/Pods-GMRefresh_Tests-umbrella.h
View file @
076fac84
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#endif
FOUNDATION_EXPORT
double
Pods_GMRefresh_TestsVersionNumber
;
FOUNDATION_EXPORT
double
Pods_GMRefresh_TestsVersionNumber
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment