diff --git a/iGoat-Swift/iGoat-Swift.xcodeproj/project.pbxproj b/iGoat-Swift/iGoat-Swift.xcodeproj/project.pbxproj index dd42b73..a291eae 100755 --- a/iGoat-Swift/iGoat-Swift.xcodeproj/project.pbxproj +++ b/iGoat-Swift/iGoat-Swift.xcodeproj/project.pbxproj @@ -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"; @@ -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"; diff --git a/iGoat-Swift/iGoat-Swift.xcodeproj/project.xcworkspace/xcuserdata/swaroop.yermalkar.xcuserdatad/UserInterfaceState.xcuserstate b/iGoat-Swift/iGoat-Swift.xcodeproj/project.xcworkspace/xcuserdata/swaroop.yermalkar.xcuserdatad/UserInterfaceState.xcuserstate index 3a69062..b989247 100644 Binary files a/iGoat-Swift/iGoat-Swift.xcodeproj/project.xcworkspace/xcuserdata/swaroop.yermalkar.xcuserdatad/UserInterfaceState.xcuserstate and b/iGoat-Swift/iGoat-Swift.xcodeproj/project.xcworkspace/xcuserdata/swaroop.yermalkar.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/iGoat-Swift/iGoat-Swift/Resources/HTML/splash.html b/iGoat-Swift/iGoat-Swift/Resources/HTML/splash.html index b41944d..768ca8e 100755 --- a/iGoat-Swift/iGoat-Swift/Resources/HTML/splash.html +++ b/iGoat-Swift/iGoat-Swift/Resources/HTML/splash.html @@ -3,7 +3,7 @@ -

OWASP iGoat (Swift) v1.0

+

OWASP iGoat (Swift) v1.0

Thank you for using iGoat-Swift. This is a Swift version of original iGoat (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. diff --git a/iGoat-Swift_v1.0.ipa b/iGoat-Swift_v1.0.ipa new file mode 100644 index 0000000..32375c1 Binary files /dev/null and b/iGoat-Swift_v1.0.ipa differ