diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4977b3e..a80cc11 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,20 +5,9 @@ on:
jobs:
test:
runs-on: macos-latest
- strategy:
- matrix:
- scheme: [Defaults-macOS, Defaults-iOS, Defaults-tvOS]
- include:
- - scheme: Defaults-macOS
- destination: macOS
- - scheme: Defaults-iOS
- destination: iOS Simulator,name=iPhone 8
- - scheme: Defaults-tvOS
- destination: tvOS Simulator,name=Apple TV
steps:
- uses: actions/checkout@v2
- - name: Run tests
- run: xcodebuild clean test -project Defaults.xcodeproj -scheme ${{ matrix.scheme }} -destination "platform=${{ matrix.destination }}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO
+ - run: swift test
lint:
runs-on: ubuntu-latest
steps:
diff --git a/Configs/Defaults.plist b/Configs/Defaults.plist
deleted file mode 100644
index e49db7f..0000000
--- a/Configs/Defaults.plist
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- FMWK
- CFBundleShortVersionString
- $(MARKETING_VERSION)
- CFBundleVersion
- $(CURRENT_PROJECT_VERSION)
- NSHumanReadableCopyright
- MIT License © Sindre Sorhus
-
-
diff --git a/Configs/DefaultsTests.plist b/Configs/DefaultsTests.plist
deleted file mode 100644
index 5ad566d..0000000
--- a/Configs/DefaultsTests.plist
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- CFBundleExecutable
- $(EXECUTABLE_NAME)
- CFBundleIdentifier
- $(PRODUCT_BUNDLE_IDENTIFIER)
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleName
- $(PRODUCT_NAME)
- CFBundlePackageType
- BNDL
- CFBundleShortVersionString
- 0.0.0
- CFBundleVersion
- 1
-
-
diff --git a/Defaults.podspec b/Defaults.podspec
deleted file mode 100644
index 3a246d6..0000000
--- a/Defaults.podspec
+++ /dev/null
@@ -1,16 +0,0 @@
-Pod::Spec.new do |s|
- s.name = 'Defaults'
- s.version = '4.2.2'
- s.summary = 'Swifty and modern UserDefaults'
- s.license = 'MIT'
- s.homepage = 'https://github.com/sindresorhus/Defaults'
- s.social_media_url = 'https://twitter.com/sindresorhus'
- s.authors = { 'Sindre Sorhus' => 'sindresorhus@gmail.com' }
- s.source = { :git => 'https://github.com/sindresorhus/Defaults.git', :tag => "v#{s.version}" }
- s.source_files = 'Sources/**/*.swift'
- s.swift_version = '5.4'
- s.macos.deployment_target = '10.12'
- s.ios.deployment_target = '10.0'
- s.tvos.deployment_target = '10.0'
- s.watchos.deployment_target = '3.0'
-end
diff --git a/Defaults.xcodeproj/project.pbxproj b/Defaults.xcodeproj/project.pbxproj
deleted file mode 100644
index 35d2b74..0000000
--- a/Defaults.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,1451 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 54;
- objects = {
-
-/* Begin PBXBuildFile section */
- 52D6D9871BEFF229002C0205 /* Defaults.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D97C1BEFF229002C0205 /* Defaults.framework */; };
- 71056FF425DE6DEF00524EDA /* Migration+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */; };
- 71056FF525DE6DEF00524EDA /* Migration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */; };
- 71056FF625DE6DEF00524EDA /* Migration+UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */; };
- 7108EAC125942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAC025942BF60013A623 /* DefaultsSwiftUITests.swift */; };
- 7108EAC225942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAC025942BF60013A623 /* DefaultsSwiftUITests.swift */; };
- 7108EAC325942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAC025942BF60013A623 /* DefaultsSwiftUITests.swift */; };
- 7108EAF425949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAF325949DBF0013A623 /* DefaultsDictionaryTests.swift */; };
- 7108EAF525949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAF325949DBF0013A623 /* DefaultsDictionaryTests.swift */; };
- 7108EAF625949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7108EAF325949DBF0013A623 /* DefaultsDictionaryTests.swift */; };
- 71362AC025A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ABF25A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift */; };
- 71362AC125A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ABF25A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift */; };
- 71362AC225A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ABF25A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift */; };
- 71362ACB25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ACA25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift */; };
- 71362ACC25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ACA25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift */; };
- 71362ACD25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71362ACA25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift */; };
- 7150D6F425C2968700201966 /* DefaultsMigrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7150D6F325C2968700201966 /* DefaultsMigrationTests.swift */; };
- 7150D6F525C2968700201966 /* DefaultsMigrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7150D6F325C2968700201966 /* DefaultsMigrationTests.swift */; };
- 7150D6F625C2968700201966 /* DefaultsMigrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7150D6F325C2968700201966 /* DefaultsMigrationTests.swift */; };
- 7152A04D25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7152A04C25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift */; };
- 7152A04E25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7152A04C25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift */; };
- 7152A04F25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7152A04C25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift */; };
- 71573E9925A445CE00F18D4E /* DefaultsCollectionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71573E8925A445A100F18D4E /* DefaultsCollectionTests.swift */; };
- 71573EA125A445D400F18D4E /* DefaultsCollectionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71573E8925A445A100F18D4E /* DefaultsCollectionTests.swift */; };
- 71573EA925A445DB00F18D4E /* DefaultsCollectionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71573E8925A445A100F18D4E /* DefaultsCollectionTests.swift */; };
- 7168638325E886DB00F55131 /* Migration+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7168638225E886DB00F55131 /* Migration+Defaults.swift */; };
- 718B783325917CCA004FF90D /* Defaults+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783225917CCA004FF90D /* Defaults+Protocol.swift */; };
- 718B783425917CCA004FF90D /* Defaults+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783225917CCA004FF90D /* Defaults+Protocol.swift */; };
- 718B783525917CCA004FF90D /* Defaults+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783225917CCA004FF90D /* Defaults+Protocol.swift */; };
- 718B783625917CCA004FF90D /* Defaults+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783225917CCA004FF90D /* Defaults+Protocol.swift */; };
- 718B783F25917D09004FF90D /* Defaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783E25917D09004FF90D /* Defaults+Extensions.swift */; };
- 718B784025917D09004FF90D /* Defaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783E25917D09004FF90D /* Defaults+Extensions.swift */; };
- 718B784125917D09004FF90D /* Defaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783E25917D09004FF90D /* Defaults+Extensions.swift */; };
- 718B784225917D09004FF90D /* Defaults+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718B783E25917D09004FF90D /* Defaults+Extensions.swift */; };
- 7191AD872591977700AD472F /* DefaultsArrayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7191AD862591977700AD472F /* DefaultsArrayTests.swift */; };
- 7191AD882591977700AD472F /* DefaultsArrayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7191AD862591977700AD472F /* DefaultsArrayTests.swift */; };
- 7191AD892591977700AD472F /* DefaultsArrayTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7191AD862591977700AD472F /* DefaultsArrayTests.swift */; };
- 719F5E20258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */; };
- 719F5E21258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */; };
- 719F5E22258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */; };
- 719F5E23258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */; };
- 71A7132D260497EE004095EE /* Migration+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */; };
- 71A7132E260497EE004095EE /* Migration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */; };
- 71A7132F260497EE004095EE /* Migration+UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */; };
- 71A71330260497EE004095EE /* Migration+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7168638225E886DB00F55131 /* Migration+Defaults.swift */; };
- 71A713482604A084004095EE /* Migration+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */; };
- 71A713492604A084004095EE /* Migration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */; };
- 71A7134A2604A084004095EE /* Migration+UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */; };
- 71A7134B2604A084004095EE /* Migration+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7168638225E886DB00F55131 /* Migration+Defaults.swift */; };
- 71A7135B2604A13B004095EE /* Migration+Protocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */; };
- 71A7135C2604A13B004095EE /* Migration+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */; };
- 71A7135D2604A13B004095EE /* Migration+UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */; };
- 71A7135E2604A13B004095EE /* Migration+Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7168638225E886DB00F55131 /* Migration+Defaults.swift */; };
- 71B96F1E259986F100079F69 /* DefaultsCodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B96F1D259986F100079F69 /* DefaultsCodableTests.swift */; };
- 71B96F1F259986F100079F69 /* DefaultsCodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B96F1D259986F100079F69 /* DefaultsCodableTests.swift */; };
- 71B96F20259986F100079F69 /* DefaultsCodableTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71B96F1D259986F100079F69 /* DefaultsCodableTests.swift */; };
- 71C55FF6259C13190053CCB3 /* DefaultsNSColorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C55FF4259C13190053CCB3 /* DefaultsNSColorTests.swift */; };
- 71C56007259C25080053CCB3 /* DefaultsUIColorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C56006259C25080053CCB3 /* DefaultsUIColorTests.swift */; };
- 71C56009259C25080053CCB3 /* DefaultsUIColorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C56006259C25080053CCB3 /* DefaultsUIColorTests.swift */; };
- 71C5602E259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C5602D259C2A950053CCB3 /* DefaultsSetTests.swift */; };
- 71C5602F259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C5602D259C2A950053CCB3 /* DefaultsSetTests.swift */; };
- 71C56030259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71C5602D259C2A950053CCB3 /* DefaultsSetTests.swift */; };
- 71F002F925959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F002F825959000001A1864 /* DefaultsNSSecureCodingTests.swift */; };
- 71F002FA25959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F002F825959000001A1864 /* DefaultsNSSecureCodingTests.swift */; };
- 71F002FB25959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F002F825959000001A1864 /* DefaultsNSSecureCodingTests.swift */; };
- 71F003042595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003032595B460001A1864 /* DefaultsCustomBridgeTests.swift */; };
- 71F003052595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003032595B460001A1864 /* DefaultsCustomBridgeTests.swift */; };
- 71F003062595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003032595B460001A1864 /* DefaultsCustomBridgeTests.swift */; };
- 71F0030F2595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F0030E2595C7B8001A1864 /* DefaultsEnumTests.swift */; };
- 71F003102595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F0030E2595C7B8001A1864 /* DefaultsEnumTests.swift */; };
- 71F003112595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F0030E2595C7B8001A1864 /* DefaultsEnumTests.swift */; };
- 71F0031A2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003192595E15B001A1864 /* DefaultsCodableEnumTests.swift */; };
- 71F0031B2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003192595E15B001A1864 /* DefaultsCodableEnumTests.swift */; };
- 71F0031C2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 71F003192595E15B001A1864 /* DefaultsCodableEnumTests.swift */; };
- 8933C7851EB5B820000D00A4 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Defaults.swift */; };
- 8933C7861EB5B820000D00A4 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Defaults.swift */; };
- 8933C7871EB5B820000D00A4 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Defaults.swift */; };
- 8933C7881EB5B820000D00A4 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7841EB5B820000D00A4 /* Defaults.swift */; };
- 8933C78E1EB5B82C000D00A4 /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* DefaultsTests.swift */; };
- 8933C78F1EB5B82C000D00A4 /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* DefaultsTests.swift */; };
- 8933C7901EB5B82D000D00A4 /* DefaultsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8933C7891EB5B82A000D00A4 /* DefaultsTests.swift */; };
- DD7502881C68FEDE006590AF /* Defaults.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6DA0F1BF000BD002C0205 /* Defaults.framework */; };
- DD7502921C690C7A006590AF /* Defaults.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 52D6D9F01BEFFFBE002C0205 /* Defaults.framework */; };
- E286D0C723B8D51100570D1E /* Observation+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E286D0C623B8D51100570D1E /* Observation+Combine.swift */; };
- E286D0C823B8D54C00570D1E /* Observation+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E286D0C623B8D51100570D1E /* Observation+Combine.swift */; };
- E286D0C923B8D54D00570D1E /* Observation+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E286D0C623B8D51100570D1E /* Observation+Combine.swift */; };
- E286D0CA23B8D54E00570D1E /* Observation+Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E286D0C623B8D51100570D1E /* Observation+Combine.swift */; };
- E339B3B32449ED2000E7A40A /* Reset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B22449ED2000E7A40A /* Reset.swift */; };
- E339B3B42449ED2000E7A40A /* Reset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B22449ED2000E7A40A /* Reset.swift */; };
- E339B3B52449ED2000E7A40A /* Reset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B22449ED2000E7A40A /* Reset.swift */; };
- E339B3B62449ED2000E7A40A /* Reset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B22449ED2000E7A40A /* Reset.swift */; };
- E339B3B82449F10D00E7A40A /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B72449F10D00E7A40A /* UserDefaults.swift */; };
- E339B3B92449F10D00E7A40A /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B72449F10D00E7A40A /* UserDefaults.swift */; };
- E339B3BA2449F10D00E7A40A /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B72449F10D00E7A40A /* UserDefaults.swift */; };
- E339B3BB2449F10D00E7A40A /* UserDefaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = E339B3B72449F10D00E7A40A /* UserDefaults.swift */; };
- E38C9F27244ADA2F00A6737A /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38C9F26244ADA2F00A6737A /* SwiftUI.swift */; };
- E38C9F28244ADA2F00A6737A /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38C9F26244ADA2F00A6737A /* SwiftUI.swift */; };
- E38C9F29244ADA2F00A6737A /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38C9F26244ADA2F00A6737A /* SwiftUI.swift */; };
- E38C9F2A244ADA2F00A6737A /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38C9F26244ADA2F00A6737A /* SwiftUI.swift */; };
- E3EB3E33216505920033B089 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E32216505920033B089 /* Utilities.swift */; };
- E3EB3E35216507AE0033B089 /* Observation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E34216507AE0033B089 /* Observation.swift */; };
- E3EB3E36216507B50033B089 /* Observation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E34216507AE0033B089 /* Observation.swift */; };
- E3EB3E37216507B50033B089 /* Observation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E34216507AE0033B089 /* Observation.swift */; };
- E3EB3E38216507B60033B089 /* Observation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E34216507AE0033B089 /* Observation.swift */; };
- E3EB3E39216507C30033B089 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E32216505920033B089 /* Utilities.swift */; };
- E3EB3E3A216507C40033B089 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E32216505920033B089 /* Utilities.swift */; };
- E3EB3E3B216507C40033B089 /* Utilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3EB3E32216505920033B089 /* Utilities.swift */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXContainerItemProxy section */
- 52D6D9881BEFF229002C0205 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 52D6D9731BEFF229002C0205 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 52D6D97B1BEFF229002C0205;
- remoteInfo = Defaults;
- };
- DD7502801C68FCFC006590AF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 52D6D9731BEFF229002C0205 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 52D6DA0E1BF000BD002C0205;
- remoteInfo = "Defaults-macOS";
- };
- DD7502931C690C7A006590AF /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = 52D6D9731BEFF229002C0205 /* Project object */;
- proxyType = 1;
- remoteGlobalIDString = 52D6D9EF1BEFFFBE002C0205;
- remoteInfo = "Defaults-tvOS";
- };
-/* End PBXContainerItemProxy section */
-
-/* Begin PBXFileReference section */
- 52D6D97C1BEFF229002C0205 /* Defaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Defaults.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 52D6D9861BEFF229002C0205 /* Defaults-iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Defaults-iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- 52D6D9E21BEFFF6E002C0205 /* Defaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Defaults.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 52D6D9F01BEFFFBE002C0205 /* Defaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Defaults.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 52D6DA0F1BF000BD002C0205 /* Defaults.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Defaults.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 6614F6E222FC6E1C00B0C9CE /* readme.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; lineEnding = 0; path = readme.md; sourceTree = ""; usesTabs = 1; };
- 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Migration+Protocol.swift"; sourceTree = ""; };
- 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Migration+Extensions.swift"; sourceTree = ""; };
- 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Migration+UserDefaults.swift"; sourceTree = ""; };
- 7108EAC025942BF60013A623 /* DefaultsSwiftUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsSwiftUITests.swift; sourceTree = ""; };
- 7108EAF325949DBF0013A623 /* DefaultsDictionaryTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsDictionaryTests.swift; sourceTree = ""; };
- 71362ABF25A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsCollectionCustomElementTests.swift; sourceTree = ""; };
- 71362ACA25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsSetAlgebraTests.swift; sourceTree = ""; };
- 7150D6F325C2968700201966 /* DefaultsMigrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsMigrationTests.swift; sourceTree = ""; };
- 7152A04C25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsSetAlgebraCustomElementTests.swift; sourceTree = ""; };
- 71573E8925A445A100F18D4E /* DefaultsCollectionTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsCollectionTests.swift; sourceTree = ""; };
- 7168638225E886DB00F55131 /* Migration+Defaults.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Migration+Defaults.swift"; sourceTree = ""; };
- 718B783225917CCA004FF90D /* Defaults+Protocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Defaults+Protocol.swift"; sourceTree = ""; };
- 718B783E25917D09004FF90D /* Defaults+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Defaults+Extensions.swift"; sourceTree = ""; };
- 7191AD862591977700AD472F /* DefaultsArrayTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsArrayTests.swift; sourceTree = ""; };
- 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Defaults+Bridge.swift"; sourceTree = ""; };
- 71B96F1D259986F100079F69 /* DefaultsCodableTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsCodableTests.swift; sourceTree = ""; };
- 71C55FF4259C13190053CCB3 /* DefaultsNSColorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsNSColorTests.swift; sourceTree = ""; };
- 71C56006259C25080053CCB3 /* DefaultsUIColorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsUIColorTests.swift; sourceTree = ""; };
- 71C5602D259C2A950053CCB3 /* DefaultsSetTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsSetTests.swift; sourceTree = ""; };
- 71F002F825959000001A1864 /* DefaultsNSSecureCodingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsNSSecureCodingTests.swift; sourceTree = ""; };
- 71F003032595B460001A1864 /* DefaultsCustomBridgeTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsCustomBridgeTests.swift; sourceTree = ""; };
- 71F0030E2595C7B8001A1864 /* DefaultsEnumTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsEnumTests.swift; sourceTree = ""; };
- 71F003192595E15B001A1864 /* DefaultsCodableEnumTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultsCodableEnumTests.swift; sourceTree = ""; };
- 8933C7841EB5B820000D00A4 /* Defaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Defaults.swift; sourceTree = ""; usesTabs = 1; };
- 8933C7891EB5B82A000D00A4 /* DefaultsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = DefaultsTests.swift; sourceTree = ""; usesTabs = 1; };
- AD2FAA261CD0B6D800659CF4 /* Defaults.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Defaults.plist; sourceTree = ""; };
- AD2FAA281CD0B6E100659CF4 /* DefaultsTests.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = DefaultsTests.plist; sourceTree = ""; };
- DD75027A1C68FCFC006590AF /* Defaults-macOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Defaults-macOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- DD75028D1C690C7A006590AF /* Defaults-tvOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Defaults-tvOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- E286D0C623B8D51100570D1E /* Observation+Combine.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = "Observation+Combine.swift"; sourceTree = ""; usesTabs = 1; };
- E339B3B22449ED2000E7A40A /* Reset.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Reset.swift; sourceTree = ""; usesTabs = 1; };
- E339B3B72449F10D00E7A40A /* UserDefaults.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = UserDefaults.swift; sourceTree = ""; usesTabs = 1; };
- E38C9F26244ADA2F00A6737A /* SwiftUI.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = SwiftUI.swift; sourceTree = ""; usesTabs = 1; };
- E3EB3E32216505920033B089 /* Utilities.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Utilities.swift; sourceTree = ""; usesTabs = 1; };
- E3EB3E34216507AE0033B089 /* Observation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Observation.swift; sourceTree = ""; usesTabs = 1; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 52D6D9781BEFF229002C0205 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9831BEFF229002C0205 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 52D6D9871BEFF229002C0205 /* Defaults.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9DE1BEFFF6E002C0205 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9EC1BEFFFBE002C0205 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6DA0B1BF000BD002C0205 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD7502771C68FCFC006590AF /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DD7502881C68FEDE006590AF /* Defaults.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD75028A1C690C7A006590AF /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- DD7502921C690C7A006590AF /* Defaults.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 52D6D9721BEFF229002C0205 = {
- isa = PBXGroup;
- children = (
- 6614F6E222FC6E1C00B0C9CE /* readme.md */,
- 8933C7811EB5B7E0000D00A4 /* Sources */,
- 8933C7831EB5B7EB000D00A4 /* Tests */,
- 52D6D99C1BEFF38C002C0205 /* Configs */,
- 52D6D97D1BEFF229002C0205 /* Products */,
- );
- sourceTree = "";
- usesTabs = 1;
- };
- 52D6D97D1BEFF229002C0205 /* Products */ = {
- isa = PBXGroup;
- children = (
- 52D6D97C1BEFF229002C0205 /* Defaults.framework */,
- 52D6D9861BEFF229002C0205 /* Defaults-iOS Tests.xctest */,
- 52D6D9E21BEFFF6E002C0205 /* Defaults.framework */,
- 52D6D9F01BEFFFBE002C0205 /* Defaults.framework */,
- 52D6DA0F1BF000BD002C0205 /* Defaults.framework */,
- DD75027A1C68FCFC006590AF /* Defaults-macOS Tests.xctest */,
- DD75028D1C690C7A006590AF /* Defaults-tvOS Tests.xctest */,
- );
- name = Products;
- sourceTree = "";
- };
- 52D6D99C1BEFF38C002C0205 /* Configs */ = {
- isa = PBXGroup;
- children = (
- DD7502721C68FC1B006590AF /* Frameworks */,
- DD7502731C68FC20006590AF /* Tests */,
- );
- path = Configs;
- sourceTree = "";
- };
- 71056FF025DE6DEF00524EDA /* Migration */ = {
- isa = PBXGroup;
- children = (
- 7156A8F226205E0C00A1A66E /* v5 */,
- 7168638225E886DB00F55131 /* Migration+Defaults.swift */,
- );
- path = Migration;
- sourceTree = "";
- };
- 7156A8F226205E0C00A1A66E /* v5 */ = {
- isa = PBXGroup;
- children = (
- 71056FF125DE6DEF00524EDA /* Migration+Protocol.swift */,
- 71056FF225DE6DEF00524EDA /* Migration+Extensions.swift */,
- 71056FF325DE6DEF00524EDA /* Migration+UserDefaults.swift */,
- );
- path = v5;
- sourceTree = "";
- };
- 8933C7811EB5B7E0000D00A4 /* Sources */ = {
- isa = PBXGroup;
- children = (
- E30E93D822E9425E00530C8F /* Defaults */,
- );
- path = Sources;
- sourceTree = "";
- };
- 8933C7831EB5B7EB000D00A4 /* Tests */ = {
- isa = PBXGroup;
- children = (
- 8933C7891EB5B82A000D00A4 /* DefaultsTests.swift */,
- 7191AD862591977700AD472F /* DefaultsArrayTests.swift */,
- 7108EAC025942BF60013A623 /* DefaultsSwiftUITests.swift */,
- 7108EAF325949DBF0013A623 /* DefaultsDictionaryTests.swift */,
- 71F002F825959000001A1864 /* DefaultsNSSecureCodingTests.swift */,
- 71F003032595B460001A1864 /* DefaultsCustomBridgeTests.swift */,
- 71F0030E2595C7B8001A1864 /* DefaultsEnumTests.swift */,
- 71F003192595E15B001A1864 /* DefaultsCodableEnumTests.swift */,
- 71B96F1D259986F100079F69 /* DefaultsCodableTests.swift */,
- 71C55FF4259C13190053CCB3 /* DefaultsNSColorTests.swift */,
- 71C56006259C25080053CCB3 /* DefaultsUIColorTests.swift */,
- 71C5602D259C2A950053CCB3 /* DefaultsSetTests.swift */,
- 71573E8925A445A100F18D4E /* DefaultsCollectionTests.swift */,
- 71362ABF25A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift */,
- 71362ACA25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift */,
- 7152A04C25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift */,
- 7150D6F325C2968700201966 /* DefaultsMigrationTests.swift */,
- );
- name = Tests;
- path = Tests/DefaultsTests;
- sourceTree = "";
- };
- DD7502721C68FC1B006590AF /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- AD2FAA261CD0B6D800659CF4 /* Defaults.plist */,
- );
- name = Frameworks;
- sourceTree = "";
- };
- DD7502731C68FC20006590AF /* Tests */ = {
- isa = PBXGroup;
- children = (
- AD2FAA281CD0B6E100659CF4 /* DefaultsTests.plist */,
- );
- name = Tests;
- sourceTree = "";
- };
- E30E93D822E9425E00530C8F /* Defaults */ = {
- isa = PBXGroup;
- children = (
- 71056FF025DE6DEF00524EDA /* Migration */,
- 8933C7841EB5B820000D00A4 /* Defaults.swift */,
- E339B3B72449F10D00E7A40A /* UserDefaults.swift */,
- E339B3B22449ED2000E7A40A /* Reset.swift */,
- E3EB3E34216507AE0033B089 /* Observation.swift */,
- E286D0C623B8D51100570D1E /* Observation+Combine.swift */,
- E38C9F26244ADA2F00A6737A /* SwiftUI.swift */,
- E3EB3E32216505920033B089 /* Utilities.swift */,
- 718B783225917CCA004FF90D /* Defaults+Protocol.swift */,
- 718B783E25917D09004FF90D /* Defaults+Extensions.swift */,
- 719F5E1F258AFB2F004540F6 /* Defaults+Bridge.swift */,
- );
- path = Defaults;
- sourceTree = "";
- };
-/* End PBXGroup section */
-
-/* Begin PBXHeadersBuildPhase section */
- 52D6D9791BEFF229002C0205 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9DF1BEFFF6E002C0205 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9ED1BEFFFBE002C0205 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6DA0C1BF000BD002C0205 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXHeadersBuildPhase section */
-
-/* Begin PBXNativeTarget section */
- 52D6D97B1BEFF229002C0205 /* Defaults-iOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Defaults-iOS" */;
- buildPhases = (
- 71A71338260497FF004095EE /* SwiftLint */,
- 52D6D9771BEFF229002C0205 /* Sources */,
- 52D6D9781BEFF229002C0205 /* Frameworks */,
- 52D6D9791BEFF229002C0205 /* Headers */,
- 52D6D97A1BEFF229002C0205 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "Defaults-iOS";
- productName = Defaults;
- productReference = 52D6D97C1BEFF229002C0205 /* Defaults.framework */;
- productType = "com.apple.product-type.framework";
- };
- 52D6D9851BEFF229002C0205 /* Defaults-iOS Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 52D6D9931BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Defaults-iOS Tests" */;
- buildPhases = (
- 52D6D9821BEFF229002C0205 /* Sources */,
- 52D6D9831BEFF229002C0205 /* Frameworks */,
- 52D6D9841BEFF229002C0205 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- 52D6D9891BEFF229002C0205 /* PBXTargetDependency */,
- );
- name = "Defaults-iOS Tests";
- productName = DefaultsTests;
- productReference = 52D6D9861BEFF229002C0205 /* Defaults-iOS Tests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- 52D6D9E11BEFFF6E002C0205 /* Defaults-watchOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 52D6D9E71BEFFF6E002C0205 /* Build configuration list for PBXNativeTarget "Defaults-watchOS" */;
- buildPhases = (
- 71A713532604A090004095EE /* SwiftLint */,
- 52D6D9DD1BEFFF6E002C0205 /* Sources */,
- 52D6D9DE1BEFFF6E002C0205 /* Frameworks */,
- 52D6D9DF1BEFFF6E002C0205 /* Headers */,
- 52D6D9E01BEFFF6E002C0205 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "Defaults-watchOS";
- productName = "Defaults-watchOS";
- productReference = 52D6D9E21BEFFF6E002C0205 /* Defaults.framework */;
- productType = "com.apple.product-type.framework";
- };
- 52D6D9EF1BEFFFBE002C0205 /* Defaults-tvOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 52D6DA011BEFFFBE002C0205 /* Build configuration list for PBXNativeTarget "Defaults-tvOS" */;
- buildPhases = (
- 71A713472604A05A004095EE /* SwiftLint */,
- 52D6D9EB1BEFFFBE002C0205 /* Sources */,
- 52D6D9EC1BEFFFBE002C0205 /* Frameworks */,
- 52D6D9ED1BEFFFBE002C0205 /* Headers */,
- 52D6D9EE1BEFFFBE002C0205 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "Defaults-tvOS";
- productName = "Defaults-tvOS";
- productReference = 52D6D9F01BEFFFBE002C0205 /* Defaults.framework */;
- productType = "com.apple.product-type.framework";
- };
- 52D6DA0E1BF000BD002C0205 /* Defaults-macOS */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 52D6DA201BF000BD002C0205 /* Build configuration list for PBXNativeTarget "Defaults-macOS" */;
- buildPhases = (
- E3FD0A4B25BDA35F0011D293 /* SwiftLint */,
- 52D6DA0A1BF000BD002C0205 /* Sources */,
- 52D6DA0B1BF000BD002C0205 /* Frameworks */,
- 52D6DA0C1BF000BD002C0205 /* Headers */,
- 52D6DA0D1BF000BD002C0205 /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "Defaults-macOS";
- productName = "Defaults-macOS";
- productReference = 52D6DA0F1BF000BD002C0205 /* Defaults.framework */;
- productType = "com.apple.product-type.framework";
- };
- DD7502791C68FCFC006590AF /* Defaults-macOS Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = DD7502821C68FCFC006590AF /* Build configuration list for PBXNativeTarget "Defaults-macOS Tests" */;
- buildPhases = (
- DD7502761C68FCFC006590AF /* Sources */,
- DD7502771C68FCFC006590AF /* Frameworks */,
- DD7502781C68FCFC006590AF /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- DD7502811C68FCFC006590AF /* PBXTargetDependency */,
- );
- name = "Defaults-macOS Tests";
- packageProductDependencies = (
- );
- productName = "Defaults-OS Tests";
- productReference = DD75027A1C68FCFC006590AF /* Defaults-macOS Tests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- DD75028C1C690C7A006590AF /* Defaults-tvOS Tests */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = DD7502951C690C7A006590AF /* Build configuration list for PBXNativeTarget "Defaults-tvOS Tests" */;
- buildPhases = (
- DD7502891C690C7A006590AF /* Sources */,
- DD75028A1C690C7A006590AF /* Frameworks */,
- DD75028B1C690C7A006590AF /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- DD7502941C690C7A006590AF /* PBXTargetDependency */,
- );
- name = "Defaults-tvOS Tests";
- productName = "Defaults-tvOS Tests";
- productReference = DD75028D1C690C7A006590AF /* Defaults-tvOS Tests.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 52D6D9731BEFF229002C0205 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastSwiftUpdateCheck = 0720;
- LastUpgradeCheck = 1200;
- ORGANIZATIONNAME = Defaults;
- TargetAttributes = {
- 52D6D97B1BEFF229002C0205 = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 1020;
- };
- 52D6D9851BEFF229002C0205 = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 1020;
- };
- 52D6D9E11BEFFF6E002C0205 = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 1020;
- };
- 52D6D9EF1BEFFFBE002C0205 = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 1020;
- };
- 52D6DA0E1BF000BD002C0205 = {
- CreatedOnToolsVersion = 7.1;
- LastSwiftMigration = 1020;
- };
- DD7502791C68FCFC006590AF = {
- CreatedOnToolsVersion = 7.2.1;
- LastSwiftMigration = 1020;
- };
- DD75028C1C690C7A006590AF = {
- CreatedOnToolsVersion = 7.2.1;
- LastSwiftMigration = 1020;
- };
- };
- };
- buildConfigurationList = 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "Defaults" */;
- compatibilityVersion = "Xcode 12.0";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 52D6D9721BEFF229002C0205;
- packageReferences = (
- );
- productRefGroup = 52D6D97D1BEFF229002C0205 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 52D6DA0E1BF000BD002C0205 /* Defaults-macOS */,
- 52D6D97B1BEFF229002C0205 /* Defaults-iOS */,
- 52D6D9EF1BEFFFBE002C0205 /* Defaults-tvOS */,
- 52D6D9E11BEFFF6E002C0205 /* Defaults-watchOS */,
- 52D6D9851BEFF229002C0205 /* Defaults-iOS Tests */,
- DD7502791C68FCFC006590AF /* Defaults-macOS Tests */,
- DD75028C1C690C7A006590AF /* Defaults-tvOS Tests */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXResourcesBuildPhase section */
- 52D6D97A1BEFF229002C0205 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9841BEFF229002C0205 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9E01BEFFF6E002C0205 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9EE1BEFFFBE002C0205 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6DA0D1BF000BD002C0205 /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD7502781C68FCFC006590AF /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD75028B1C690C7A006590AF /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXResourcesBuildPhase section */
-
-/* Begin PBXShellScriptBuildPhase section */
- 71A71338260497FF004095EE /* SwiftLint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = SwiftLint;
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "swiftlint\n";
- };
- 71A713472604A05A004095EE /* SwiftLint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = SwiftLint;
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "swiftlint\n";
- };
- 71A713532604A090004095EE /* SwiftLint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = SwiftLint;
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "swiftlint\n";
- };
- E3FD0A4B25BDA35F0011D293 /* SwiftLint */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- name = SwiftLint;
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "swiftlint\n";
- };
-/* End PBXShellScriptBuildPhase section */
-
-/* Begin PBXSourcesBuildPhase section */
- 52D6D9771BEFF229002C0205 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71A7132D260497EE004095EE /* Migration+Protocol.swift in Sources */,
- 71A7132E260497EE004095EE /* Migration+Extensions.swift in Sources */,
- 71A7132F260497EE004095EE /* Migration+UserDefaults.swift in Sources */,
- 71A71330260497EE004095EE /* Migration+Defaults.swift in Sources */,
- E286D0C823B8D54C00570D1E /* Observation+Combine.swift in Sources */,
- E38C9F28244ADA2F00A6737A /* SwiftUI.swift in Sources */,
- 8933C7851EB5B820000D00A4 /* Defaults.swift in Sources */,
- E339B3B92449F10D00E7A40A /* UserDefaults.swift in Sources */,
- 719F5E21258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */,
- E3EB3E35216507AE0033B089 /* Observation.swift in Sources */,
- E3EB3E33216505920033B089 /* Utilities.swift in Sources */,
- 718B784025917D09004FF90D /* Defaults+Extensions.swift in Sources */,
- E339B3B42449ED2000E7A40A /* Reset.swift in Sources */,
- 718B783425917CCA004FF90D /* Defaults+Protocol.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9821BEFF229002C0205 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7152A04D25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */,
- 71573E9925A445CE00F18D4E /* DefaultsCollectionTests.swift in Sources */,
- 71362ACB25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */,
- 71F002F925959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */,
- 7108EAC125942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */,
- 71F0031A2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */,
- 71C56007259C25080053CCB3 /* DefaultsUIColorTests.swift in Sources */,
- 71C5602E259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */,
- 7108EAF425949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */,
- 71F003042595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */,
- 8933C7901EB5B82D000D00A4 /* DefaultsTests.swift in Sources */,
- 71B96F1E259986F100079F69 /* DefaultsCodableTests.swift in Sources */,
- 7150D6F425C2968700201966 /* DefaultsMigrationTests.swift in Sources */,
- 71F0030F2595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */,
- 7191AD872591977700AD472F /* DefaultsArrayTests.swift in Sources */,
- 71362AC025A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9DD1BEFFF6E002C0205 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71A7135B2604A13B004095EE /* Migration+Protocol.swift in Sources */,
- 71A7135C2604A13B004095EE /* Migration+Extensions.swift in Sources */,
- 71A7135D2604A13B004095EE /* Migration+UserDefaults.swift in Sources */,
- 71A7135E2604A13B004095EE /* Migration+Defaults.swift in Sources */,
- E286D0CA23B8D54E00570D1E /* Observation+Combine.swift in Sources */,
- E38C9F2A244ADA2F00A6737A /* SwiftUI.swift in Sources */,
- E3EB3E3A216507C40033B089 /* Utilities.swift in Sources */,
- E339B3BB2449F10D00E7A40A /* UserDefaults.swift in Sources */,
- 719F5E23258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */,
- E3EB3E37216507B50033B089 /* Observation.swift in Sources */,
- 8933C7871EB5B820000D00A4 /* Defaults.swift in Sources */,
- 718B784225917D09004FF90D /* Defaults+Extensions.swift in Sources */,
- E339B3B62449ED2000E7A40A /* Reset.swift in Sources */,
- 718B783625917CCA004FF90D /* Defaults+Protocol.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6D9EB1BEFFFBE002C0205 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 71A713482604A084004095EE /* Migration+Protocol.swift in Sources */,
- 71A713492604A084004095EE /* Migration+Extensions.swift in Sources */,
- 71A7134A2604A084004095EE /* Migration+UserDefaults.swift in Sources */,
- 71A7134B2604A084004095EE /* Migration+Defaults.swift in Sources */,
- E286D0C923B8D54D00570D1E /* Observation+Combine.swift in Sources */,
- E38C9F29244ADA2F00A6737A /* SwiftUI.swift in Sources */,
- E3EB3E3B216507C40033B089 /* Utilities.swift in Sources */,
- E339B3BA2449F10D00E7A40A /* UserDefaults.swift in Sources */,
- 719F5E22258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */,
- E3EB3E38216507B60033B089 /* Observation.swift in Sources */,
- 8933C7881EB5B820000D00A4 /* Defaults.swift in Sources */,
- 718B784125917D09004FF90D /* Defaults+Extensions.swift in Sources */,
- E339B3B52449ED2000E7A40A /* Reset.swift in Sources */,
- 718B783525917CCA004FF90D /* Defaults+Protocol.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- 52D6DA0A1BF000BD002C0205 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- E286D0C723B8D51100570D1E /* Observation+Combine.swift in Sources */,
- E38C9F27244ADA2F00A6737A /* SwiftUI.swift in Sources */,
- 7168638325E886DB00F55131 /* Migration+Defaults.swift in Sources */,
- E3EB3E39216507C30033B089 /* Utilities.swift in Sources */,
- E339B3B82449F10D00E7A40A /* UserDefaults.swift in Sources */,
- 719F5E20258AFB2F004540F6 /* Defaults+Bridge.swift in Sources */,
- E3EB3E36216507B50033B089 /* Observation.swift in Sources */,
- 71056FF425DE6DEF00524EDA /* Migration+Protocol.swift in Sources */,
- 71056FF525DE6DEF00524EDA /* Migration+Extensions.swift in Sources */,
- 8933C7861EB5B820000D00A4 /* Defaults.swift in Sources */,
- 718B783F25917D09004FF90D /* Defaults+Extensions.swift in Sources */,
- E339B3B32449ED2000E7A40A /* Reset.swift in Sources */,
- 71056FF625DE6DEF00524EDA /* Migration+UserDefaults.swift in Sources */,
- 718B783325917CCA004FF90D /* Defaults+Protocol.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD7502761C68FCFC006590AF /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7152A04E25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */,
- 71573EA125A445D400F18D4E /* DefaultsCollectionTests.swift in Sources */,
- 71362ACC25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */,
- 71C55FF6259C13190053CCB3 /* DefaultsNSColorTests.swift in Sources */,
- 71F002FA25959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */,
- 7108EAC225942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */,
- 71F0031B2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */,
- 71C5602F259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */,
- 7108EAF525949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */,
- 71F003052595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */,
- 8933C78F1EB5B82C000D00A4 /* DefaultsTests.swift in Sources */,
- 71B96F1F259986F100079F69 /* DefaultsCodableTests.swift in Sources */,
- 7150D6F525C2968700201966 /* DefaultsMigrationTests.swift in Sources */,
- 71F003102595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */,
- 7191AD882591977700AD472F /* DefaultsArrayTests.swift in Sources */,
- 71362AC125A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- DD7502891C690C7A006590AF /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7152A04F25A5BF6200CC9BA5 /* DefaultsSetAlgebraCustomElementTests.swift in Sources */,
- 71573EA925A445DB00F18D4E /* DefaultsCollectionTests.swift in Sources */,
- 71362ACD25A567AD00FAA91B /* DefaultsSetAlgebraTests.swift in Sources */,
- 71F002FB25959000001A1864 /* DefaultsNSSecureCodingTests.swift in Sources */,
- 7108EAC325942BF60013A623 /* DefaultsSwiftUITests.swift in Sources */,
- 71F0031C2595E15B001A1864 /* DefaultsCodableEnumTests.swift in Sources */,
- 71C56009259C25080053CCB3 /* DefaultsUIColorTests.swift in Sources */,
- 71C56030259C2A950053CCB3 /* DefaultsSetTests.swift in Sources */,
- 7108EAF625949DBF0013A623 /* DefaultsDictionaryTests.swift in Sources */,
- 71F003062595B460001A1864 /* DefaultsCustomBridgeTests.swift in Sources */,
- 8933C78E1EB5B82C000D00A4 /* DefaultsTests.swift in Sources */,
- 71B96F20259986F100079F69 /* DefaultsCodableTests.swift in Sources */,
- 7150D6F625C2968700201966 /* DefaultsMigrationTests.swift in Sources */,
- 71F003112595C7B8001A1864 /* DefaultsEnumTests.swift in Sources */,
- 7191AD892591977700AD472F /* DefaultsArrayTests.swift in Sources */,
- 71362AC225A5493300FAA91B /* DefaultsCollectionCustomElementTests.swift in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin PBXTargetDependency section */
- 52D6D9891BEFF229002C0205 /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 52D6D97B1BEFF229002C0205 /* Defaults-iOS */;
- targetProxy = 52D6D9881BEFF229002C0205 /* PBXContainerItemProxy */;
- };
- DD7502811C68FCFC006590AF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 52D6DA0E1BF000BD002C0205 /* Defaults-macOS */;
- targetProxy = DD7502801C68FCFC006590AF /* PBXContainerItemProxy */;
- };
- DD7502941C690C7A006590AF /* PBXTargetDependency */ = {
- isa = PBXTargetDependency;
- target = 52D6D9EF1BEFFFBE002C0205 /* Defaults-tvOS */;
- targetProxy = DD7502931C690C7A006590AF /* PBXContainerItemProxy */;
- };
-/* End PBXTargetDependency section */
-
-/* Begin XCBuildConfiguration section */
- 52D6D98E1BEFF229002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = iphoneos;
- SWIFT_COMPILATION_MODE = singlefile;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Debug;
- };
- 52D6D98F1BEFF229002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
- CLANG_WARN_BOOL_CONVERSION = YES;
- CLANG_WARN_COMMA = YES;
- CLANG_WARN_CONSTANT_CONVERSION = YES;
- CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_EMPTY_BODY = YES;
- CLANG_WARN_ENUM_CONVERSION = YES;
- CLANG_WARN_INFINITE_RECURSION = YES;
- CLANG_WARN_INT_CONVERSION = YES;
- CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
- CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
- CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
- CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
- CLANG_WARN_STRICT_PROTOTYPES = YES;
- CLANG_WARN_SUSPICIOUS_MOVE = YES;
- CLANG_WARN_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
- COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = iphoneos;
- SWIFT_VERSION = 5.0;
- TARGETED_DEVICE_FAMILY = "1,2";
- VALIDATE_PRODUCT = YES;
- VERSIONING_SYSTEM = "apple-generic";
- VERSION_INFO_PREFIX = "";
- };
- name = Release;
- };
- 52D6D9911BEFF229002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
- CODE_SIGN_STYLE = Manual;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = "";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.2;
- ONLY_ACTIVE_ARCH = NO;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-iOS";
- PRODUCT_NAME = Defaults;
- PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
- SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
- SWIFT_COMPILATION_MODE = singlefile;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Debug;
- };
- 52D6D9921BEFF229002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "";
- "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
- CODE_SIGN_STYLE = Manual;
- DEFINES_MODULE = YES;
- DEVELOPMENT_TEAM = "";
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.2;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-iOS";
- PRODUCT_NAME = Defaults;
- PROVISIONING_PROFILE_SPECIFIER = "";
- "PROVISIONING_PROFILE_SPECIFIER[sdk=macosx*]" = "";
- SKIP_INSTALL = YES;
- SUPPORTS_MACCATALYST = NO;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- TARGETED_DEVICE_FAMILY = "1,2";
- };
- name = Release;
- };
- 52D6D9941BEFF229002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-iOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- SWIFT_COMPILATION_MODE = singlefile;
- SWIFT_OPTIMIZATION_LEVEL = "-Onone";
- };
- name = Debug;
- };
- 52D6D9951BEFF229002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ENABLE_MODULES = YES;
- CODE_SIGN_IDENTITY = "Apple Development";
- "CODE_SIGN_IDENTITY[sdk=macosx*]" = "-";
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-iOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- 52D6D9E81BEFFF6E002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-watchOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 3.0;
- };
- name = Debug;
- };
- 52D6D9E91BEFFF6E002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-watchOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = watchos;
- SKIP_INSTALL = YES;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- TARGETED_DEVICE_FAMILY = 4;
- WATCHOS_DEPLOYMENT_TARGET = 3.0;
- };
- name = Release;
- };
- 52D6DA021BEFFFBE002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-tvOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.0;
- };
- name = Debug;
- };
- 52D6DA031BEFFFBE002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- "CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-tvOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = appletvos;
- SKIP_INSTALL = YES;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.0;
- };
- name = Release;
- };
- 52D6DA211BF000BD002C0205 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/../Frameworks",
- "@loader_path/Frameworks",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- 52D6DA221BF000BD002C0205 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- APPLICATION_EXTENSION_API_ONLY = YES;
- CODE_SIGN_IDENTITY = "-";
- COMBINE_HIDPI_IMAGES = YES;
- DEFINES_MODULE = YES;
- DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1;
- DYLIB_INSTALL_NAME_BASE = "@rpath";
- FRAMEWORK_VERSION = A;
- INFOPLIST_FILE = Configs/Defaults.plist;
- INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/../Frameworks",
- "@loader_path/Frameworks",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- MARKETING_VERSION = 4.2.1;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS";
- PRODUCT_NAME = Defaults;
- SDKROOT = macosx;
- SKIP_INSTALL = YES;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- DD7502831C68FCFC006590AF /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/../Frameworks",
- "@loader_path/../Frameworks",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- };
- name = Debug;
- };
- DD7502841C68FCFC006590AF /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- COMBINE_HIDPI_IMAGES = YES;
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/../Frameworks",
- "@loader_path/../Frameworks",
- );
- MACOSX_DEPLOYMENT_TARGET = 10.12;
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-macOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- SDKROOT = macosx;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- };
- name = Release;
- };
- DD7502961C690C7A006590AF /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-tvOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- SDKROOT = appletvos;
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.0;
- };
- name = Debug;
- };
- DD7502971C690C7A006590AF /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CODE_SIGN_STYLE = Manual;
- DEVELOPMENT_TEAM = "";
- INFOPLIST_FILE = Configs/DefaultsTests.plist;
- LD_RUNPATH_SEARCH_PATHS = (
- "$(inherited)",
- "@executable_path/Frameworks",
- "@loader_path/Frameworks",
- );
- PRODUCT_BUNDLE_IDENTIFIER = "com.Defaults.Defaults-tvOS-Tests";
- PRODUCT_NAME = "$(TARGET_NAME)";
- PROVISIONING_PROFILE_SPECIFIER = "";
- SDKROOT = appletvos;
- SWIFT_COMPILATION_MODE = wholemodule;
- SWIFT_OPTIMIZATION_LEVEL = "-O";
- TARGETED_DEVICE_FAMILY = 3;
- TVOS_DEPLOYMENT_TARGET = 12.0;
- };
- name = Release;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 52D6D9761BEFF229002C0205 /* Build configuration list for PBXProject "Defaults" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6D98E1BEFF229002C0205 /* Debug */,
- 52D6D98F1BEFF229002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 52D6D9901BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Defaults-iOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6D9911BEFF229002C0205 /* Debug */,
- 52D6D9921BEFF229002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 52D6D9931BEFF229002C0205 /* Build configuration list for PBXNativeTarget "Defaults-iOS Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6D9941BEFF229002C0205 /* Debug */,
- 52D6D9951BEFF229002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 52D6D9E71BEFFF6E002C0205 /* Build configuration list for PBXNativeTarget "Defaults-watchOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6D9E81BEFFF6E002C0205 /* Debug */,
- 52D6D9E91BEFFF6E002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 52D6DA011BEFFFBE002C0205 /* Build configuration list for PBXNativeTarget "Defaults-tvOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6DA021BEFFFBE002C0205 /* Debug */,
- 52D6DA031BEFFFBE002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- 52D6DA201BF000BD002C0205 /* Build configuration list for PBXNativeTarget "Defaults-macOS" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 52D6DA211BF000BD002C0205 /* Debug */,
- 52D6DA221BF000BD002C0205 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- DD7502821C68FCFC006590AF /* Build configuration list for PBXNativeTarget "Defaults-macOS Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DD7502831C68FCFC006590AF /* Debug */,
- DD7502841C68FCFC006590AF /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- DD7502951C690C7A006590AF /* Build configuration list for PBXNativeTarget "Defaults-tvOS Tests" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- DD7502961C690C7A006590AF /* Debug */,
- DD7502971C690C7A006590AF /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 52D6D9731BEFF229002C0205 /* Project object */;
-}
diff --git a/Defaults.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Defaults.xcodeproj/project.xcworkspace/contents.xcworkspacedata
deleted file mode 100644
index 919434a..0000000
--- a/Defaults.xcodeproj/project.xcworkspace/contents.xcworkspacedata
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
diff --git a/Defaults.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Defaults.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
deleted file mode 100644
index 18d9810..0000000
--- a/Defaults.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
- IDEDidComputeMac32BitWarning
-
-
-
diff --git a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-iOS.xcscheme b/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-iOS.xcscheme
deleted file mode 100644
index 34a2199..0000000
--- a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-iOS.xcscheme
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-macOS.xcscheme b/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-macOS.xcscheme
deleted file mode 100644
index a88f954..0000000
--- a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-macOS.xcscheme
+++ /dev/null
@@ -1,97 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-tvOS.xcscheme b/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-tvOS.xcscheme
deleted file mode 100644
index 7f70642..0000000
--- a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-tvOS.xcscheme
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-watchOS.xcscheme b/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-watchOS.xcscheme
deleted file mode 100644
index 09c9bf2..0000000
--- a/Defaults.xcodeproj/xcshareddata/xcschemes/Defaults-watchOS.xcscheme
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/Package.swift b/Package.swift
index b88d71a..462b8ab 100644
--- a/Package.swift
+++ b/Package.swift
@@ -1,4 +1,4 @@
-// swift-tools-version:5.4
+// swift-tools-version:5.3
import PackageDescription
let package = Package(
diff --git a/readme.md b/readme.md
index 9912343..df307d5 100644
--- a/readme.md
+++ b/readme.md
@@ -34,22 +34,8 @@ For a real-world example, see my [Plash app](https://github.com/sindresorhus/Pla
## Install
-#### Swift Package Manager
-
Add `https://github.com/sindresorhus/Defaults` in the [“Swift Package Manager” tab in Xcode](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).
-#### Carthage
-
-```
-github "sindresorhus/Defaults"
-```
-
-#### CocoaPods
-
-```ruby
-pod 'Defaults'
-```
-
## Support types
- `Int(8/16/32/64)`