added assets from design

pull/21/head
James Sangalli 7 years ago committed by Hwee-Boon Yar
parent 51fb02a9a6
commit 87c5e642f1
  1. 12
      Trust/Assets.xcassets/backWhite.imageset/Contents.json
  2. BIN
      Trust/Assets.xcassets/backWhite.imageset/backWhite.pdf
  3. 12
      Trust/Assets.xcassets/calendar.imageset/Contents.json
  4. BIN
      Trust/Assets.xcassets/calendar.imageset/calendar.pdf
  5. 12
      Trust/Assets.xcassets/category.imageset/Contents.json
  6. BIN
      Trust/Assets.xcassets/category.imageset/category.pdf
  7. 12
      Trust/Assets.xcassets/designcrowd667089174862283105890Vector.imageset/Contents.json
  8. BIN
      Trust/Assets.xcassets/designcrowd667089174862283105890Vector.imageset/designcrowd667089174862283105890Vector.pdf
  9. 12
      Trust/Assets.xcassets/group.imageset/Contents.json
  10. BIN
      Trust/Assets.xcassets/group.imageset/group.pdf
  11. 23
      Trust/Assets.xcassets/iphone6FreeMockup800X526Px.imageset/Contents.json
  12. BIN
      Trust/Assets.xcassets/iphone6FreeMockup800X526Px.imageset/iphone6FreeMockup800X526Px.jpg
  13. BIN
      Trust/Assets.xcassets/iphone6FreeMockup800X526Px.imageset/iphone6FreeMockup800X526Px@2x.jpg
  14. BIN
      Trust/Assets.xcassets/iphone6FreeMockup800X526Px.imageset/iphone6FreeMockup800X526Px@3x.jpg
  15. 12
      Trust/Assets.xcassets/page1.imageset/Contents.json
  16. BIN
      Trust/Assets.xcassets/page1.imageset/page1.pdf
  17. 12
      Trust/Assets.xcassets/page1Copy.imageset/Contents.json
  18. BIN
      Trust/Assets.xcassets/page1Copy.imageset/page1Copy.pdf
  19. 12
      Trust/Assets.xcassets/ticket.imageset/Contents.json
  20. BIN
      Trust/Assets.xcassets/ticket.imageset/ticket.pdf
  21. 12
      Trust/Assets.xcassets/white.imageset/Contents.json
  22. BIN
      Trust/Assets.xcassets/white.imageset/white.pdf
  23. 1
      TrustTests/Foundation/QRURLParserTests.swift

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "backWhite.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "calendar.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "category.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "designcrowd667089174862283105890Vector.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "group.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

@ -0,0 +1,23 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "iphone6FreeMockup800X526Px.jpg",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "iphone6FreeMockup800X526Px@2x.jpg",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "iphone6FreeMockup800X526Px@3x.jpg",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "page1.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "page1Copy.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "ticket.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

@ -0,0 +1,12 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "white.pdf"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Binary file not shown.

@ -73,4 +73,5 @@ class QRURLParserTests: XCTestCase {
XCTAssertEqual("0x123", result?.params["data"])
XCTAssertEqual("1.0", result?.params["amount"])
}
}

Loading…
Cancel
Save