Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Added .travis.yml file. Updates issue template. Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed May 3, 2018
1 parent bcc1dd4 commit ad04c2e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: objective-c
osx_image: xcode9.3

notifications:
email: false
env:
- LC_CTYPE=en_US.UTF-8 LANG=en_US.UTF-8
before_install:
- rvm install ruby-2.4.1
- gem install cocoapods
- gem install xcpretty -N
- brew update
script:
- set -o pipefail
- xcodebuild -project HarpyExample/HarpyExample.xcodeproj -scheme HarpyExample -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO | xcpretty -c
7 changes: 6 additions & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ Siren does not and will not support the macOS App Store.
Common Issue #3:
> "Support for prompting TestFlight users to update to the newest beta build."
Siren does not support this functionality. There is no publicly accessible TstFlight API akin to that of the public App Store API that Siren can utilize to provide this functionality.
Siren does not support this functionality. There is no publicly accessible TestFlight API akin to that of the public App Store API that Siren can utilize to provide this functionality.

Please delete this text before submitting a new issue.

Common Issue #4:
> "Infinite Looping of App Store Prompt"
If you use the `.force` update option and your app prompts the user to download the latest version from the App Store, and the latest verison happens to be unavailable, an infinite loop will occur. This is undesirable UX. To address this issue, simple set `setShowAlertAfterCurrentVersionHasBeenReleasedForDays` to a value of 1-3 days. By default, this value is set to `1` day to avoid this exact issue.
======
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Harpy was ported to Swift by myself and [**Aaron Brager**](http://twitter.com/Ge
## Features
- [x] CocoaPods Support
- [x] Carthage Support
- [x] Localized for 30+ languages (See **Localization**)
- [x] Localized for 40+ languages (See **Localization**)
- [x] Pre-Update Device Compatibility Check (See **Device Compatibility**)
- [x] Three types of alerts (see **Screenshots & Alert Types**)
- [x] Optional delegate methods (see **Optional Delegate** section)
Expand Down

0 comments on commit ad04c2e

Please sign in to comment.