Skip to content

Commit

Permalink
Screenshot Change
Browse files Browse the repository at this point in the history
  • Loading branch information
shamshir99 committed Jan 9, 2018
1 parent d70d02a commit d3a1a5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Example/SRFacebookAnimation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
515610A72004F00C0078458E /* screenShot1.png in Resources */ = {isa = PBXBuildFile; fileRef = 515610A62004F00C0078458E /* screenShot1.png */; };
515610A92004F1760078458E /* screenShot2.png in Resources */ = {isa = PBXBuildFile; fileRef = 515610A82004F1760078458E /* screenShot2.png */; };
607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; };
607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; };
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; };
Expand All @@ -31,7 +31,7 @@
/* Begin PBXFileReference section */
052A96E2FFF3C21FB5FDCBE3 /* Pods-SRFacebookAnimation_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SRFacebookAnimation_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-SRFacebookAnimation_Tests/Pods-SRFacebookAnimation_Tests.debug.xcconfig"; sourceTree = "<group>"; };
4B6FFC18AACA716185417F54 /* SRFacebookAnimation.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = SRFacebookAnimation.podspec; path = ../SRFacebookAnimation.podspec; sourceTree = "<group>"; };
515610A62004F00C0078458E /* screenShot1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenShot1.png; sourceTree = "<group>"; };
515610A82004F1760078458E /* screenShot2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = screenShot2.png; sourceTree = "<group>"; };
56DA9BED98C65C6BCD2DFE90 /* Pods_SRFacebookAnimation_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SRFacebookAnimation_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
581D2D062DE2C861C59CCA0C /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
6036971DAEE27173541F1A98 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
Expand Down Expand Up @@ -105,7 +105,7 @@
isa = PBXGroup;
children = (
607FACD51AFB9204008FA782 /* AppDelegate.swift */,
515610A62004F00C0078458E /* screenShot1.png */,
515610A82004F1760078458E /* screenShot2.png */,
607FACD71AFB9204008FA782 /* ViewController.swift */,
607FACD91AFB9204008FA782 /* Main.storyboard */,
607FACDC1AFB9204008FA782 /* Images.xcassets */,
Expand Down Expand Up @@ -252,8 +252,8 @@
buildActionMask = 2147483647;
files = (
607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */,
515610A72004F00C0078458E /* screenShot1.png in Resources */,
607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */,
515610A92004F1760078458E /* screenShot2.png in Resources */,
607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file removed Example/SRFacebookAnimation/screenShot1.png
Binary file not shown.
Binary file added Example/SRFacebookAnimation/screenShot2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


## ScreenShot
![ScreenShot](https://raw.githubusercontent.com/shamshiranees/SRFacebookAnimation/master/Example/SRFacebookAnimation/screenShot1.png)
![ScreenShot](https://raw.githubusercontent.com/shamshiranees/SRFacebookAnimation/master/Example/SRFacebookAnimation/screenShot2.png)
## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first.
Expand Down

0 comments on commit d3a1a5e

Please sign in to comment.