Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Fix #135 Bundle Identifier issue. #148

Closed

Conversation

mattwhitlock
Copy link

Reordered replace command in generate_template to fix issue where bundle identifier would not be updated correctly.

Fixes #135

…dle identifier would not be updated correctly.
@raizlabs-oss-bot
Copy link

raizlabs-oss-bot commented Aug 22, 2019

4 Messages
📖 Test Results
📖 Code Coverage: xcov
📖 Code Coverage: Slather
📖 Screenshots

Current coverage for Services.framework is 68.30%

No files affecting coverage found


Current coverage for debug-PRODUCTNAME.app is 0.78%

No files affecting coverage found


Powered by xcov

Generated by 🚫 Danger

@mattwhitlock
Copy link
Author

testAuthenticatedRequestWithCredentials test is passing locally in Xcode, command line and on test-xcode-10-2 in Circle CI but not in danger... Investigating.

@mattwhitlock
Copy link
Author

Test fail most likely due to #123 OHHTTPStub Tests failing inconsistently. Will try to force rebuild. In the meantime, those tests may need to be commented out until that issue is tracked down and resolved.

@mattwhitlock
Copy link
Author

Although all tests are passing and are fine to be merged, I believe Issue #123 is still present and more work is likely needed.

Tests as currently constructed are likely fine from the perspective of OHHTTPStubs. See https://github.com/AliSoftware/OHHTTPStubs/wiki/OHHTTPStubs-and-asynchronous-tests Either formulation (do XCTAssert() in waitForExpectations:timeout:handler or after wairForExpectations:timeout) should be fine there.

That leaves APIClient itself although it's a very light layer on top of Alamofire. Next step is probably to continue work on #123. I don't believe that should hold up merging this specific PR though as it's simply fixing a bundle identifier issue.

@mattwhitlock
Copy link
Author

Closing as this template is no longer in active use.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS-template script generates incorrect bundle identifier in app
2 participants