Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion GitUser.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = SV589M4LUY;
INFOPLIST_FILE = GitUserKIFUITests/Configurations/Plists/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down Expand Up @@ -2166,7 +2167,9 @@
baseConfigurationReference = 5C8F1FF4A4A18B1A34CD67CF /* Pods-GitUser-GitUserKIFUITests.release staging.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = "";
INFOPLIST_FILE = GitUserKIFUITests/Configurations/Plists/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -2175,6 +2178,7 @@
);
PRODUCT_BUNDLE_IDENTIFIER = "${PRODUCT_BUNDLE_IDENTIFIER}";
PRODUCT_NAME = GitUserKIFUITests;
PROVISIONING_PROFILE_SPECIFIER = "";
SDKROOT = iphoneos;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
Expand Down Expand Up @@ -2917,6 +2921,7 @@
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_IDENTITY = "iPhone Developer";
DEVELOPMENT_TEAM = SV589M4LUY;
INFOPLIST_FILE = GitUserKIFUITests/Configurations/Plists/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
1 change: 1 addition & 0 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ end

def data_dependencies
pod 'Alamofire'
pod 'Realm'
pod 'RealmSwift'
end

Expand Down
3 changes: 2 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ DEPENDENCIES:
- Kingfisher
- OHHTTPStubs/Swift
- R.swift
- Realm
- RealmSwift
- Resolver
- Sourcery
Expand Down Expand Up @@ -178,6 +179,6 @@ SPEC CHECKSUMS:
Wormholy: ab1c8c2f02f58587a0941deb0088555ffbf039a1
xcbeautify: 6e2f57af5c3a86d490376d5758030a8dcc201c1b

PODFILE CHECKSUM: 9fd45fe017176da61b2292c2bfa1f2bfd3de4d30
PODFILE CHECKSUM: 07c365836bb4b051c00ee59a91809d7618be43e7

COCOAPODS: 1.16.2
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
## Code Coverage Report
<img src="screenshots/code_coverage_report.png"/>

## Bitrise:
Project: https://app.bitrise.io/app/3acbfd1d-8f9c-4901-a666-db389d71edb6
## Build:

- **Version**: 1.0
- **Installable Artifact
**: [Download Here](https://app.bitrise.io/app/d770b010-39d9-44af-a15a-4f6257c39878/installable-artifacts/60eb69a290b0b8ce/public-install-page/65a26f33ce2d5a7ddac8c603e4135460)

## Project Template

Expand Down