├── .gitignore ├── README.md ├── apps ├── AcquaintNativeiOS-shortlist.app │ ├── Acquaint.Abstractions.dll │ ├── Acquaint.Abstractions.pdb │ ├── Acquaint.Common.iOS.dll │ ├── Acquaint.Common.iOS.pdb │ ├── Acquaint.Data.dll │ ├── Acquaint.Data.dll.config │ ├── Acquaint.Data.pdb │ ├── Acquaint.ModelContracts.dll │ ├── Acquaint.ModelContracts.pdb │ ├── Acquaint.Models.dll │ ├── Acquaint.Models.dll.config │ ├── Acquaint.Models.pdb │ ├── Acquaint.Util.dll │ ├── Acquaint.Util.pdb │ ├── AcquaintNativeiOS │ ├── AcquaintNativeiOS.exe │ ├── AcquaintNativeiOS.exe.config │ ├── AcquaintNativeiOS.pdb │ ├── Autofac.Extras.CommonServiceLocator.dll │ ├── Autofac.dll │ ├── Calabash.dll │ ├── Default-568h@2x.png │ ├── Default@2x.png │ ├── FFImageLoading.Platform.dll │ ├── FFImageLoading.Platform.pdb │ ├── FFImageLoading.Transformations.dll │ ├── FFImageLoading.Transformations.pdb │ ├── FFImageLoading.dll │ ├── FFImageLoading.pdb │ ├── HockeySDK.iOSBindings.dll │ ├── HockeySDKResources.bundle │ │ ├── Arrow.png │ │ ├── Arrow@2x.png │ │ ├── Arrow@3x.png │ │ ├── Blur.png │ │ ├── Blur@2x.png │ │ ├── Blur@3x.png │ │ ├── Cancel.png │ │ ├── Cancel@2x.png │ │ ├── Cancel@3x.png │ │ ├── IconGradient.png │ │ ├── IconGradient@2x.png │ │ ├── Info.plist │ │ ├── Ok.png │ │ ├── Ok@2x.png │ │ ├── Ok@3x.png │ │ ├── Rectangle.png │ │ ├── Rectangle@2x.png │ │ ├── Rectangle@3x.png │ │ ├── authorize_denied.png │ │ ├── authorize_denied@2x.png │ │ ├── authorize_denied@3x.png │ │ ├── bg.png │ │ ├── buttonRoundedDelete.png │ │ ├── buttonRoundedDelete@2x.png │ │ ├── buttonRoundedDeleteHighlighted.png │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ ├── buttonRoundedRegular.png │ │ ├── buttonRoundedRegular@2x.png │ │ ├── buttonRoundedRegularHighlighted.png │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ ├── de.lproj │ │ │ └── HockeySDK.strings │ │ ├── en.lproj │ │ │ └── HockeySDK.strings │ │ ├── es.lproj │ │ │ └── HockeySDK.strings │ │ ├── feedbackActivity.png │ │ ├── feedbackActivity@2x.png │ │ ├── feedbackActivity@2x~ipad.png │ │ ├── feedbackActivity@3x.png │ │ ├── feedbackActivity~ipad.png │ │ ├── fr.lproj │ │ │ └── HockeySDK.strings │ │ ├── hr.lproj │ │ │ └── HockeySDK.strings │ │ ├── hu.lproj │ │ │ └── HockeySDK.strings │ │ ├── iconCamera.png │ │ ├── iconCamera@2x.png │ │ ├── it.lproj │ │ │ └── HockeySDK.strings │ │ ├── ja.lproj │ │ │ └── HockeySDK.strings │ │ ├── nl.lproj │ │ │ └── HockeySDK.strings │ │ ├── pt-PT.lproj │ │ │ └── HockeySDK.strings │ │ ├── pt.lproj │ │ │ └── HockeySDK.strings │ │ ├── ru.lproj │ │ │ └── HockeySDK.strings │ │ └── zh-Hans.lproj │ │ │ └── HockeySDK.strings │ ├── I18N.Other.dll │ ├── I18N.Other.pdb │ ├── I18N.dll │ ├── I18N.pdb │ ├── Icon-60@2x.png │ ├── Icon-Small-40@2x.png │ ├── Icon-Small.png │ ├── Icon-Small@2x.png │ ├── Icon.png │ ├── Icon@2x.png │ ├── Info.plist │ ├── LaunchScreen.nib │ ├── Main.storyboardc │ │ ├── 17-view-18.nib │ │ ├── 4Lp-2f-xt1-view-H0N-Oy-fkv.nib │ │ ├── 85-view-86.nib │ │ ├── ACA-9y-ybq-view-wdz-xx-wgB.nib │ │ ├── AcquaintanceDetailViewController.nib │ │ ├── AcquaintanceTableViewController.nib │ │ ├── Info.plist │ │ ├── SettingsViewController.nib │ │ ├── SetupNavigationViewController.nib │ │ ├── SetupViewController.nib │ │ ├── UINavigationController-5.nib │ │ ├── UINavigationController-5X9-Hs-XEQ.nib │ │ ├── UITableViewController-ACA-9y-ybq.nib │ │ └── fsI-8g-6xE-view-dly-lP-A4j.nib │ ├── Microsoft.CSharp.dll │ ├── Microsoft.CSharp.pdb │ ├── Microsoft.Practices.ServiceLocation.dll │ ├── Microsoft.Practices.ServiceLocation.pdb │ ├── Microsoft.WindowsAzure.Mobile.Ext.dll │ ├── Microsoft.WindowsAzure.Mobile.SQLiteStore.dll │ ├── Microsoft.WindowsAzure.Mobile.dll │ ├── Mono.Security.dll │ ├── Mono.Security.pdb │ ├── MonoTouchDebugConfiguration.txt │ ├── MvvmHelpers.dll │ ├── Newtonsoft.Json.dll │ ├── PCLStorage.Abstractions.dll │ ├── PCLStorage.dll │ ├── PkgInfo │ ├── Plugin.ExternalMaps.Abstractions.dll │ ├── Plugin.ExternalMaps.dll │ ├── Plugin.Messaging.Abstractions.dll │ ├── Plugin.Messaging.dll │ ├── Plugin.Settings.Abstractions.dll │ ├── Plugin.Settings.dll │ ├── SQLitePCLRaw.batteries_v2.dll │ ├── SQLitePCLRaw.core.dll │ ├── SQLitePCLRaw.provider.sqlite3.dll │ ├── Settings.bundle │ │ └── Root.plist │ ├── System.Core.dll │ ├── System.Core.pdb │ ├── System.Drawing.Common.dll │ ├── System.Net.Http.Primitives.dll │ ├── System.Net.Http.dll │ ├── System.Net.Http.pdb │ ├── System.Numerics.dll │ ├── System.Numerics.pdb │ ├── System.Runtime.Serialization.dll │ ├── System.Runtime.Serialization.pdb │ ├── System.Xml.Linq.dll │ ├── System.Xml.Linq.pdb │ ├── System.Xml.dll │ ├── System.Xml.pdb │ ├── System.dll │ ├── System.pdb │ ├── WebP.Touch.dll │ ├── Xamarin.iOS.dll │ ├── Xamarin.iOS.pdb │ ├── add.png │ ├── add@2x.png │ ├── add@3x.png │ ├── cancel.png │ ├── cancel@2x.png │ ├── cancel@3x.png │ ├── crypto.dll │ ├── crypto.pdb │ ├── directions.png │ ├── directions@2x.png │ ├── directions@3x.png │ ├── edit.png │ ├── edit@2x.png │ ├── edit@3x.png │ ├── email.png │ ├── email@2x.png │ ├── email@3x.png │ ├── icon1024.png │ ├── icon512.png │ ├── message.png │ ├── message@2x.png │ ├── message@3x.png │ ├── mscorlib.dll │ ├── mscorlib.pdb │ ├── phone.png │ ├── phone@2x.png │ ├── phone@3x.png │ ├── placeholderProfileImage.png │ ├── placeholderProfileImage@2x.png │ ├── placeholderProfileImage@3x.png │ ├── save.png │ ├── save@2x.png │ ├── save@3x.png │ ├── settings.png │ ├── settings@2x.png │ ├── settings@3x.png │ ├── splash1136.png │ └── splash960.png ├── AcquaintNativeiOS.app │ ├── Acquaint.Abstractions.dll │ ├── Acquaint.Abstractions.pdb │ ├── Acquaint.Common.iOS.dll │ ├── Acquaint.Common.iOS.pdb │ ├── Acquaint.Data.dll │ ├── Acquaint.Data.dll.config │ ├── Acquaint.Data.pdb │ ├── Acquaint.ModelContracts.dll │ ├── Acquaint.ModelContracts.pdb │ ├── Acquaint.Models.dll │ ├── Acquaint.Models.dll.config │ ├── Acquaint.Models.pdb │ ├── Acquaint.Util.dll │ ├── Acquaint.Util.pdb │ ├── AcquaintNativeiOS │ ├── AcquaintNativeiOS.exe │ ├── AcquaintNativeiOS.exe.config │ ├── AcquaintNativeiOS.pdb │ ├── Autofac.Extras.CommonServiceLocator.dll │ ├── Autofac.dll │ ├── Calabash.dll │ ├── Default-568h@2x.png │ ├── Default@2x.png │ ├── FFImageLoading.Platform.dll │ ├── FFImageLoading.Platform.pdb │ ├── FFImageLoading.Transformations.dll │ ├── FFImageLoading.Transformations.pdb │ ├── FFImageLoading.dll │ ├── FFImageLoading.pdb │ ├── HockeySDK.iOSBindings.dll │ ├── HockeySDKResources.bundle │ │ ├── Arrow.png │ │ ├── Arrow@2x.png │ │ ├── Arrow@3x.png │ │ ├── Blur.png │ │ ├── Blur@2x.png │ │ ├── Blur@3x.png │ │ ├── Cancel.png │ │ ├── Cancel@2x.png │ │ ├── Cancel@3x.png │ │ ├── IconGradient.png │ │ ├── IconGradient@2x.png │ │ ├── Info.plist │ │ ├── Ok.png │ │ ├── Ok@2x.png │ │ ├── Ok@3x.png │ │ ├── Rectangle.png │ │ ├── Rectangle@2x.png │ │ ├── Rectangle@3x.png │ │ ├── authorize_denied.png │ │ ├── authorize_denied@2x.png │ │ ├── authorize_denied@3x.png │ │ ├── bg.png │ │ ├── buttonRoundedDelete.png │ │ ├── buttonRoundedDelete@2x.png │ │ ├── buttonRoundedDeleteHighlighted.png │ │ ├── buttonRoundedDeleteHighlighted@2x.png │ │ ├── buttonRoundedRegular.png │ │ ├── buttonRoundedRegular@2x.png │ │ ├── buttonRoundedRegularHighlighted.png │ │ ├── buttonRoundedRegularHighlighted@2x.png │ │ ├── de.lproj │ │ │ └── HockeySDK.strings │ │ ├── en.lproj │ │ │ └── HockeySDK.strings │ │ ├── es.lproj │ │ │ └── HockeySDK.strings │ │ ├── feedbackActivity.png │ │ ├── feedbackActivity@2x.png │ │ ├── feedbackActivity@2x~ipad.png │ │ ├── feedbackActivity@3x.png │ │ ├── feedbackActivity~ipad.png │ │ ├── fr.lproj │ │ │ └── HockeySDK.strings │ │ ├── hr.lproj │ │ │ └── HockeySDK.strings │ │ ├── hu.lproj │ │ │ └── HockeySDK.strings │ │ ├── iconCamera.png │ │ ├── iconCamera@2x.png │ │ ├── it.lproj │ │ │ └── HockeySDK.strings │ │ ├── ja.lproj │ │ │ └── HockeySDK.strings │ │ ├── nl.lproj │ │ │ └── HockeySDK.strings │ │ ├── pt-PT.lproj │ │ │ └── HockeySDK.strings │ │ ├── pt.lproj │ │ │ └── HockeySDK.strings │ │ ├── ru.lproj │ │ │ └── HockeySDK.strings │ │ └── zh-Hans.lproj │ │ │ └── HockeySDK.strings │ ├── I18N.Other.dll │ ├── I18N.Other.pdb │ ├── I18N.dll │ ├── I18N.pdb │ ├── Icon-60@2x.png │ ├── Icon-Small-40@2x.png │ ├── Icon-Small.png │ ├── Icon-Small@2x.png │ ├── Icon.png │ ├── Icon@2x.png │ ├── Info.plist │ ├── LaunchScreen.nib │ ├── Main.storyboardc │ │ ├── 17-view-18.nib │ │ ├── 4Lp-2f-xt1-view-H0N-Oy-fkv.nib │ │ ├── 85-view-86.nib │ │ ├── ACA-9y-ybq-view-wdz-xx-wgB.nib │ │ ├── AcquaintanceDetailViewController.nib │ │ ├── AcquaintanceTableViewController.nib │ │ ├── Info.plist │ │ ├── SettingsViewController.nib │ │ ├── SetupNavigationViewController.nib │ │ ├── SetupViewController.nib │ │ ├── UINavigationController-5.nib │ │ ├── UINavigationController-5X9-Hs-XEQ.nib │ │ ├── UITableViewController-ACA-9y-ybq.nib │ │ └── fsI-8g-6xE-view-dly-lP-A4j.nib │ ├── Microsoft.CSharp.dll │ ├── Microsoft.CSharp.pdb │ ├── Microsoft.Practices.ServiceLocation.dll │ ├── Microsoft.Practices.ServiceLocation.dll.mdb │ ├── Microsoft.Practices.ServiceLocation.pdb │ ├── Microsoft.WindowsAzure.Mobile.Ext.dll │ ├── Microsoft.WindowsAzure.Mobile.SQLiteStore.dll │ ├── Microsoft.WindowsAzure.Mobile.dll │ ├── Mono.Security.dll │ ├── Mono.Security.pdb │ ├── MonoTouchDebugConfiguration.txt │ ├── MvvmHelpers.dll │ ├── MvvmHelpers.dll.mdb │ ├── Newtonsoft.Json.dll │ ├── PCLStorage.Abstractions.dll │ ├── PCLStorage.dll │ ├── PkgInfo │ ├── Plugin.ExternalMaps.Abstractions.dll │ ├── Plugin.ExternalMaps.dll │ ├── Plugin.Messaging.Abstractions.dll │ ├── Plugin.Messaging.dll │ ├── Plugin.Settings.Abstractions.dll │ ├── Plugin.Settings.dll │ ├── SQLitePCLRaw.batteries_v2.dll │ ├── SQLitePCLRaw.core.dll │ ├── SQLitePCLRaw.provider.sqlite3.dll │ ├── Settings.bundle │ │ └── Root.plist │ ├── System.Core.dll │ ├── System.Core.pdb │ ├── System.Net.Http.Primitives.dll │ ├── System.Net.Http.dll │ ├── System.Net.Http.pdb │ ├── System.Numerics.dll │ ├── System.Numerics.pdb │ ├── System.Runtime.Serialization.dll │ ├── System.Runtime.Serialization.pdb │ ├── System.Xml.Linq.dll │ ├── System.Xml.Linq.pdb │ ├── System.Xml.dll │ ├── System.Xml.pdb │ ├── System.dll │ ├── System.pdb │ ├── WebP.Touch.dll │ ├── Xamarin.iOS.dll │ ├── Xamarin.iOS.dll.mdb │ ├── Xamarin.iOS.pdb │ ├── add.png │ ├── add@2x.png │ ├── add@3x.png │ ├── cancel.png │ ├── cancel@2x.png │ ├── cancel@3x.png │ ├── crypto.dll │ ├── crypto.pdb │ ├── directions.png │ ├── directions@2x.png │ ├── directions@3x.png │ ├── edit.png │ ├── edit@2x.png │ ├── edit@3x.png │ ├── email.png │ ├── email@2x.png │ ├── email@3x.png │ ├── icon1024.png │ ├── icon512.png │ ├── message.png │ ├── message@2x.png │ ├── message@3x.png │ ├── mscorlib.dll │ ├── mscorlib.pdb │ ├── phone.png │ ├── phone@2x.png │ ├── phone@3x.png │ ├── placeholderProfileImage.png │ ├── placeholderProfileImage@2x.png │ ├── placeholderProfileImage@3x.png │ ├── save.png │ ├── save@2x.png │ ├── save@3x.png │ ├── settings.png │ ├── settings@2x.png │ ├── settings@3x.png │ ├── splash1136.png │ └── splash960.png └── com.xamarin.acquaintnative.apk ├── build.gradle ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src └── test ├── java ├── fixture │ └── persistence │ │ └── ScenarioState.java ├── glue │ ├── hooks │ │ └── Hooks.java │ ├── runners │ │ └── All.java │ └── steps │ │ ├── AcquaintanceDetailsSteps.java │ │ ├── AcquaintancesSteps.java │ │ └── AddAcquaintanceSteps.java ├── pages │ ├── AcquaintanceDetailsPage.java │ ├── AcquaintancesPage.java │ ├── AddAcquaintancePage.java │ └── AlertConfirmationPage.java └── utils │ ├── AppiumManager.java │ ├── ConfigurationManager.java │ ├── Constants.java │ ├── ExpectedConditionWrapper.java │ ├── Helper.java │ └── Platform.java └── resources ├── config ├── android.properties ├── global.properties └── ios.properties └── features ├── addAcquaintance └── AddNewAcquaintance.feature └── modifyAcquaintance └── ModifyAcquaintance.feature /.gitignore: -------------------------------------------------------------------------------- 1 | .gradle 2 | /build/ 3 | .idea/ 4 | target/ 5 | src/test/resources/config/local/ 6 | failed_screenshots/ 7 | out/ 8 | *.iml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Setup 2 | 3 | ## Setup appium 4 | 5 | 1. Install homebrew: 6 | 7 | `ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"` 8 | 9 | 2. Install node using homebrew: 10 | 11 | `brew install node` 12 | 13 | 3. Install appium for command line: 14 | 15 | `npm install -g appium` 16 | 17 | 4. Make sure you have Android Studio (and Android SDK) and Xcode installed 18 | 19 | 5. Install carthage (used for iOS): 20 | 21 | `brew install carthage` 22 | 23 | 6. Use [Appium Desktop](https://github.com/appium/appium-desktop) to inspect the UI elements 24 | 25 | Run the following commands to make sure you have the correct versions for: 26 | * `npm -v` 27 | * `node -v` 28 | * `appium -v` 29 | * `rvm -v` (Only if you use rvm) 30 | 31 | ## Setup automation project 32 | 33 | 1. Checkout the project 34 | 35 | 2. Download and install [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). 36 | 37 | 3. Add the environment paths 38 | 39 | * Type __defaults write com.apple.finder AppleShowAllFiles YES__ in terminal to view hidden files 40 | * Alt+Right click on finder and click relaunch to activate changes 41 | * Navigate to your user's directory 42 | * If you don't have a `.bash_profile` file, you can create one by following these steps: 43 | * Start up Terminal 44 | * Type __cd ~/__ to go to your home folder 45 | * Type __touch .bash_profile__ to create your new file. 46 | * Edit __.bash_profile__ with your favorite editor (or you can just type __open -e .bash_profile__ to open it in TextEdit. 47 | 48 | * Add the following to the bash_profile: 49 | 50 | * `export ANDROID_HOME={path to your android sdk}` 51 | * `export JAVA_HOME=/Library/Java/JavaVirtualMachines/{jdk version}/Contents/Home/` 52 | * `export PATH=${JAVA_HOME}/bin:$PATH` 53 | 54 | 4. Import the project in IntelliJ IDEA (using import from external model Gradle) and do a Gradle sync 55 | 56 | 5. Install Cucumber for Java plugin 57 | 58 | * From the menu, select IntelliJ IDEA -> Preferences 59 | * Go to __Plugins__ 60 | * Click __Install JetBrains plugins__ 61 | * Select `Cucumber for Java` and click install 62 | * You will have to restart IntelliJ 63 | 64 | 6. Duplicate all .properties files from __/src/test/resources/config/__ into __/src/test/resources/config/local/__ and update the new files with the values specific to your machine (usually the same way you've set up Appium UI app). 65 | 66 | 7. Run tests 67 | 68 | * Right-click on a test class/feature file and select __Run__ 69 | * Use the appropriate value for the `PLATFORM` key in the global.properties should be added (Android or iOS) 70 | 71 | __NOTE__ In case you encounter connection problems with the Appium server, you should update __rvm__ to the last version: 72 | 73 | `rvm get head` 74 | 75 | 8. If you encounter any errors, you can use the appium doctor: 76 | 77 | `npm install -g appium-doctor` 78 | 79 | `appium-doctor --[android/ios]` 80 | 81 | 9. Some tests do not work when the keyboard is visible. You may need to disable the software keyboard on your emulator, by using: 82 | 83 | `adb shell settings put secure show_ime_with_hard_keyboard 0` 84 | 85 | 10. On iOS due to the way we're querying the list of acquaintances you will notice performance issues when using `AcquaintNativeiOS.app` since the UITableView (the list) has many entries. 86 | This is by design - meant to highlight performance considerations. Feel free to point to `AcquaintNativeiOS-shortlist.app` to see the difference in impact. 87 | 88 | # Additional links 89 | ## Appium 90 | 91 | * [Appium](http://appium.io/) 92 | * [Appium Discussion Group](https://discuss.appium.io/) 93 | * [Appium Java Client](https://github.com/appium/java-client) 94 | * [Appium Pro](https://appiumpro.com/) (will introduce you to all kinds of interesting and useful things you didn't know about Appium) 95 | * [How to Pick the Right Locator Strategy](https://appiumpro.com/editions/60) 96 | * [iOS Most Effective Lookup Strategy](https://github.com/facebook/WebDriverAgent/wiki/How-To-Achieve-The-Best-Lookup-Performance) 97 | 98 | ## Cucumber 99 | * [Cucumber Blog](https://docs.cucumber.io/community/blog-posts/) 100 | * [Fortech Internal Training - Mobile Automated Tests Presentation](https://drive.google.com/file/d/0BwIf0GcXSV41MTk1MFdtTTg0RmtXb0JiNGhaUWZqT0p2TDJN/view) 101 | * [The Cucumber Book: Behaviour-Driven Development for Testers and Developers](https://www.amazon.com/Cucumber-Book-Behaviour-Driven-Development-Programmers/dp/1934356808) - Great resource for writing well structured Cucumber / Specflow tests (Specflow is just a .NET implementation of Cucumber) 102 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Abstractions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Abstractions.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Common.iOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Common.iOS.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Common.iOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Common.iOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Data.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Data.dll.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Data.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.ModelContracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.ModelContracts.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.ModelContracts.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.ModelContracts.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Models.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Models.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Models.dll.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Models.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Models.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Util.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Acquaint.Util.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Acquaint.Util.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS.exe -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/AcquaintNativeiOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Autofac.Extras.CommonServiceLocator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Autofac.Extras.CommonServiceLocator.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Autofac.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Autofac.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Calabash.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Calabash.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Default-568h@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Default@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Platform.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Platform.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Platform.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Transformations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Transformations.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Transformations.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.Transformations.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/FFImageLoading.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDK.iOSBindings.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDK.iOSBindings.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Arrow@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Blur@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Cancel@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/IconGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/IconGradient.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/IconGradient@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/IconGradient@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Ok@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/Rectangle@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/authorize_denied@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/bg.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDelete.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDelete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDelete@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegular.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegular@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegular@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/de.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/de.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/en.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/en.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/es.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/es.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@2x~ipad.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/feedbackActivity~ipad.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/fr.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/fr.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/hr.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/hr.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/hu.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/hu.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/iconCamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/iconCamera.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/iconCamera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/iconCamera@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/it.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/it.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/ja.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/ja.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/nl.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/nl.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/pt-PT.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/pt-PT.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/pt.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/pt.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/ru.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/ru.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/zh-Hans.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/HockeySDKResources.bundle/zh-Hans.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/I18N.Other.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/I18N.Other.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/I18N.Other.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/I18N.Other.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/I18N.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/I18N.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/I18N.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/I18N.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon-60@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon-Small-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon-Small-40@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon-Small.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon-Small@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Icon@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/LaunchScreen.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/LaunchScreen.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/17-view-18.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/17-view-18.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/4Lp-2f-xt1-view-H0N-Oy-fkv.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/4Lp-2f-xt1-view-H0N-Oy-fkv.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/85-view-86.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/85-view-86.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/ACA-9y-ybq-view-wdz-xx-wgB.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/ACA-9y-ybq-view-wdz-xx-wgB.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/AcquaintanceDetailViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/AcquaintanceDetailViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/AcquaintanceTableViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/AcquaintanceTableViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SettingsViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SettingsViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SetupNavigationViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SetupNavigationViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SetupViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/SetupViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UINavigationController-5.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UINavigationController-5.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UINavigationController-5X9-Hs-XEQ.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UINavigationController-5X9-Hs-XEQ.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UITableViewController-ACA-9y-ybq.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/UITableViewController-ACA-9y-ybq.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/fsI-8g-6xE-view-dly-lP-A4j.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Main.storyboardc/fsI-8g-6xE-view-dly-lP-A4j.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.CSharp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.CSharp.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.Practices.ServiceLocation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.Practices.ServiceLocation.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.Ext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.Ext.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Microsoft.WindowsAzure.Mobile.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Mono.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Mono.Security.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Mono.Security.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Mono.Security.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/MonoTouchDebugConfiguration.txt: -------------------------------------------------------------------------------- 1 | IP: 127.0.0.1 2 | Port: 10000 3 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/MvvmHelpers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/MvvmHelpers.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/PCLStorage.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/PCLStorage.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/PCLStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/PCLStorage.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.ExternalMaps.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.ExternalMaps.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.ExternalMaps.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.ExternalMaps.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.Messaging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.Messaging.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.Messaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.Messaging.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.Settings.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.Settings.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Plugin.Settings.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Plugin.Settings.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.batteries_v2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.batteries_v2.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.core.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.provider.sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/SQLitePCLRaw.provider.sqlite3.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Settings.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Settings.bundle/Root.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Core.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Core.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Drawing.Common.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Drawing.Common.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.Primitives.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Net.Http.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Numerics.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Numerics.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Numerics.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Runtime.Serialization.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Runtime.Serialization.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Xml.Linq.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Xml.Linq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Xml.Linq.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Xml.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.Xml.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.Xml.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/System.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/System.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/WebP.Touch.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/WebP.Touch.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Xamarin.iOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Xamarin.iOS.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/Xamarin.iOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/Xamarin.iOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/add.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/add@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/add@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/cancel.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/cancel@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/cancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/cancel@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/crypto.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/crypto.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/crypto.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/directions.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/directions@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/directions@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/directions@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/directions@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/edit.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/edit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/edit@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/edit@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/edit@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/email.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/email@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/email@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/email@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/email@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/icon1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/icon1024.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/icon512.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/message.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/message@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/message@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/message@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/message@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/mscorlib.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/mscorlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/mscorlib.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/phone.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/phone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/phone@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/phone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/phone@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/placeholderProfileImage@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/save.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/save@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/save@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/save@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/save@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/settings.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/settings@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/settings@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/splash1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/splash1136.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS-shortlist.app/splash960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS-shortlist.app/splash960.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Abstractions.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Abstractions.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Common.iOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Common.iOS.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Common.iOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Common.iOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Data.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Data.dll.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Data.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Data.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.ModelContracts.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.ModelContracts.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.ModelContracts.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.ModelContracts.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Models.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Models.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Models.dll.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Models.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Models.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Util.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Util.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Acquaint.Util.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Acquaint.Util.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/AcquaintNativeiOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/AcquaintNativeiOS -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/AcquaintNativeiOS.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/AcquaintNativeiOS.exe -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/AcquaintNativeiOS.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/AcquaintNativeiOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/AcquaintNativeiOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Autofac.Extras.CommonServiceLocator.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Autofac.Extras.CommonServiceLocator.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Autofac.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Autofac.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Calabash.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Calabash.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Default-568h@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Default-568h@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Default@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Default@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.Platform.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.Platform.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.Platform.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.Platform.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.Transformations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.Transformations.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.Transformations.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.Transformations.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/FFImageLoading.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/FFImageLoading.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDK.iOSBindings.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDK.iOSBindings.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Arrow@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Blur@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Cancel@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/IconGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/IconGradient.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/IconGradient@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/IconGradient@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Ok@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/Rectangle@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/authorize_denied@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/bg.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDelete.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDelete@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDelete@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedDeleteHighlighted@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegular.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegular.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegular@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegular@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/buttonRoundedRegularHighlighted@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/de.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/de.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/en.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/en.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/es.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/es.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@2x~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@2x~ipad.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity~ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/feedbackActivity~ipad.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/fr.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/fr.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/hr.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/hr.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/hu.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/hu.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/iconCamera.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/iconCamera.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/iconCamera@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/iconCamera@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/it.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/it.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/ja.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/ja.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/nl.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/nl.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/pt-PT.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/pt-PT.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/pt.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/pt.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/ru.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/ru.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/zh-Hans.lproj/HockeySDK.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/HockeySDKResources.bundle/zh-Hans.lproj/HockeySDK.strings -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/I18N.Other.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/I18N.Other.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/I18N.Other.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/I18N.Other.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/I18N.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/I18N.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/I18N.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/I18N.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon-60@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon-60@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon-Small-40@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon-Small-40@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon-Small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon-Small.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon-Small@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon-Small@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Icon@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/LaunchScreen.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/LaunchScreen.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/17-view-18.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/17-view-18.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/4Lp-2f-xt1-view-H0N-Oy-fkv.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/4Lp-2f-xt1-view-H0N-Oy-fkv.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/85-view-86.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/85-view-86.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/ACA-9y-ybq-view-wdz-xx-wgB.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/ACA-9y-ybq-view-wdz-xx-wgB.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/AcquaintanceDetailViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/AcquaintanceDetailViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/AcquaintanceTableViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/AcquaintanceTableViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/Info.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/SettingsViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/SettingsViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/SetupNavigationViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/SetupNavigationViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/SetupViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/SetupViewController.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/UINavigationController-5.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/UINavigationController-5.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/UINavigationController-5X9-Hs-XEQ.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/UINavigationController-5X9-Hs-XEQ.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/UITableViewController-ACA-9y-ybq.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/UITableViewController-ACA-9y-ybq.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Main.storyboardc/fsI-8g-6xE-view-dly-lP-A4j.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Main.storyboardc/fsI-8g-6xE-view-dly-lP-A4j.nib -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.CSharp.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.CSharp.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.CSharp.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.CSharp.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.dll.mdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.Practices.ServiceLocation.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.Ext.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.Ext.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Microsoft.WindowsAzure.Mobile.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Mono.Security.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Mono.Security.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Mono.Security.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Mono.Security.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/MonoTouchDebugConfiguration.txt: -------------------------------------------------------------------------------- 1 | IP: 127.0.0.1 2 | Port: 10000 3 | -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/MvvmHelpers.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/MvvmHelpers.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/MvvmHelpers.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/MvvmHelpers.dll.mdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/PCLStorage.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/PCLStorage.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/PCLStorage.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/PCLStorage.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.ExternalMaps.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.ExternalMaps.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.ExternalMaps.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.ExternalMaps.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.Messaging.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.Messaging.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.Messaging.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.Messaging.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.Settings.Abstractions.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.Settings.Abstractions.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Plugin.Settings.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Plugin.Settings.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/SQLitePCLRaw.batteries_v2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/SQLitePCLRaw.batteries_v2.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/SQLitePCLRaw.core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/SQLitePCLRaw.core.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/SQLitePCLRaw.provider.sqlite3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/SQLitePCLRaw.provider.sqlite3.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Settings.bundle/Root.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Settings.bundle/Root.plist -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Core.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Core.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Core.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Net.Http.Primitives.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Net.Http.Primitives.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Net.Http.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Net.Http.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Net.Http.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Net.Http.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Numerics.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Numerics.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Numerics.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Numerics.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Runtime.Serialization.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Runtime.Serialization.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Runtime.Serialization.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Runtime.Serialization.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Xml.Linq.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Xml.Linq.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Xml.Linq.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Xml.Linq.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Xml.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Xml.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.Xml.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.Xml.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/System.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/System.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/WebP.Touch.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/WebP.Touch.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Xamarin.iOS.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Xamarin.iOS.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Xamarin.iOS.dll.mdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Xamarin.iOS.dll.mdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/Xamarin.iOS.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/Xamarin.iOS.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/add.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/add@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/add@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/add@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/add@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/cancel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/cancel.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/cancel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/cancel@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/cancel@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/cancel@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/crypto.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/crypto.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/crypto.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/crypto.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/directions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/directions.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/directions@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/directions@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/directions@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/directions@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/edit.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/edit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/edit@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/edit@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/edit@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/email.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/email@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/email@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/email@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/email@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/icon1024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/icon1024.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/icon512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/icon512.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/message.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/message@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/message@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/message@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/message@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/mscorlib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/mscorlib.dll -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/mscorlib.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/mscorlib.pdb -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/phone.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/phone@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/phone@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/phone@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/phone@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/placeholderProfileImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/placeholderProfileImage.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/placeholderProfileImage@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/placeholderProfileImage@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/placeholderProfileImage@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/placeholderProfileImage@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/save.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/save@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/save@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/save@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/save@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/settings.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/settings@2x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/settings@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/settings@3x.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/splash1136.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/splash1136.png -------------------------------------------------------------------------------- /apps/AcquaintNativeiOS.app/splash960.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/AcquaintNativeiOS.app/splash960.png -------------------------------------------------------------------------------- /apps/com.xamarin.acquaintnative.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/apps/com.xamarin.acquaintnative.apk -------------------------------------------------------------------------------- /build.gradle: -------------------------------------------------------------------------------- 1 | apply plugin: 'java' 2 | 3 | repositories { 4 | jcenter() 5 | } 6 | 7 | dependencies { 8 | testCompile group: 'io.cucumber', name: 'cucumber-java8', version: '4.7.2' 9 | testCompile group: 'io.cucumber', name: 'cucumber-junit', version: '4.7.2' 10 | testCompile group: 'io.cucumber', name: 'cucumber-picocontainer', version: '4.7.2' 11 | 12 | testCompile group: 'io.appium', name: 'java-client', version: '7.2.0' 13 | testCompile group: 'junit', name: 'junit', version: '4.12' 14 | } -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FortechRomania/android-ios-cucumber-example/2f29161215a64e21ac6ec0e03f36373f376bacbf/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip 4 | zipStoreBase=GRADLE_USER_HOME 5 | zipStorePath=wrapper/dists 6 | -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env sh 2 | 3 | ############################################################################## 4 | ## 5 | ## Gradle start up script for UN*X 6 | ## 7 | ############################################################################## 8 | 9 | # Attempt to set APP_HOME 10 | # Resolve links: $0 may be a link 11 | PRG="$0" 12 | # Need this for relative symlinks. 13 | while [ -h "$PRG" ] ; do 14 | ls=`ls -ld "$PRG"` 15 | link=`expr "$ls" : '.*-> \(.*\)$'` 16 | if expr "$link" : '/.*' > /dev/null; then 17 | PRG="$link" 18 | else 19 | PRG=`dirname "$PRG"`"/$link" 20 | fi 21 | done 22 | SAVED="`pwd`" 23 | cd "`dirname \"$PRG\"`/" >/dev/null 24 | APP_HOME="`pwd -P`" 25 | cd "$SAVED" >/dev/null 26 | 27 | APP_NAME="Gradle" 28 | APP_BASE_NAME=`basename "$0"` 29 | 30 | # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 31 | DEFAULT_JVM_OPTS="" 32 | 33 | # Use the maximum available, or set MAX_FD != -1 to use that value. 34 | MAX_FD="maximum" 35 | 36 | warn () { 37 | echo "$*" 38 | } 39 | 40 | die () { 41 | echo 42 | echo "$*" 43 | echo 44 | exit 1 45 | } 46 | 47 | # OS specific support (must be 'true' or 'false'). 48 | cygwin=false 49 | msys=false 50 | darwin=false 51 | nonstop=false 52 | case "`uname`" in 53 | CYGWIN* ) 54 | cygwin=true 55 | ;; 56 | Darwin* ) 57 | darwin=true 58 | ;; 59 | MINGW* ) 60 | msys=true 61 | ;; 62 | NONSTOP* ) 63 | nonstop=true 64 | ;; 65 | esac 66 | 67 | CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar 68 | 69 | # Determine the Java command to use to start the JVM. 70 | if [ -n "$JAVA_HOME" ] ; then 71 | if [ -x "$JAVA_HOME/jre/sh/java" ] ; then 72 | # IBM's JDK on AIX uses strange locations for the executables 73 | JAVACMD="$JAVA_HOME/jre/sh/java" 74 | else 75 | JAVACMD="$JAVA_HOME/bin/java" 76 | fi 77 | if [ ! -x "$JAVACMD" ] ; then 78 | die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME 79 | 80 | Please set the JAVA_HOME variable in your environment to match the 81 | location of your Java installation." 82 | fi 83 | else 84 | JAVACMD="java" 85 | which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 86 | 87 | Please set the JAVA_HOME variable in your environment to match the 88 | location of your Java installation." 89 | fi 90 | 91 | # Increase the maximum file descriptors if we can. 92 | if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then 93 | MAX_FD_LIMIT=`ulimit -H -n` 94 | if [ $? -eq 0 ] ; then 95 | if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then 96 | MAX_FD="$MAX_FD_LIMIT" 97 | fi 98 | ulimit -n $MAX_FD 99 | if [ $? -ne 0 ] ; then 100 | warn "Could not set maximum file descriptor limit: $MAX_FD" 101 | fi 102 | else 103 | warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT" 104 | fi 105 | fi 106 | 107 | # For Darwin, add options to specify how the application appears in the dock 108 | if $darwin; then 109 | GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" 110 | fi 111 | 112 | # For Cygwin, switch paths to Windows format before running java 113 | if $cygwin ; then 114 | APP_HOME=`cygpath --path --mixed "$APP_HOME"` 115 | CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` 116 | JAVACMD=`cygpath --unix "$JAVACMD"` 117 | 118 | # We build the pattern for arguments to be converted via cygpath 119 | ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null` 120 | SEP="" 121 | for dir in $ROOTDIRSRAW ; do 122 | ROOTDIRS="$ROOTDIRS$SEP$dir" 123 | SEP="|" 124 | done 125 | OURCYGPATTERN="(^($ROOTDIRS))" 126 | # Add a user-defined pattern to the cygpath arguments 127 | if [ "$GRADLE_CYGPATTERN" != "" ] ; then 128 | OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)" 129 | fi 130 | # Now convert the arguments - kludge to limit ourselves to /bin/sh 131 | i=0 132 | for arg in "$@" ; do 133 | CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -` 134 | CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option 135 | 136 | if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition 137 | eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"` 138 | else 139 | eval `echo args$i`="\"$arg\"" 140 | fi 141 | i=$((i+1)) 142 | done 143 | case $i in 144 | (0) set -- ;; 145 | (1) set -- "$args0" ;; 146 | (2) set -- "$args0" "$args1" ;; 147 | (3) set -- "$args0" "$args1" "$args2" ;; 148 | (4) set -- "$args0" "$args1" "$args2" "$args3" ;; 149 | (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; 150 | (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; 151 | (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; 152 | (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; 153 | (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; 154 | esac 155 | fi 156 | 157 | # Escape application args 158 | save () { 159 | for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done 160 | echo " " 161 | } 162 | APP_ARGS=$(save "$@") 163 | 164 | # Collect all arguments for the java command, following the shell quoting and substitution rules 165 | eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" 166 | 167 | # by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong 168 | if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then 169 | cd "$(dirname "$0")" 170 | fi 171 | 172 | exec "$JAVACMD" "$@" 173 | -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem Gradle startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | set DIRNAME=%~dp0 12 | if "%DIRNAME%" == "" set DIRNAME=. 13 | set APP_BASE_NAME=%~n0 14 | set APP_HOME=%DIRNAME% 15 | 16 | @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. 17 | set DEFAULT_JVM_OPTS= 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windows variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | 53 | :win9xME_args 54 | @rem Slurp the command line arguments. 55 | set CMD_LINE_ARGS= 56 | set _SKIP=2 57 | 58 | :win9xME_args_slurp 59 | if "x%~1" == "x" goto execute 60 | 61 | set CMD_LINE_ARGS=%* 62 | 63 | :execute 64 | @rem Setup the command line 65 | 66 | set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar 67 | 68 | @rem Execute Gradle 69 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS% 70 | 71 | :end 72 | @rem End local scope for the variables with windows NT shell 73 | if "%ERRORLEVEL%"=="0" goto mainEnd 74 | 75 | :fail 76 | rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of 77 | rem the _cmd.exe /c_ return code! 78 | if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 79 | exit /b 1 80 | 81 | :mainEnd 82 | if "%OS%"=="Windows_NT" endlocal 83 | 84 | :omega 85 | -------------------------------------------------------------------------------- /settings.gradle: -------------------------------------------------------------------------------- 1 | rootProject.name = 'android-ios-cucumber-example' -------------------------------------------------------------------------------- /src/test/java/fixture/persistence/ScenarioState.java: -------------------------------------------------------------------------------- 1 | package fixture.persistence; 2 | 3 | public class ScenarioState { 4 | 5 | private String firstName; 6 | private String lastName; 7 | 8 | public String getFirstName() { 9 | return firstName; 10 | } 11 | 12 | public void setFirstName(String firstName) { 13 | this.firstName = firstName; 14 | } 15 | 16 | public String getLastName() { 17 | return lastName; 18 | } 19 | 20 | public void setLastName(String lastName) { 21 | this.lastName = lastName; 22 | } 23 | } -------------------------------------------------------------------------------- /src/test/java/glue/hooks/Hooks.java: -------------------------------------------------------------------------------- 1 | package glue.hooks; 2 | 3 | import cucumber.api.java.After; 4 | import cucumber.api.java.Before; 5 | import io.cucumber.core.api.Scenario; 6 | import org.openqa.selenium.WebDriverException; 7 | import utils.Helper; 8 | import utils.AppiumManager; 9 | 10 | public class Hooks { 11 | 12 | @Before 13 | public void onScenarioStart(Scenario scenario) { 14 | AppiumManager.getInstance().launchAppWithFreshInstall(); 15 | 16 | System.out.println("Scenario: " + scenario.getName() + " started. Time millis: " + System.currentTimeMillis()); 17 | } 18 | 19 | @After 20 | public void onScenarioEnded(Scenario scenario) { 21 | System.out.println("Scenario: " + scenario.getName() + " ended. Time millis: " + System.currentTimeMillis()); 22 | 23 | if (scenario.isFailed()) { 24 | try { 25 | Helper.takeScreenshotForScenario(scenario); 26 | } catch (WebDriverException exception) { 27 | AppiumManager.getInstance().restartService(); 28 | } 29 | } 30 | } 31 | } -------------------------------------------------------------------------------- /src/test/java/glue/runners/All.java: -------------------------------------------------------------------------------- 1 | package glue.runners; 2 | 3 | import io.cucumber.junit.Cucumber; 4 | import io.cucumber.junit.CucumberOptions; 5 | import org.junit.runner.RunWith; 6 | 7 | @RunWith(Cucumber.class) 8 | @CucumberOptions(features = {"src/test/resources/features"}, 9 | plugin = {"pretty", "json:target/All.json", "junit:target/All.xml"}, 10 | glue = {"glue"}) 11 | public class All { 12 | 13 | } -------------------------------------------------------------------------------- /src/test/java/glue/steps/AcquaintanceDetailsSteps.java: -------------------------------------------------------------------------------- 1 | package glue.steps; 2 | 3 | import cucumber.api.java8.En; 4 | import fixture.persistence.ScenarioState; 5 | import pages.AcquaintanceDetailsPage; 6 | import pages.AcquaintancesPage; 7 | import pages.AlertConfirmationPage; 8 | import utils.ExpectedConditionWrapper; 9 | import utils.Helper; 10 | import utils.AppiumManager; 11 | 12 | public class AcquaintanceDetailsSteps implements En { 13 | 14 | public AcquaintanceDetailsSteps(ScenarioState scenarioState) { 15 | When("I tap on the delete acquaintance button and confirm my action", () -> { 16 | AcquaintanceDetailsPage acquaintanceDetailsPage = new AcquaintanceDetailsPage(AppiumManager.getInstance().getDriver()); 17 | AlertConfirmationPage alertConfirmationPage = new AlertConfirmationPage(AppiumManager.getInstance().getDriver()); 18 | 19 | acquaintanceDetailsPage.waitUntilPageLoads(); 20 | acquaintanceDetailsPage.tapOnDeleteAcquaintanceButton(); 21 | 22 | alertConfirmationPage.tapOnConfirmButton(); 23 | }); 24 | 25 | And("I tap on the edit acquaintance button", () -> { 26 | AcquaintanceDetailsPage acquaintanceDetailsPage = new AcquaintanceDetailsPage(AppiumManager.getInstance().getDriver()); 27 | 28 | acquaintanceDetailsPage.waitUntilPageLoads(); 29 | acquaintanceDetailsPage.tapOnEditAcquaintanceButton(); 30 | }); 31 | 32 | Then("I should see that the first name and last name changed", () -> { 33 | AcquaintanceDetailsPage acquaintanceDetailsPage = new AcquaintanceDetailsPage(AppiumManager.getInstance().getDriver()); 34 | AcquaintancesPage addAcquaintancePage = new AcquaintancesPage(AppiumManager.getInstance().getDriver()); 35 | 36 | String formattedDetailsAcquaintanceName = String.format("%s %s", scenarioState.getFirstName(), scenarioState.getLastName()); 37 | String formattedListingAcquaintanceName = String.format("%s, %s", scenarioState.getLastName(), scenarioState.getFirstName()); 38 | 39 | Helper.waitUntil(webDriver -> acquaintanceDetailsPage.getToolbarTitle().contains(formattedDetailsAcquaintanceName)); 40 | Helper.navigateBack(); 41 | 42 | addAcquaintancePage.waitUntilListIsNotEmpty(); 43 | 44 | Helper.scrollDownFullScreenUntilCondition(ExpectedConditionWrapper.condition(webElement -> 45 | addAcquaintancePage.getAcquaintancesNames().contains(formattedListingAcquaintanceName))); 46 | }); 47 | } 48 | } -------------------------------------------------------------------------------- /src/test/java/glue/steps/AcquaintancesSteps.java: -------------------------------------------------------------------------------- 1 | package glue.steps; 2 | 3 | import cucumber.api.java8.En; 4 | import fixture.persistence.ScenarioState; 5 | import pages.AcquaintancesPage; 6 | import utils.ExpectedConditionWrapper; 7 | import utils.Helper; 8 | import utils.AppiumManager; 9 | 10 | import static org.junit.Assert.assertFalse; 11 | 12 | public class AcquaintancesSteps implements En { 13 | 14 | public AcquaintancesSteps(ScenarioState scenarioState) { 15 | Given("I tap on the add acquaintance button", () -> { 16 | AcquaintancesPage acquaintancesPage = new AcquaintancesPage(AppiumManager.getInstance().getDriver()); 17 | 18 | acquaintancesPage.waitUntilPageLoads(); 19 | acquaintancesPage.tapOnAddAcquaintanceButton(); 20 | }); 21 | 22 | Given("I tap on the new acquaintance", () -> { 23 | AcquaintancesPage addAcquaintancePage = new AcquaintancesPage(AppiumManager.getInstance().getDriver()); 24 | String formattedAcquaintanceName = String.format("%s, %s", scenarioState.getLastName(), scenarioState.getFirstName()); 25 | 26 | Helper.scrollDownFullScreenUntilCondition(ExpectedConditionWrapper.condition(webElement -> 27 | addAcquaintancePage.isAcquaintanceWithNameDisplayed(formattedAcquaintanceName))); 28 | int indexOfAddedAcquaintance = addAcquaintancePage.getAcquaintancesNames().indexOf(formattedAcquaintanceName); 29 | 30 | addAcquaintancePage.tapOnAcquaintanceAtIndex(indexOfAddedAcquaintance); 31 | }); 32 | 33 | Then("I should see the new acquaintance in the list", () -> { 34 | AcquaintancesPage addAcquaintancePage = new AcquaintancesPage(AppiumManager.getInstance().getDriver()); 35 | String formattedAcquaintanceName = String.format("%s, %s", scenarioState.getLastName(), scenarioState.getFirstName()); 36 | 37 | addAcquaintancePage.waitUntilListIsNotEmpty(); 38 | Helper.scrollDownFullScreenUntilCondition(ExpectedConditionWrapper.condition(webElement -> 39 | addAcquaintancePage.getAcquaintancesNames().contains(formattedAcquaintanceName))); 40 | }); 41 | 42 | Then("I should see that the acquaintance was deleted", () -> { 43 | AcquaintancesPage addAcquaintancePage = new AcquaintancesPage(AppiumManager.getInstance().getDriver()); 44 | String formattedAcquaintanceName = String.format("%s, %s", scenarioState.getLastName(), scenarioState.getFirstName()); 45 | 46 | addAcquaintancePage.waitUntilListIsNotEmpty(); 47 | assertFalse("Acquaintance was not deleted", addAcquaintancePage.getAcquaintancesNames().contains(formattedAcquaintanceName)); 48 | }); 49 | } 50 | } -------------------------------------------------------------------------------- /src/test/java/glue/steps/AddAcquaintanceSteps.java: -------------------------------------------------------------------------------- 1 | package glue.steps; 2 | 3 | import cucumber.api.java8.En; 4 | import fixture.persistence.ScenarioState; 5 | import pages.AddAcquaintancePage; 6 | import utils.Constants; 7 | import utils.AppiumManager; 8 | 9 | public class AddAcquaintanceSteps implements En { 10 | 11 | public AddAcquaintanceSteps(ScenarioState scenarioState) { 12 | Given("I fill in the required fields and tap on the Save button", () -> 13 | fillInRequiredFieldsAndTapSave(scenarioState, Constants.FIRST_NAME, Constants.LAST_NAME)); 14 | 15 | And("I set the first name to: {string} and last name to: {string} and tap the Save button", (String firstName, String lastName) -> 16 | fillInRequiredFieldsAndTapSave(scenarioState, firstName, lastName)); 17 | } 18 | 19 | private void fillInRequiredFieldsAndTapSave(ScenarioState scenarioState, String firstName, String lastName) { 20 | AddAcquaintancePage addAcquaintancePage = new AddAcquaintancePage(AppiumManager.getInstance().getDriver()); 21 | 22 | scenarioState.setFirstName(firstName); 23 | scenarioState.setLastName(lastName); 24 | 25 | addAcquaintancePage.waitUntilPageLoads(); 26 | addAcquaintancePage.fillInRequiredFields(firstName, lastName); 27 | addAcquaintancePage.tapOnSaveButton(); 28 | } 29 | } -------------------------------------------------------------------------------- /src/test/java/pages/AcquaintanceDetailsPage.java: -------------------------------------------------------------------------------- 1 | package pages; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.MobileElement; 5 | import io.appium.java_client.pagefactory.AndroidFindBy; 6 | import io.appium.java_client.pagefactory.AppiumFieldDecorator; 7 | import io.appium.java_client.pagefactory.iOSXCUITFindBy; 8 | import org.openqa.selenium.support.PageFactory; 9 | import utils.Helper; 10 | import utils.Platform; 11 | 12 | public class AcquaintanceDetailsPage { 13 | 14 | @AndroidFindBy(id = "acquaintanceEditButton") 15 | @iOSXCUITFindBy(accessibility = "Edit") 16 | private MobileElement acquaintanceEditButtonElement; 17 | 18 | @AndroidFindBy(id = "acquaintanceDeleteButton") 19 | @iOSXCUITFindBy(accessibility = "Delete") 20 | private MobileElement acquaintanceDeleteButtonElement; 21 | 22 | @AndroidFindBy(id = "toolbar") 23 | @iOSXCUITFindBy(className = "XCUIElementTypeNavigationBar") 24 | private MobileElement toolbarElement; 25 | 26 | public AcquaintanceDetailsPage(AppiumDriver driver) { 27 | PageFactory.initElements(new AppiumFieldDecorator(driver), this); 28 | } 29 | 30 | public void tapOnEditAcquaintanceButton() { 31 | acquaintanceEditButtonElement.click(); 32 | } 33 | 34 | public void tapOnDeleteAcquaintanceButton() { 35 | acquaintanceDeleteButtonElement.click(); 36 | } 37 | 38 | public String getToolbarTitle() { 39 | waitUntilPageLoads(); 40 | 41 | return getToolbarTitleText(); 42 | } 43 | 44 | public void waitUntilPageLoads() { 45 | Helper.waitUntil(webDriver -> !getToolbarTitleText().isEmpty()); 46 | } 47 | 48 | private String getToolbarTitleText() { 49 | if (Platform.isOnIOS()) { 50 | return toolbarElement.getAttribute("name"); 51 | } else { 52 | return toolbarElement.findElementsByClassName("android.widget.TextView").get(0).getText(); 53 | } 54 | } 55 | } -------------------------------------------------------------------------------- /src/test/java/pages/AcquaintancesPage.java: -------------------------------------------------------------------------------- 1 | package pages; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.MobileElement; 5 | import io.appium.java_client.pagefactory.AndroidFindBy; 6 | import io.appium.java_client.pagefactory.AppiumFieldDecorator; 7 | import io.appium.java_client.pagefactory.iOSXCUITFindBy; 8 | import org.openqa.selenium.remote.RemoteWebElement; 9 | import org.openqa.selenium.support.PageFactory; 10 | import utils.Helper; 11 | 12 | import java.util.List; 13 | import java.util.stream.Collectors; 14 | 15 | public class AcquaintancesPage { 16 | 17 | @AndroidFindBy(id = "acquaintanceListFloatingActionButton") 18 | @iOSXCUITFindBy(accessibility = "Add") 19 | private MobileElement addAcquaintanceButtonElement; 20 | 21 | @AndroidFindBy(id = "nameTextView") 22 | @iOSXCUITFindBy(accessibility = "NameLabel") 23 | private List acquaintanceElements; 24 | 25 | public AcquaintancesPage(AppiumDriver driver) { 26 | PageFactory.initElements(new AppiumFieldDecorator(driver), this); 27 | } 28 | 29 | public List getAcquaintancesNames() { 30 | return acquaintanceElements.stream() 31 | .map(RemoteWebElement::getText) 32 | .collect(Collectors.toList()); 33 | } 34 | 35 | public boolean isAcquaintanceWithNameDisplayed(String formattedAcquaintanceName) { 36 | List acquaintancesNames = getAcquaintancesNames(); 37 | 38 | if (acquaintancesNames.contains(formattedAcquaintanceName)) 39 | { 40 | return acquaintanceElements.get(acquaintancesNames.indexOf(formattedAcquaintanceName)).isDisplayed(); 41 | } 42 | 43 | return false; 44 | } 45 | 46 | public void tapOnAddAcquaintanceButton() { 47 | addAcquaintanceButtonElement.click(); 48 | } 49 | 50 | public void tapOnAcquaintanceAtIndex(int index) { 51 | acquaintanceElements.get(index).click(); 52 | } 53 | 54 | public void waitUntilListIsNotEmpty() { 55 | Helper.waitUntil(webDriver -> !acquaintanceElements.isEmpty()); 56 | } 57 | 58 | public void waitUntilPageLoads() { 59 | Helper.waitUntil(webDriver -> addAcquaintanceButtonElement.isDisplayed()); 60 | } 61 | } -------------------------------------------------------------------------------- /src/test/java/pages/AddAcquaintancePage.java: -------------------------------------------------------------------------------- 1 | package pages; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.MobileElement; 5 | import io.appium.java_client.pagefactory.AndroidFindBy; 6 | import io.appium.java_client.pagefactory.AppiumFieldDecorator; 7 | import io.appium.java_client.pagefactory.iOSXCUITFindBy; 8 | import org.openqa.selenium.support.PageFactory; 9 | import utils.Helper; 10 | 11 | public class AddAcquaintancePage { 12 | 13 | @AndroidFindBy(id = "firstNameField") 14 | @iOSXCUITFindBy(accessibility = "_FirstNameField") 15 | private MobileElement firstNameFieldElement; 16 | 17 | @AndroidFindBy(id = "lastNameField") 18 | @iOSXCUITFindBy(accessibility = "_LastNameField") 19 | private MobileElement lastNameFieldElement; 20 | 21 | @AndroidFindBy(id = "acquaintanceSaveButton") 22 | @iOSXCUITFindBy(accessibility = "Save") 23 | private MobileElement saveButtonElement; 24 | 25 | public AddAcquaintancePage(AppiumDriver driver) { 26 | PageFactory.initElements(new AppiumFieldDecorator(driver), this); 27 | } 28 | 29 | public void fillInRequiredFields(String firstName, String lastName) { 30 | firstNameFieldElement.clear(); 31 | firstNameFieldElement.sendKeys(firstName); 32 | lastNameFieldElement.clear(); 33 | lastNameFieldElement.sendKeys(lastName); 34 | } 35 | 36 | public void tapOnSaveButton() { 37 | saveButtonElement.click(); 38 | } 39 | 40 | public void waitUntilPageLoads() { 41 | Helper.waitUntil(webDriver -> firstNameFieldElement.isDisplayed()); 42 | } 43 | 44 | } -------------------------------------------------------------------------------- /src/test/java/pages/AlertConfirmationPage.java: -------------------------------------------------------------------------------- 1 | package pages; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.MobileElement; 5 | import io.appium.java_client.pagefactory.AndroidFindBy; 6 | import io.appium.java_client.pagefactory.AppiumFieldDecorator; 7 | import io.appium.java_client.pagefactory.iOSXCUITFindBy; 8 | import org.openqa.selenium.support.PageFactory; 9 | import utils.Helper; 10 | import utils.Platform; 11 | 12 | import java.util.List; 13 | 14 | public class AlertConfirmationPage { 15 | 16 | @AndroidFindBy(id = "android:id/button1") 17 | private MobileElement confirmButtonElement; 18 | 19 | @iOSXCUITFindBy(id = "Delete") 20 | private List deleteButtonElements; 21 | 22 | public AlertConfirmationPage(AppiumDriver driver) { 23 | PageFactory.initElements(new AppiumFieldDecorator(driver), this); 24 | } 25 | 26 | public void tapOnConfirmButton() { 27 | getConfirmButtonElement().click(); 28 | } 29 | 30 | private MobileElement getConfirmButtonElement() { 31 | if (Platform.isOnIOS()) { 32 | Helper.waitUntil(webDriver -> deleteButtonElements.size() > 1); 33 | 34 | return deleteButtonElements.get(1); 35 | } else { 36 | Helper.waitUntil(webDriver -> confirmButtonElement.isDisplayed()); 37 | 38 | return confirmButtonElement; 39 | } 40 | } 41 | } -------------------------------------------------------------------------------- /src/test/java/utils/AppiumManager.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.android.AndroidDriver; 5 | import io.appium.java_client.ios.IOSDriver; 6 | import io.appium.java_client.service.local.AppiumDriverLocalService; 7 | import io.appium.java_client.service.local.AppiumServiceBuilder; 8 | import io.appium.java_client.service.local.flags.GeneralServerFlag; 9 | import org.openqa.selenium.WebDriverException; 10 | import org.openqa.selenium.remote.DesiredCapabilities; 11 | 12 | public final class AppiumManager { 13 | private static AppiumManager instance; 14 | 15 | private AppiumDriverLocalService service; 16 | private AppiumDriver driver; 17 | 18 | private AppiumManager() { 19 | } 20 | 21 | public static AppiumManager getInstance() { 22 | if (instance == null) { 23 | synchronized (AppiumManager.class) { 24 | instance = new AppiumManager(); 25 | } 26 | } 27 | 28 | return instance; 29 | } 30 | 31 | public AppiumDriver getDriver() { 32 | return driver; 33 | } 34 | 35 | public void launchAppWithFreshInstall() { 36 | if (service == null) { 37 | startService(); 38 | } 39 | 40 | if (driver == null) { 41 | startDriver(); 42 | } 43 | else { 44 | driver.resetApp(); 45 | } 46 | } 47 | 48 | public void restartService() { 49 | System.out.println("Appium is restarting. Time " + System.currentTimeMillis()); 50 | 51 | closeDriver(); 52 | closeService(); 53 | startService(); 54 | startDriver(); 55 | } 56 | 57 | private void startService() { 58 | String logLevel = ConfigurationManager.getInstance().getAppiumLogLevel(); 59 | 60 | service = new AppiumServiceBuilder().usingAnyFreePort() 61 | .withArgument(GeneralServerFlag.LOG_LEVEL, logLevel) 62 | .build(); 63 | service.start(); 64 | } 65 | 66 | private void closeService() { 67 | if (service != null) { 68 | try { 69 | service.stop(); 70 | } catch (WebDriverException exception) { 71 | exception.printStackTrace(); 72 | } finally { 73 | service = null; 74 | } 75 | } 76 | } 77 | 78 | private void startDriver() { 79 | DesiredCapabilities capabilities = ConfigurationManager.getInstance().getDesiredCapabilities(); 80 | 81 | if (Platform.isOnIOS()) { 82 | driver = new IOSDriver(service.getUrl(), capabilities); 83 | } else { 84 | driver = new AndroidDriver(service.getUrl(), capabilities); 85 | } 86 | } 87 | 88 | private void closeDriver() { 89 | if (driver != null) { 90 | try { 91 | driver.quit(); 92 | } catch (WebDriverException exception) { 93 | exception.printStackTrace(); 94 | } finally { 95 | driver = null; 96 | } 97 | } 98 | } 99 | } -------------------------------------------------------------------------------- /src/test/java/utils/ConfigurationManager.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | import io.appium.java_client.remote.MobileCapabilityType; 4 | import io.appium.java_client.remote.MobilePlatform; 5 | import org.openqa.selenium.remote.DesiredCapabilities; 6 | 7 | import java.io.IOException; 8 | import java.util.Properties; 9 | 10 | public final class ConfigurationManager { 11 | private static final String APPIUM_LOG_LEVEL = "APPIUM_LOG_LEVEL"; 12 | 13 | private static final String DEVICE_NAME = "DEVICE_NAME"; 14 | private static final String PLATFORM_VERSION = "PLATFORM_VERSION"; 15 | private static final String PLATFORM_NAME = "PLATFORM_NAME"; 16 | private static final String APP_PATH = "APP_PATH"; 17 | 18 | private static final String PLATFORM = "PLATFORM"; 19 | 20 | private static ConfigurationManager instance; 21 | private final Properties properties; 22 | 23 | private ConfigurationManager() { 24 | properties = new Properties(); 25 | 26 | try { 27 | loadLocalProperties(); 28 | System.out.println("Using local properties"); 29 | } catch (Exception ex1) { 30 | loadNonLocalProperties(); 31 | System.out.println("Using non - local properties"); 32 | } 33 | } 34 | 35 | public static ConfigurationManager getInstance() { 36 | if (instance == null) { 37 | instance = new ConfigurationManager(); 38 | } 39 | 40 | return instance; 41 | } 42 | 43 | boolean isOnIOS() { 44 | return getPlatform().equalsIgnoreCase(MobilePlatform.IOS); 45 | } 46 | 47 | String getAppiumLogLevel() { 48 | return getValueForKey(APPIUM_LOG_LEVEL); 49 | } 50 | 51 | DesiredCapabilities getDesiredCapabilities() { 52 | DesiredCapabilities capabilities = new DesiredCapabilities(); 53 | 54 | capabilities.setCapability(MobileCapabilityType.APP, getValueForKey(APP_PATH)); 55 | capabilities.setCapability(MobileCapabilityType.DEVICE_NAME, getValueForKey(DEVICE_NAME)); 56 | capabilities.setCapability(MobileCapabilityType.PLATFORM_NAME, getValueForKey(PLATFORM_NAME)); 57 | capabilities.setCapability(MobileCapabilityType.PLATFORM_VERSION, getPlatformVersion()); 58 | capabilities.setCapability(MobileCapabilityType.AUTOMATION_NAME, isOnIOS() ? "XCUITest" : "UIAutomator2"); 59 | 60 | final int newCommandTimeoutInSecods = 300; 61 | capabilities.setCapability(MobileCapabilityType.NEW_COMMAND_TIMEOUT, newCommandTimeoutInSecods); 62 | 63 | return capabilities; 64 | } 65 | 66 | private String getPlatformVersion() { 67 | return getValueForKey(PLATFORM_VERSION); 68 | } 69 | 70 | private String getPlatform() { 71 | return getValueForKey(PLATFORM); 72 | } 73 | 74 | private String getValueForKey(String key) { 75 | return properties.getProperty(key); 76 | } 77 | 78 | private void loadLocalProperties() { 79 | loadPropertiesWithPath("config/local/global.properties"); 80 | 81 | if (isOnIOS()) { 82 | loadPropertiesWithPath("config/local/ios.properties"); 83 | } else { 84 | loadPropertiesWithPath("config/local/android.properties"); 85 | } 86 | } 87 | 88 | private void loadNonLocalProperties() { 89 | loadPropertiesWithPath("config/global.properties"); 90 | 91 | if (isOnIOS()) { 92 | loadPropertiesWithPath("config/ios.properties"); 93 | } else { 94 | loadPropertiesWithPath("config/android.properties"); 95 | } 96 | } 97 | 98 | private void loadPropertiesWithPath(String path) { 99 | try { 100 | properties.load(ConfigurationManager.class.getClassLoader().getResourceAsStream(path)); 101 | } catch (IOException exception) { 102 | throw new RuntimeException(exception); 103 | } 104 | } 105 | } -------------------------------------------------------------------------------- /src/test/java/utils/Constants.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | public final class Constants { 4 | 5 | public static final String FIRST_NAME = "John"; 6 | public static final String LAST_NAME = "Doe"; 7 | 8 | private Constants() { 9 | 10 | } 11 | } -------------------------------------------------------------------------------- /src/test/java/utils/ExpectedConditionWrapper.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | import org.openqa.selenium.NoSuchElementException; 4 | import org.openqa.selenium.WebDriver; 5 | import org.openqa.selenium.support.ui.ExpectedCondition; 6 | 7 | public class ExpectedConditionWrapper implements ExpectedCondition { 8 | private final ExpectedCondition innerCondition; 9 | private boolean boolForNoSuchElementException; 10 | 11 | private ExpectedConditionWrapper(ExpectedCondition condition) { 12 | innerCondition = condition; 13 | } 14 | 15 | private ExpectedConditionWrapper(ExpectedCondition condition, boolean bool) { 16 | innerCondition = condition; 17 | boolForNoSuchElementException = bool; 18 | } 19 | 20 | public Boolean apply(WebDriver webDriver) { 21 | try { 22 | return innerCondition.apply(webDriver); 23 | } catch (NoSuchElementException noSuchElement) { 24 | return boolForNoSuchElementException; 25 | } 26 | } 27 | 28 | public static ExpectedConditionWrapper condition(ExpectedCondition innerCondition) { 29 | return new ExpectedConditionWrapper(innerCondition); 30 | } 31 | 32 | public static ExpectedConditionWrapper condition(ExpectedCondition innerCondition, 33 | boolean boolForNoSuchElementException) { 34 | return new ExpectedConditionWrapper(innerCondition, boolForNoSuchElementException); 35 | } 36 | } -------------------------------------------------------------------------------- /src/test/java/utils/Helper.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | import io.appium.java_client.AppiumDriver; 4 | import io.appium.java_client.TouchAction; 5 | import io.appium.java_client.touch.WaitOptions; 6 | import io.appium.java_client.touch.offset.PointOption; 7 | import io.cucumber.core.api.Scenario; 8 | import org.apache.commons.io.FileUtils; 9 | import org.apache.commons.io.IOUtils; 10 | import org.junit.Assert; 11 | import org.openqa.selenium.*; 12 | import org.openqa.selenium.support.ui.ExpectedCondition; 13 | import org.openqa.selenium.support.ui.ExpectedConditions; 14 | import org.openqa.selenium.support.ui.WebDriverWait; 15 | 16 | import java.io.File; 17 | import java.io.FileInputStream; 18 | import java.io.IOException; 19 | import java.io.InputStream; 20 | import java.time.Duration; 21 | 22 | public final class Helper { 23 | private static final long ONE_SECOND_IN_MILLIS = 1000; 24 | private static final int DURATION_FOR_ELEMENT_TO_LOAD_SECONDS = 15; 25 | 26 | private Helper() { 27 | } 28 | 29 | public static void navigateBack() { 30 | final int numberOfBackSteps = 1; 31 | 32 | for (int i = 0; i < numberOfBackSteps; i++) { 33 | 34 | if (Platform.isOnIOS()) { 35 | By leftTopButtonXpath = By.xpath("//XCUIElementTypeNavigationBar[1]/XCUIElementTypeButton[1]"); 36 | waitForElementToLoadBy(leftTopButtonXpath); 37 | 38 | getDriver().findElement(leftTopButtonXpath).click(); 39 | } else { 40 | getDriver().navigate().back(); 41 | } 42 | } 43 | } 44 | 45 | public static void waitUntil(ExpectedCondition condition) { 46 | waitUntil(condition, DURATION_FOR_ELEMENT_TO_LOAD_SECONDS); 47 | } 48 | 49 | public static void waitUntil(ExpectedCondition condition, int timeout) { 50 | WebDriverWait wait = new WebDriverWait(getDriver(), timeout); 51 | 52 | wait.ignoring(NoSuchElementException.class).ignoring(StaleElementReferenceException.class).until(condition); 53 | } 54 | 55 | public static void takeScreenshotForScenario(Scenario scenario) throws WebDriverException { 56 | String currentWorkingDirectory = System.getProperty("user.dir"); 57 | String fileName = scenario.getId().replace("/", "") + ".png"; 58 | String outputLocation = currentWorkingDirectory + "/failed_screenshots/" + fileName; 59 | 60 | File screenshot = getDriver().getScreenshotAs(OutputType.FILE); 61 | scenario.embed(Helper.toByteArray(screenshot), "image/png"); 62 | 63 | try { 64 | FileUtils.copyFile(screenshot, new File(outputLocation)); 65 | } catch (IOException exception) { 66 | exception.printStackTrace(); 67 | } 68 | } 69 | 70 | public static void scrollDownFullScreenUntilCondition(ExpectedConditionWrapper condition) { 71 | int timeOutInSeconds = 120; 72 | long scrollStartTimeInMillis = System.currentTimeMillis(); 73 | 74 | while (condition.apply(getDriver()) != Boolean.TRUE) { 75 | scrollDownFullScreen(); 76 | 77 | long timePassedInSeconds = (System.currentTimeMillis() - scrollStartTimeInMillis) / ONE_SECOND_IN_MILLIS; 78 | 79 | if (timePassedInSeconds > timeOutInSeconds) { 80 | Assert.fail("Scrolling down timed out"); 81 | } 82 | } 83 | } 84 | 85 | private static void scrollDownFullScreen() { 86 | final double heightMultiplier = 0.8; 87 | Dimension dimensions = getWindowSize(); 88 | int centerX = dimensions.getWidth() / 2; 89 | 90 | int scrollStart = (int) (dimensions.getHeight() * heightMultiplier); 91 | int scrollEnd = 0; 92 | 93 | final int swipeDurationInMillis = 1200; 94 | swipe(centerX, scrollStart, centerX, scrollEnd, swipeDurationInMillis); 95 | } 96 | 97 | private static Dimension getWindowSize() { 98 | return getDriver().manage().window().getSize(); 99 | } 100 | 101 | private static void swipe(int startx, int starty, int endx, int endy, int duration) { 102 | TouchAction touchAction = new TouchAction(getDriver()); 103 | Duration swipeDuration = Duration.ofMillis(duration); 104 | 105 | touchAction.press(PointOption.point(startx, starty)).waitAction(WaitOptions.waitOptions(swipeDuration)).moveTo(PointOption.point(endx, endy)).release(); 106 | 107 | touchAction.perform(); 108 | } 109 | 110 | private static AppiumDriver getDriver() { 111 | return AppiumManager.getInstance().getDriver(); 112 | } 113 | 114 | private static void waitForElementToLoadBy(By by) { 115 | WebDriverWait wait = new WebDriverWait(getDriver(), DURATION_FOR_ELEMENT_TO_LOAD_SECONDS); 116 | wait.until(ExpectedConditions.visibilityOfAllElementsLocatedBy(by)); 117 | } 118 | 119 | private static byte[] toByteArray(File file) { 120 | try { 121 | InputStream inputStream = new FileInputStream(file); 122 | return IOUtils.toByteArray(inputStream); 123 | } catch (IOException exception) { 124 | exception.printStackTrace(); 125 | return null; 126 | } 127 | } 128 | } -------------------------------------------------------------------------------- /src/test/java/utils/Platform.java: -------------------------------------------------------------------------------- 1 | package utils; 2 | 3 | public final class Platform { 4 | private Platform() { } 5 | 6 | public static boolean isOnIOS() { 7 | return ConfigurationManager.getInstance().isOnIOS(); 8 | } 9 | } -------------------------------------------------------------------------------- /src/test/resources/config/android.properties: -------------------------------------------------------------------------------- 1 | PLATFORM_VERSION=9 2 | DEVICE_NAME=Nexus_5X_API_28 3 | APP_PATH=/Users/cosminstirbu/Repos/android-ios-cucumber-example/apps/com.xamarin.acquaintnative.apk -------------------------------------------------------------------------------- /src/test/resources/config/global.properties: -------------------------------------------------------------------------------- 1 | APPIUM_LOG_LEVEL=debug 2 | PLATFORM=iOS -------------------------------------------------------------------------------- /src/test/resources/config/ios.properties: -------------------------------------------------------------------------------- 1 | PLATFORM_VERSION=12.2 2 | DEVICE_NAME=iPhone X 3 | APP_PATH=/Users/cosminstirbu/Repos/android-ios-cucumber-example/apps/AcquaintNativeiOS-shortlist.app -------------------------------------------------------------------------------- /src/test/resources/features/addAcquaintance/AddNewAcquaintance.feature: -------------------------------------------------------------------------------- 1 | Feature: As a user I want to add a new acquaintance 2 | 3 | Scenario: Add a new acquaintance 4 | 5 | Given I tap on the add acquaintance button 6 | When I fill in the required fields and tap on the Save button 7 | Then I should see the new acquaintance in the list -------------------------------------------------------------------------------- /src/test/resources/features/modifyAcquaintance/ModifyAcquaintance.feature: -------------------------------------------------------------------------------- 1 | Feature: As a user I want to modify an acquaintance 2 | 3 | Background: Preconditions 4 | Given I tap on the add acquaintance button 5 | And I set the first name to: 'Jack' and last name to: 'H' and tap the Save button 6 | 7 | Scenario: Delete newly created acquaintance 8 | 9 | Given I tap on the new acquaintance 10 | When I tap on the delete acquaintance button and confirm my action 11 | Then I should see that the acquaintance was deleted 12 | 13 | Scenario: Edit newly created acquaintance 14 | 15 | Given I tap on the new acquaintance 16 | And I tap on the edit acquaintance button 17 | When I set the first name to: 'James' and last name to: 'H' and tap the Save button 18 | Then I should see that the first name and last name changed --------------------------------------------------------------------------------