This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Running this script requires that you rename the exptension of ipa to zip and then move images in payload folder to a common folder in which this ExtractedImages.sh exists. Run this script it should find all the images and extract it in RevertedImages folder. | |
#!/bin/bash | |
#create a folder to put reverted images in | |
mkdir RevertedImages | |
#looping for png files in . or $1 parameter | |
for png in `find . -name '*.png'` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod file: | |
platform :ios, "5.0" | |
pod "AFIncrementalStore" | |
pod "Toast" | |
pod "BlockAlertsAnd-ActionSheets" | |
pod "Facebook-iOS-SDK" | |
pod "SVProgressHUD" | |
target :LogicUnitTests, :exclusive => true do |