Skip to content
This repository was archived by the owner on Dec 5, 2022. It is now read-only.

Commit 86d6b51

Browse files
committed
Update project settings
1 parent 94e90ff commit 86d6b51

File tree

13 files changed

+38
-86
lines changed

13 files changed

+38
-86
lines changed

DeepDiff.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Pod::Spec.new do |s|
1212
s.social_media_url = 'https://twitter.com/onmyway133'
1313

1414
s.ios.deployment_target = '9.0'
15-
s.osx.deployment_target = '10.9'
15+
s.osx.deployment_target = '10.10'
1616
s.tvos.deployment_target = '9.2'
17-
s.watchos.deployment_target = "3.0"
17+
s.watchos.deployment_target = "6.0"
1818

1919
s.requires_arc = true
2020

DeepDiff.xcodeproj/project.pbxproj

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@
111111
D2B318FC1FA8CD0F00A0B637 /* UITableView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extensions.swift"; sourceTree = "<group>"; };
112112
D2B3190F1FA8CD2200A0B637 /* UICollectionView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UICollectionView+Extensions.swift"; sourceTree = "<group>"; };
113113
D2C31A3722B126D200CA5CEA /* Package.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
114-
D500FD111C3AABED00782D78 /* Playground-iOS.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Playground-iOS.playground"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
115-
D500FD121C3AAC8E00782D78 /* Playground-macOS.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = "Playground-macOS.playground"; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
116114
D5B2E89F1C3A780C00C0327D /* DeepDiff.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeepDiff.framework; sourceTree = BUILT_PRODUCTS_DIR; };
117115
D5B2E8A91C3A780C00C0327D /* DeepDiff-iOS-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "DeepDiff-iOS-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
118116
D5C629401C3A7FAA007F7B7C /* DeepDiff.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DeepDiff.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -222,8 +220,6 @@
222220
isa = PBXGroup;
223221
children = (
224222
D2C31A3722B126D200CA5CEA /* Package.swift */,
225-
D500FD111C3AABED00782D78 /* Playground-iOS.playground */,
226-
D500FD121C3AAC8E00782D78 /* Playground-macOS.playground */,
227223
D284B13F1F79081F00D94AF3 /* Info */,
228224
D5C629691C3A809D007F7B7C /* Sources */,
229225
D5C6298F1C3A8BDA007F7B7C /* DeepDiffTests */,
@@ -435,7 +431,7 @@
435431
isa = PBXProject;
436432
attributes = {
437433
LastSwiftUpdateCheck = 0900;
438-
LastUpgradeCheck = 1020;
434+
LastUpgradeCheck = 1250;
439435
ORGANIZATIONNAME = "Khoa Pham";
440436
TargetAttributes = {
441437
D284B0FB1F79038B00D94AF3 = {
@@ -691,7 +687,7 @@
691687
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
692688
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
693689
TARGETED_DEVICE_FAMILY = 3;
694-
TVOS_DEPLOYMENT_TARGET = 11.0;
690+
TVOS_DEPLOYMENT_TARGET = 12.0;
695691
};
696692
name = Debug;
697693
};
@@ -719,7 +715,7 @@
719715
SDKROOT = appletvos;
720716
SKIP_INSTALL = YES;
721717
TARGETED_DEVICE_FAMILY = 3;
722-
TVOS_DEPLOYMENT_TARGET = 11.0;
718+
TVOS_DEPLOYMENT_TARGET = 12.0;
723719
};
724720
name = Release;
725721
};
@@ -743,7 +739,7 @@
743739
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
744740
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
745741
TARGETED_DEVICE_FAMILY = 3;
746-
TVOS_DEPLOYMENT_TARGET = 11.0;
742+
TVOS_DEPLOYMENT_TARGET = 12.0;
747743
};
748744
name = Debug;
749745
};
@@ -765,7 +761,7 @@
765761
PRODUCT_NAME = "$(TARGET_NAME)";
766762
SDKROOT = appletvos;
767763
TARGETED_DEVICE_FAMILY = 3;
768-
TVOS_DEPLOYMENT_TARGET = 11.0;
764+
TVOS_DEPLOYMENT_TARGET = 12.0;
769765
};
770766
name = Release;
771767
};
@@ -853,6 +849,7 @@
853849
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
854850
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
855851
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
852+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
856853
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
857854
CLANG_WARN_STRICT_PROTOTYPES = YES;
858855
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -878,7 +875,8 @@
878875
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
879876
GCC_WARN_UNUSED_FUNCTION = YES;
880877
GCC_WARN_UNUSED_VARIABLE = YES;
881-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
878+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
879+
MACOSX_DEPLOYMENT_TARGET = 10.10;
882880
MTL_ENABLE_DEBUG_INFO = YES;
883881
ONLY_ACTIVE_ARCH = YES;
884882
SDKROOT = iphoneos;
@@ -914,6 +912,7 @@
914912
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
915913
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
916914
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
915+
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
917916
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
918917
CLANG_WARN_STRICT_PROTOTYPES = YES;
919918
CLANG_WARN_SUSPICIOUS_MOVE = YES;
@@ -933,7 +932,8 @@
933932
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
934933
GCC_WARN_UNUSED_FUNCTION = YES;
935934
GCC_WARN_UNUSED_VARIABLE = YES;
936-
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
935+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
936+
MACOSX_DEPLOYMENT_TARGET = 10.10;
937937
MTL_ENABLE_DEBUG_INFO = NO;
938938
SDKROOT = iphoneos;
939939
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
@@ -957,7 +957,7 @@
957957
DYLIB_INSTALL_NAME_BASE = "@rpath";
958958
INFOPLIST_FILE = "$(SRCROOT)/Info/Info-iOS.plist";
959959
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
960-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
960+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
961961
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
962962
PRODUCT_BUNDLE_IDENTIFIER = "com.fantageek.DeepDiff-iOS";
963963
PRODUCT_NAME = DeepDiff;
@@ -978,7 +978,7 @@
978978
DYLIB_INSTALL_NAME_BASE = "@rpath";
979979
INFOPLIST_FILE = "$(SRCROOT)/Info/Info-iOS.plist";
980980
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
981-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
981+
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
982982
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
983983
PRODUCT_BUNDLE_IDENTIFIER = "com.fantageek.DeepDiff-iOS";
984984
PRODUCT_NAME = DeepDiff;

