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
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "Carthage/Checkouts/Swiftx"]
url = https://github.com/typelift/Swiftx.git
url = https://github.com/sharecare/Swiftx.git
path = Carthage/Checkouts/Swiftx
[submodule "Carthage/Checkouts/FileCheck"]
path = Carthage/Checkouts/FileCheck
Expand All @@ -9,4 +9,4 @@
url = https://github.com/typelift/Operadics.git
[submodule "Carthage/Checkouts/SwiftCheck"]
path = Carthage/Checkouts/SwiftCheck
url = https://github.com/typelift/SwiftCheck.git
url = https://github.com/sharecare/SwiftCheck.git
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ matrix:
include:
- os: osx
language: objective-c
osx_image: xcode10.2
osx_image: xcode11.2
before_install:
- git submodule update --init --recursive
script:
- pod lib lint
- carthage build --no-skip-current
- os: osx
language: objective-c
osx_image: xcode10.2
osx_image: xcode11.2
before_install:
- git submodule update --init --recursive
script:
- set -o pipefail
- xcodebuild test -scheme Swiftz | xcpretty -c
- xcodebuild build-for-testing -scheme Swiftz-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c
- xcodebuild test -scheme Swiftz-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (2nd generation)" | xcpretty -c
- xcodebuild build-for-testing -scheme Swiftz-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c
- xcodebuild test -scheme Swiftz-iOS -destination "platform=iOS Simulator,name=iPad Pro (12.9-inch) (3rd generation)" | xcpretty -c
- xcodebuild build-for-testing -scheme Swiftz-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c
- xcodebuild test -scheme Swiftz-tvOS -destination 'platform=tvOS Simulator,name=Apple TV 4K (at 1080p)' | xcpretty -c
- os: linux
Expand Down
3 changes: 3 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"settingsInheritedFrom": "Sharecare/whitesource-config@main"
}
4 changes: 2 additions & 2 deletions Cartfile.private
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "typelift/Swiftx"
github "typelift/SwiftCheck"
github "sharecare/Swiftx" "master"
github "sharecare/SwiftCheck" "master"
github "typelift/Operadics"
4 changes: 2 additions & 2 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "sharecare/SwiftCheck" "c3bb2da15f0d9689eefd85394694d4f5057d5ea6"
github "sharecare/Swiftx" "4affb6451b6981cf56c2ec1287aaee3406a5e5e0"
github "typelift/Operadics" "0.4.0"
github "typelift/SwiftCheck" "0.12.0"
github "typelift/Swiftx" "0.8.0"
12 changes: 12 additions & 0 deletions securityconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"team": "Berlin",
"team_owner": "Dan Eckert",
"team_poc": "Dimitrios Georgakopoulos",
"risk_assessment": {
"usesDeidentifiedData": false,
"sourcedFromPHIorPII": false,
"appPubliclyAccessible": true,
"containsPII": true,
"containsPHI": true
}
}