Skip to content

Commit

Permalink
added .ipa
Browse files Browse the repository at this point in the history
  • Loading branch information
swaroop committed Apr 30, 2018
1 parent a3baafa commit b04f45c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions iGoat-Swift/iGoat-Swift.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J6AZQ7T23;
INFOPLIST_FILE = "iGoat-Swift/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "OWASP.iGoat-Swift";
Expand All @@ -1080,6 +1081,7 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = 6J6AZQ7T23;
INFOPLIST_FILE = "iGoat-Swift/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = "OWASP.iGoat-Swift";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion iGoat-Swift/iGoat-Swift/Resources/HTML/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<link href="igoat.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>OWASP iGoat (Swift) v1.0</h1>
<h3>OWASP iGoat (Swift) v1.0</h3>
Thank you for using iGoat-Swift. This is a Swift version of original <a href="https://github.com/OWASP/igoat">iGoat</a> (Objective C) project. This program is a demonstration of common iOS application security
weaknesses and their remediations. The exercises are intended to provide hands-on
experience for iOS developers and mobile pentesters.
Expand Down
Binary file added iGoat-Swift_v1.0.ipa
Binary file not shown.

0 comments on commit b04f45c

Please sign in to comment.