├── .gitattributes ├── .github ├── FUNDING.yml └── workflows │ └── jekyll-gh-pages.yml ├── .gitignore ├── Bible Service ├── AmericanBible.asmx ├── AmericanBible.asmx.cs ├── AmericanBible.svc ├── AmericanBible.svc.cs ├── App_Data │ └── bible_database.mdb ├── BibleBookChapterVerse.cs ├── BibleDB.Designer.cs ├── BibleDB.cs ├── BibleDB.xsc ├── BibleDB.xsd ├── BibleDB.xss ├── IAmericanBible.cs ├── Priore.Bible.csproj ├── Properties │ └── AssemblyInfo.cs ├── Web.Debug.config ├── Web.Release.config └── Web.config ├── CHANGELOG.txt ├── CSHARP ├── 3DESClass.cs └── AES256Class.cs ├── LICENSE.txt ├── Modules ├── libxml2_bridging.h └── module.modulemap ├── Package.swift ├── README.md ├── SOAPEngine OSX ├── SOAPEngine OSX.xcodeproj │ └── project.pbxproj └── SOAPEngine OSX │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ ├── @1x 128pt.png │ │ ├── @1x 16pt.png │ │ ├── @1x 256pt-1.png │ │ ├── @1x 32pt.png │ │ ├── @1x 512pt-1.png │ │ ├── @2x 16pt.png │ │ ├── @2x 32pt.png │ │ ├── @2x 512pt.png │ │ └── Contents.json │ ├── Base.lproj │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── SOAPEngine Swift ├── SOAPEngine Swift.xcodeproj │ └── project.pbxproj └── SOAPEngine Swift │ ├── AppDelegate.swift │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── iPad App iOS 7,8 @1x 76pt.png │ │ ├── iPad App iOS 7,8 @2x 76pt.png │ │ ├── iPad Settings - iOS 5-8 @1x 29pt.png │ │ ├── iPad Settings - iOS 5-8 @2x 29pt-1.png │ │ ├── iPad Settings - iOS 5-8 @2x 29pt.png │ │ ├── iPad Spotlight iOS 7,8 @1x 40pt-1.png │ │ ├── iPad Spotlight iOS 7,8 @1x 40pt.png │ │ ├── iPad Spotlight iOS 7,8 @2x 40pt-1.png │ │ ├── iPad Spotlight iOS 7,8 @2x 40pt.png │ │ └── iPhone App iOS 7,8 @2x 60pt.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ ├── SOAPEngine-Bridging-Header.h │ ├── TBXML │ ├── README.markdown │ ├── TBXML-Code │ │ ├── TBXML+Compression.m │ │ ├── TBXML+HTTP.m │ │ └── TBXML.m │ └── TBXML-Headers │ │ ├── TBXML+Compression.h │ │ ├── TBXML+HTTP.h │ │ └── TBXML.h │ ├── ViewController.swift │ └── YCXMLDictionary │ ├── README.md │ ├── YCXMLDictionary.h │ └── YCXMLDictionary.m ├── SOAPEngine iOS ├── SOAPEngine iOS.xcodeproj │ └── project.pbxproj └── SOAPEngine iOS │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ └── AppIcon.appiconset │ │ ├── Contents.json │ │ ├── iPad App iOS 7,8 @1x 76pt.png │ │ ├── iPad App iOS 7,8 @2x 76pt.png │ │ ├── iPad Settings - iOS 5-8 @1x 29pt.png │ │ ├── iPad Settings - iOS 5-8 @2x 29pt-1.png │ │ ├── iPad Settings - iOS 5-8 @2x 29pt.png │ │ ├── iPad Spotlight iOS 7,8 @1x 40pt.png │ │ ├── iPad Spotlight iOS 7,8 @2x 40pt-1.png │ │ ├── iPad Spotlight iOS 7,8 @2x 40pt.png │ │ ├── iPhone App iOS 7,8 @2x 60pt.png │ │ └── iPhone App iOS 7,8 @3x 60pt.png │ ├── Base.lproj │ ├── LaunchScreen.storyboard │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── SOAPEngine tvOS ├── SOAPEngine tvOS.xcodeproj │ └── project.pbxproj └── SOAPEngine tvOS │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Assets.xcassets │ ├── App Icon & Top Shelf Image.brandassets │ │ ├── App Icon - Large.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ ├── App Icon - Small.imagestack │ │ │ ├── Back.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ ├── Front.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ │ └── Middle.imagestacklayer │ │ │ │ ├── Content.imageset │ │ │ │ └── Contents.json │ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── Top Shelf Image Wide.imageset │ │ │ └── Contents.json │ │ └── Top Shelf Image.imageset │ │ │ └── Contents.json │ ├── Contents.json │ └── LaunchImage.launchimage │ │ └── Contents.json │ ├── Base.lproj │ └── Main.storyboard │ ├── Info.plist │ ├── ViewController.h │ ├── ViewController.m │ └── main.m ├── SOAPEngine.podspec ├── SOAPEngine ├── Headers │ └── SOAPEngine.h ├── NSData+SOAPEngine.h ├── NSData+SOAPEngine.m ├── NSDictionary+SOAPEngine.h ├── NSDictionary+SOAPEngine.m ├── NSString+SOAPEngine.h ├── NSString+SOAPEngine.m ├── SOAP3DES.h ├── SOAP3DES.m ├── SOAPAES256.h ├── SOAPAES256.m ├── SOAPBase64.h ├── SOAPBase64.m ├── SOAPConnection.h ├── SOAPConnection.m ├── SOAPEngine.m ├── SOAPMD5.h ├── SOAPMD5.m ├── SOAPPrefix.pch ├── SOAPSHA1.h ├── SOAPSHA1.m ├── SOAPSocial.h ├── SOAPSocial.m ├── SOAPTFHpple.h ├── SOAPTFHpple.m ├── SOAPTFHppleElement.h ├── SOAPTFHppleElement.m ├── SOAPX509.h ├── SOAPX509.m ├── SOAPXPathQuery.h └── SOAPXPathQuery.m ├── _config.yml └── screen ├── FB-image-for-ios.jpg ├── NSAppTransportSecurity.png ├── codeimport.png ├── frameworks.png ├── headersearchpaths.png ├── otherlinkerflags.png ├── soapengine.png └── soapengine_fb.jpg /.gitattributes: -------------------------------------------------------------------------------- 1 | *.* linguist-language=Swift 2 | -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/workflows/jekyll-gh-pages.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/.github/workflows/jekyll-gh-pages.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/.gitignore -------------------------------------------------------------------------------- /Bible Service/AmericanBible.asmx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/AmericanBible.asmx -------------------------------------------------------------------------------- /Bible Service/AmericanBible.asmx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/AmericanBible.asmx.cs -------------------------------------------------------------------------------- /Bible Service/AmericanBible.svc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/AmericanBible.svc -------------------------------------------------------------------------------- /Bible Service/AmericanBible.svc.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/AmericanBible.svc.cs -------------------------------------------------------------------------------- /Bible Service/App_Data/bible_database.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/App_Data/bible_database.mdb -------------------------------------------------------------------------------- /Bible Service/BibleBookChapterVerse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleBookChapterVerse.cs -------------------------------------------------------------------------------- /Bible Service/BibleDB.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleDB.Designer.cs -------------------------------------------------------------------------------- /Bible Service/BibleDB.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleDB.cs -------------------------------------------------------------------------------- /Bible Service/BibleDB.xsc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleDB.xsc -------------------------------------------------------------------------------- /Bible Service/BibleDB.xsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleDB.xsd -------------------------------------------------------------------------------- /Bible Service/BibleDB.xss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/BibleDB.xss -------------------------------------------------------------------------------- /Bible Service/IAmericanBible.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/IAmericanBible.cs -------------------------------------------------------------------------------- /Bible Service/Priore.Bible.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/Priore.Bible.csproj -------------------------------------------------------------------------------- /Bible Service/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Bible Service/Web.Debug.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/Web.Debug.config -------------------------------------------------------------------------------- /Bible Service/Web.Release.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/Web.Release.config -------------------------------------------------------------------------------- /Bible Service/Web.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Bible Service/Web.config -------------------------------------------------------------------------------- /CHANGELOG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/CHANGELOG.txt -------------------------------------------------------------------------------- /CSHARP/3DESClass.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/CSHARP/3DESClass.cs -------------------------------------------------------------------------------- /CSHARP/AES256Class.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/CSHARP/AES256Class.cs -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Modules/libxml2_bridging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Modules/libxml2_bridging.h -------------------------------------------------------------------------------- /Modules/module.modulemap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Modules/module.modulemap -------------------------------------------------------------------------------- /Package.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/Package.swift -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/README.md -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/AppDelegate.h -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/AppDelegate.m -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 128pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 128pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 16pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 16pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 256pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 256pt-1.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 32pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 32pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 512pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@1x 512pt-1.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 16pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 16pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 32pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 32pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 512pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/@2x 512pt.png -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/Info.plist -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/ViewController.h -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/ViewController.m -------------------------------------------------------------------------------- /SOAPEngine OSX/SOAPEngine OSX/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine OSX/SOAPEngine OSX/main.m -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/AppDelegate.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/AppDelegate.swift -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @1x 76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @1x 76pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @2x 76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @2x 76pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @1x 29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @1x 29pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt-1.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt-1.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt-1.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @2x 60pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @2x 60pt.png -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/Info.plist -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/SOAPEngine-Bridging-Header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/SOAPEngine-Bridging-Header.h -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/README.markdown -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML+Compression.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML+Compression.m -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML+HTTP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML+HTTP.m -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Code/TBXML.m -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML+Compression.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML+Compression.h -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML+HTTP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML+HTTP.h -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/TBXML/TBXML-Headers/TBXML.h -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/ViewController.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/ViewController.swift -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/README.md -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/YCXMLDictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/YCXMLDictionary.h -------------------------------------------------------------------------------- /SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/YCXMLDictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine Swift/SOAPEngine Swift/YCXMLDictionary/YCXMLDictionary.m -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/AppDelegate.h -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/AppDelegate.m -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @1x 76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @1x 76pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @2x 76pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad App iOS 7,8 @2x 76pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @1x 29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @1x 29pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt-1.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Settings - iOS 5-8 @2x 29pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @1x 40pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt-1.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPad Spotlight iOS 7,8 @2x 40pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @2x 60pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @2x 60pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @3x 60pt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Assets.xcassets/AppIcon.appiconset/iPhone App iOS 7,8 @3x 60pt.png -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Base.lproj/LaunchScreen.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Base.lproj/LaunchScreen.storyboard -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/Info.plist -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/ViewController.h -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/ViewController.m -------------------------------------------------------------------------------- /SOAPEngine iOS/SOAPEngine iOS/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine iOS/SOAPEngine iOS/main.m -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/AppDelegate.h -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/AppDelegate.m -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Large.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Back.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Front.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Content.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/App Icon - Small.imagestack/Middle.imagestacklayer/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image Wide.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/App Icon & Top Shelf Image.brandassets/Top Shelf Image.imageset/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/LaunchImage.launchimage/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Assets.xcassets/LaunchImage.launchimage/Contents.json -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/Info.plist -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/ViewController.h -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/ViewController.m -------------------------------------------------------------------------------- /SOAPEngine tvOS/SOAPEngine tvOS/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine tvOS/SOAPEngine tvOS/main.m -------------------------------------------------------------------------------- /SOAPEngine.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine.podspec -------------------------------------------------------------------------------- /SOAPEngine/Headers/SOAPEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/Headers/SOAPEngine.h -------------------------------------------------------------------------------- /SOAPEngine/NSData+SOAPEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSData+SOAPEngine.h -------------------------------------------------------------------------------- /SOAPEngine/NSData+SOAPEngine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSData+SOAPEngine.m -------------------------------------------------------------------------------- /SOAPEngine/NSDictionary+SOAPEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSDictionary+SOAPEngine.h -------------------------------------------------------------------------------- /SOAPEngine/NSDictionary+SOAPEngine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSDictionary+SOAPEngine.m -------------------------------------------------------------------------------- /SOAPEngine/NSString+SOAPEngine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSString+SOAPEngine.h -------------------------------------------------------------------------------- /SOAPEngine/NSString+SOAPEngine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/NSString+SOAPEngine.m -------------------------------------------------------------------------------- /SOAPEngine/SOAP3DES.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAP3DES.h -------------------------------------------------------------------------------- /SOAPEngine/SOAP3DES.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAP3DES.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPAES256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPAES256.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPAES256.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPAES256.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPBase64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPBase64.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPBase64.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPBase64.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPConnection.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPConnection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPConnection.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPEngine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPEngine.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPMD5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPMD5.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPMD5.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPMD5.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPPrefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPPrefix.pch -------------------------------------------------------------------------------- /SOAPEngine/SOAPSHA1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPSHA1.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPSHA1.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPSHA1.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPSocial.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPSocial.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPSocial.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPSocial.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPTFHpple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPTFHpple.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPTFHpple.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPTFHpple.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPTFHppleElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPTFHppleElement.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPTFHppleElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPTFHppleElement.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPX509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPX509.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPX509.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPX509.m -------------------------------------------------------------------------------- /SOAPEngine/SOAPXPathQuery.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPXPathQuery.h -------------------------------------------------------------------------------- /SOAPEngine/SOAPXPathQuery.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/SOAPEngine/SOAPXPathQuery.m -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/_config.yml -------------------------------------------------------------------------------- /screen/FB-image-for-ios.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/FB-image-for-ios.jpg -------------------------------------------------------------------------------- /screen/NSAppTransportSecurity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/NSAppTransportSecurity.png -------------------------------------------------------------------------------- /screen/codeimport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/codeimport.png -------------------------------------------------------------------------------- /screen/frameworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/frameworks.png -------------------------------------------------------------------------------- /screen/headersearchpaths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/headersearchpaths.png -------------------------------------------------------------------------------- /screen/otherlinkerflags.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/otherlinkerflags.png -------------------------------------------------------------------------------- /screen/soapengine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/soapengine.png -------------------------------------------------------------------------------- /screen/soapengine_fb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/priore/SOAPEngine/HEAD/screen/soapengine_fb.jpg --------------------------------------------------------------------------------