Skip to content

Commit

Permalink
update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent committed Dec 31, 2016
1 parent b7bf336 commit 390d152
Show file tree
Hide file tree
Showing 18 changed files with 74 additions and 14 deletions.
4 changes: 2 additions & 2 deletions Formant Analyzer/Formant Analyzer/Info.plist
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.3</string>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.3.3.1</string>
<string>1.3.4.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down
Expand Up @@ -37,7 +37,7 @@ class Formant_AnalyzerUITests: XCTestCase {
func testSig() {
let app = XCUIApplication()
app.buttons["Sig"].tap()
delay(0.5) {
delay(1.5) {
snapshot("1Sig", waitForLoadingIndicator:true)
}
self.waitForExpectations(timeout: 2, handler: nil)
Expand All @@ -46,7 +46,7 @@ class Formant_AnalyzerUITests: XCTestCase {
func testLpc() {
let app = XCUIApplication()
app.buttons["LPC"].tap()
delay(0.5) {
delay(1.5) {
snapshot("2Lpc", waitForLoadingIndicator:true)
}
self.waitForExpectations(timeout: 2, handler: nil)
Expand All @@ -55,7 +55,7 @@ class Formant_AnalyzerUITests: XCTestCase {
func testHw() {
let app = XCUIApplication()
app.segmentedControls.buttons.element(boundBy: 2).tap()
delay(0.5) {
delay(1.5) {
snapshot("3Hw", waitForLoadingIndicator:true)
}
self.waitForExpectations(timeout: 2, handler: nil)
Expand All @@ -64,7 +64,7 @@ class Formant_AnalyzerUITests: XCTestCase {
func testFrmnt() {
let app = XCUIApplication()
app.buttons["Frmnt"].tap()
delay(0.5) {
delay(1.5) {
snapshot("4Frmnt", waitForLoadingIndicator:true)
}
self.waitForExpectations(timeout: 2, handler: nil)
Expand Down
2 changes: 1 addition & 1 deletion Formant Analyzer/Podfile.lock
Expand Up @@ -12,4 +12,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: f0e0a1e4f479527ec2ad23dd123b9c4558fff7ae

COCOAPODS: 1.1.1
COCOAPODS: 1.2.0.beta.3

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Formant Analyzer/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Formant Analyzer/fastlane/README.md
Expand Up @@ -26,6 +26,6 @@ Deploy a new version to the App Store

----

This README.md is auto-generated and will be re-generated every time to run [fastlane](https://fastlane.tools).
This README.md is auto-generated and will be re-generated every time [fastlane](https://fastlane.tools) is run.
More information about fastlane can be found on [https://fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane).
The documentation of fastlane can be found on [GitHub](https://github.com/fastlane/fastlane/tree/master/fastlane).
6 changes: 6 additions & 0 deletions Formant Analyzer/fastlane/Snapfile
Expand Up @@ -10,6 +10,12 @@
# "iPad Pro"
# ])

devices([
"iPhone 7",
"iPad Pro"
]
)

languages([
"en-US"
])
Expand Down

0 comments on commit 390d152

Please sign in to comment.