Skip to content

Commit d3da287

Browse files
Package restores
1 parent 357f4b0 commit d3da287

3 files changed

Lines changed: 3 additions & 10 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ let package = Package(
6363
path: "Sources/BackoffCounter/Tests"
6464
),
6565

66+
// PeriodicRecorderWorker
6667
.target(
6768
name: "PeriodicRecorderWorker",
6869
dependencies: [],

Split.podspec

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ This SDK is designed to work with Split, the platform for controlled rollouts, s
1515
s.frameworks = 'Foundation'
1616
s.swift_versions = ['4.0', '4.2', '5.0', '5.1', '5.2', '5.3']
1717
s.resources = "Split/Storage/split_cache.xcdatamodeld"
18-
s.pod_target_xcconfig = { 'HEADER_SEARCH_PATHS' => '$(PROJECT_DIR)/Split/Common/Utils/JFBCrypt', 'SWIFT_INCLUDE_PATHS' => '${PROJECT_DIR}/Split/Common/Utils/JFBCrypt' }
19-
s.source_files = 'Split/**/*.{swift}', 'Split/Common/Utils/JFBCrypt/*.{h,m}', 'Sources/**/*.swift'
20-
s.exclude_files = 'Split/Common/Utils/Lib/*', 'Sources/**/Tests/**'
18+
s.source_files = 'Split/**/*.{swift}', 'Sources/**/*.swift'
19+
s.exclude_files = 'Sources/**/Tests/**'
2120

2221
# #INJECT_SUBSPEC
2322
end

Split/.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)