diff --git a/GitUser.xcodeproj/project.pbxproj b/GitUser.xcodeproj/project.pbxproj index bcb67f7..8fa5b86 100644 --- a/GitUser.xcodeproj/project.pbxproj +++ b/GitUser.xcodeproj/project.pbxproj @@ -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)", @@ -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)", @@ -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"; @@ -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)", diff --git a/Podfile b/Podfile index 9bc5b63..4d38c96 100644 --- a/Podfile +++ b/Podfile @@ -48,6 +48,7 @@ end def data_dependencies pod 'Alamofire' + pod 'Realm' pod 'RealmSwift' end diff --git a/Podfile.lock b/Podfile.lock index 44c799d..92813be 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -107,6 +107,7 @@ DEPENDENCIES: - Kingfisher - OHHTTPStubs/Swift - R.swift + - Realm - RealmSwift - Resolver - Sourcery @@ -178,6 +179,6 @@ SPEC CHECKSUMS: Wormholy: ab1c8c2f02f58587a0941deb0088555ffbf039a1 xcbeautify: 6e2f57af5c3a86d490376d5758030a8dcc201c1b -PODFILE CHECKSUM: 9fd45fe017176da61b2292c2bfa1f2bfd3de4d30 +PODFILE CHECKSUM: 07c365836bb4b051c00ee59a91809d7618be43e7 COCOAPODS: 1.16.2 diff --git a/README.md b/README.md index 07999e2..6143d61 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ ## Code Coverage Report -## 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