Skip to content

Commit

Permalink
Setup lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
wenxin3262 committed Oct 4, 2016
1 parent 41de4e2 commit 15159b9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WebRTC.framework filter=lfs diff=lfs merge=lfs -text
4 changes: 2 additions & 2 deletions WebRTCDemo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- WebRTC (14375.0)
- WebRTC (14509.0)

DEPENDENCIES:
- WebRTC (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
WebRTC: 12d7fae569fd2a46d08327ed085236db3df61d49
WebRTC: 4ffdfd84023fcf305a1cb4e973359fcde77ea594

PODFILE CHECKSUM: 46607ed57dc5f895b694521caa450694a1649d46

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -30,6 +40,16 @@
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "1x"
},
{
"idiom" : "ipad",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "29x29",
Expand Down Expand Up @@ -59,6 +79,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {
Expand Down

0 comments on commit 15159b9

Please sign in to comment.