DeepDiff.xcodeproj/xcshareddata/xcschemes/DeepDiff-iOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
34+
BuildableName = "DeepDiff.framework"
35+
BlueprintName = "DeepDiff-iOS"
36+
ReferencedContainer = "container:DeepDiff.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D5B2E89E1C3A780C00C0327D"
46-
BuildableName = "DeepDiff.framework"
47-
BlueprintName = "DeepDiff-iOS"
48-
ReferencedContainer = "container:DeepDiff.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:DeepDiff.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

DeepDiff.xcodeproj/xcshareddata/xcschemes/DeepDiff-macOS.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:DeepDiff.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

DeepDiff.xcodeproj/xcshareddata/xcschemes/SwiftPackage-tvOS.xcscheme

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -27,6 +27,15 @@
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<MacroExpansion>
31+
<BuildableReference
32+
BuildableIdentifier = "primary"
33+
BlueprintIdentifier = "D284B0FB1F79038B00D94AF3"
34+
BuildableName = "DeepDiff_tvOS.framework"
35+
BlueprintName = "DeepDiff-tvOS"
36+
ReferencedContainer = "container:DeepDiff.xcodeproj">
37+
</BuildableReference>
38+
</MacroExpansion>
3039
<Testables>
3140
<TestableReference
3241
skipped = "NO">
@@ -39,17 +48,6 @@
3948
</BuildableReference>
4049
</TestableReference>
4150
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "D284B0FB1F79038B00D94AF3"
46-
BuildableName = "DeepDiff_tvOS.framework"
47-
BlueprintName = "DeepDiff-tvOS"
48-
ReferencedContainer = "container:DeepDiff.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
51-
<AdditionalOptions>
52-
</AdditionalOptions>
5351
</TestAction>
5452
<LaunchAction
5553
buildConfiguration = "Debug"
@@ -70,8 +68,6 @@
7068
ReferencedContainer = "container:DeepDiff.xcodeproj">
7169
</BuildableReference>
7270
</MacroExpansion>
73-
<AdditionalOptions>
74-
</AdditionalOptions>
7571
</LaunchAction>
7672
<ProfileAction
7773
buildConfiguration = "Release"

DeepDiff.xcodeproj/xcshareddata/xcschemes/SwiftPackage-watchOS.xcscheme

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1020"
3+
LastUpgradeVersion = "1250"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -29,8 +29,6 @@
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
3131
</Testables>
32-
<AdditionalOptions>
33-
</AdditionalOptions>
3432
</TestAction>
3533
<LaunchAction
3634
buildConfiguration = "Debug"
@@ -51,8 +49,6 @@
5149
ReferencedContainer = "container:DeepDiff.xcodeproj">
5250
</BuildableReference>
5351
</MacroExpansion>
54-
<AdditionalOptions>
55-
</AdditionalOptions>
5652
</LaunchAction>
5753
<ProfileAction
5854
buildConfiguration = "Release"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
.macOS(.v10_11),
99
.iOS(.v9),
1010
.tvOS(.v11),
11-
.watchOS(.v3)
11+
.watchOS(.v6)
1212
],
1313
products: [
1414
.library(name: "DeepDiff", targets: ["DeepDiff"]),

Playground-iOS.playground/Contents.swift

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

Playground-iOS.playground/contents.xcplayground

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

Playground-iOS.playground/timeline.xctimeline

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

Playground-macOS.playground/Contents.swift

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

Playground-macOS.playground/contents.xcplayground

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

Playground-macOS.playground/timeline.xctimeline

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

0 commit comments

Comments
 (0)