Skip to content

Commit

Permalink
shrink screenshot images
Browse files Browse the repository at this point in the history
  • Loading branch information
javayhu committed Jun 10, 2017
1 parent 872a585 commit a551535
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gank.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
655427E41EEBC68800708D12 /* screenshot4.png in Resources */ = {isa = PBXBuildFile; fileRef = 655427E31EEBC68800708D12 /* screenshot4.png */; };
655427E61EEBC7B600708D12 /* screenshot4.png in Resources */ = {isa = PBXBuildFile; fileRef = 655427E51EEBC7B600708D12 /* screenshot4.png */; };
A0A1EB5BEA0EA66DDCFC3B7C /* Pods_Gank.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B71DE5E34C80D7F11D29D874 /* Pods_Gank.framework */; };
C83D57C91CE62E2300762FF1 /* LICENSE.txt in Resources */ = {isa = PBXBuildFile; fileRef = C83D57C81CE62E2300762FF1 /* LICENSE.txt */; };
C84B06BF1CE6F86300EA2FC7 /* SwiftyTimer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C84B06BE1CE6F86300EA2FC7 /* SwiftyTimer.framework */; settings = {ATTRIBUTES = (Required, ); }; };
Expand Down Expand Up @@ -37,7 +37,7 @@

/* Begin PBXFileReference section */
4F9AAFD7867AD56F0F15DDA2 /* Pods-Gank.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gank.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Gank/Pods-Gank.debug.xcconfig"; sourceTree = "<group>"; };
655427E31EEBC68800708D12 /* screenshot4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot4.png; sourceTree = "<group>"; };
655427E51EEBC7B600708D12 /* screenshot4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenshot4.png; sourceTree = "<group>"; };
794D55073DB106AE6F7076E8 /* Pods-Gank.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Gank.release.xcconfig"; path = "Pods/Target Support Files/Pods-Gank/Pods-Gank.release.xcconfig"; sourceTree = "<group>"; };
B71DE5E34C80D7F11D29D874 /* Pods_Gank.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Gank.framework; sourceTree = BUILT_PRODUCTS_DIR; };
C819FF651CE71E70004D569E /* README-EN.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = "README-EN.md"; path = "../README-EN.md"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -130,7 +130,7 @@
C87D6BA11CE472DC00AA31B6 /* Support */ = {
isa = PBXGroup;
children = (
655427E31EEBC68800708D12 /* screenshot4.png */,
655427E51EEBC7B600708D12 /* screenshot4.png */,
C83D57EA1CE633F000762FF1 /* screenshot3.png */,
C83D57CA1CE6300400762FF1 /* screenshot2.png */,
C83D57C81CE62E2300762FF1 /* LICENSE.txt */,
Expand Down Expand Up @@ -267,7 +267,7 @@
buildActionMask = 2147483647;
files = (
C887EF7E1CE37ADD0065DA55 /* Assets.xcassets in Resources */,
655427E41EEBC68800708D12 /* screenshot4.png in Resources */,
655427E61EEBC7B600708D12 /* screenshot4.png in Resources */,
C8EB09A81CE58BAB00861B77 /* GankViewController.xib in Resources */,
C887EF901CE3831E0065DA55 /* MainMenu.xib in Resources */,
C83D57C91CE62E2300762FF1 /* LICENSE.txt in Resources */,
Expand Down
Binary file modified screenshot.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot2.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshot3.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a551535

Please sign in to comment.