Skip to content

Commit

Permalink
Updated deployment target again
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Feb 3, 2016
1 parent 6cf30df commit ddba2e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 16 deletions.
18 changes: 2 additions & 16 deletions SugarRecord.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.10"
s.watchos.deployment_target = "2.0"
s.tvos.deployment_target = '9.0'

rx_dependencies = lambda do |spec|
spec.dependency 'RxSwift', '~> 2.0.0'
Expand All @@ -39,17 +37,8 @@ Pod::Spec.new do |s|
end

all_platforms = lambda do |spec|
# spec.ios.deployment_target = "8.0"
# spec.osx.deployment_target = "10.10"
# spec.watchos.deployment_target = "2.0"
# spec.tvos.deployment_target = '9.0'
end

all_icloud_supported_platforms = lambda do |spec|
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.10"
spec.watchos.deployment_target = nil
spec.tvos.deployment_target = nil
spec.watchos.deployment_target = "2.0"
spec.tvos.deployment_target = '9.0'
end

excluded_icloud_files = ['SugarRecord/Source/CoreData/Entities/iCloudConfig.swift', 'SugarRecord/Source/CoreData/Storages/CoreDataiCloudStorage.swift']
Expand All @@ -71,7 +60,6 @@ Pod::Spec.new do |s|
spec.exclude_files = excluded_files
coredata_dependencies.call(spec)
foundation_dependencies.call(spec)
all_icloud_supported_platforms.call(spec)
end

s.subspec "CoreData+RX" do |spec|
Expand All @@ -93,7 +81,6 @@ Pod::Spec.new do |s|
rx_dependencies.call(spec)
coredata_dependencies.call(spec)
foundation_dependencies.call(spec)
all_icloud_supported_platforms.call(spec)
end


Expand All @@ -116,7 +103,6 @@ Pod::Spec.new do |s|
rac_dependencies.call(spec)
coredata_dependencies.call(spec)
foundation_dependencies.call(spec)
all_icloud_supported_platforms.call(spec)
end

s.subspec "Realm" do |spec|
Expand Down
4 changes: 4 additions & 0 deletions SugarRecord.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@
237A93CC1C626AC0006BC2F1 /* CoreDataiCloudStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238863791C5C239C0048B691 /* CoreDataiCloudStorage.swift */; };
237A93CD1C626AC8006BC2F1 /* iCloudConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2388637E1C5C285F0048B691 /* iCloudConfig.swift */; };
237A93CE1C626AC9006BC2F1 /* iCloudConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2388637E1C5C285F0048B691 /* iCloudConfig.swift */; };
237A93CF1C62A28A006BC2F1 /* iCloudConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2388637E1C5C285F0048B691 /* iCloudConfig.swift */; };
237A93D01C62A28B006BC2F1 /* iCloudConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2388637E1C5C285F0048B691 /* iCloudConfig.swift */; };
239C8E051BF48B680025DB9A /* ContextParent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239C8E041BF48B680025DB9A /* ContextParent.swift */; };
239C8E061BF48B680025DB9A /* ContextParent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 239C8E041BF48B680025DB9A /* ContextParent.swift */; };
23A916751C17365A005E57D8 /* DirUtilsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23A916741C17365A005E57D8 /* DirUtilsTests.swift */; };
Expand Down Expand Up @@ -1762,6 +1764,7 @@
231C61F11C174BE000CD6532 /* NSManagedObjectMemoryContext.swift in Sources */,
2353E6761BED4E420081E6E7 /* Store.swift in Sources */,
2353E6391BED4AC00081E6E7 /* NSManagedObject.swift in Sources */,
237A93D01C62A28B006BC2F1 /* iCloudConfig.swift in Sources */,
2353E6451BED4AC00081E6E7 /* Request.swift in Sources */,
2353E6411BED4AC00081E6E7 /* CoreDataDefaultStorage.swift in Sources */,
2353E67B1BED52150081E6E7 /* Options.swift in Sources */,
Expand Down Expand Up @@ -1792,6 +1795,7 @@
2353E6771BED4E420081E6E7 /* Store.swift in Sources */,
2353E63A1BED4AC00081E6E7 /* NSManagedObject.swift in Sources */,
2353E6461BED4AC00081E6E7 /* Request.swift in Sources */,
237A93CF1C62A28A006BC2F1 /* iCloudConfig.swift in Sources */,
2353E6421BED4AC00081E6E7 /* CoreDataDefaultStorage.swift in Sources */,
2353E67C1BED52150081E6E7 /* Options.swift in Sources */,
23F3F3661C1DF2D6009A5CC1 /* ReactiveStorage.swift in Sources */,
Expand Down

0 comments on commit ddba2e0

Please sign in to comment.