Przeglądaj źródła

Fix: Dex Share Server, Update Pods

Jon Fawcett 5 lat temu
rodzic
commit
11431236a8

+ 2 - 2
Podfile

@@ -2,7 +2,7 @@ target 'LoopFollow' do
   use_frameworks!
 
   pod 'Charts'
-  pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git', :branch => 'xcode12'
-  pod 'ShareClient', :git => 'https://github.com/josep1972/dexcom-share-client-swift.git', :branch => 'dev' 
+  pod 'Eureka', :git => 'https://github.com/xmartlabs/Eureka.git'
+  pod 'ShareClient', :git => 'https://github.com/jonfawcett/dexcom-share-client-swift.git', :branch => 'master'
   
 end

+ 15 - 16
Podfile.lock

@@ -1,14 +1,14 @@
 PODS:
-  - Charts (3.5.0):
-    - Charts/Core (= 3.5.0)
-  - Charts/Core (3.5.0)
-  - Eureka (5.2.1)
+  - Charts (3.6.0):
+    - Charts/Core (= 3.6.0)
+  - Charts/Core (3.6.0)
+  - Eureka (5.3.0)
   - ShareClient (1.2)
 
 DEPENDENCIES:
   - Charts
-  - Eureka (from `https://github.com/xmartlabs/Eureka.git`, branch `xcode12`)
-  - ShareClient (from `https://github.com/josep1972/dexcom-share-client-swift.git`, branch `dev`)
+  - Eureka (from `https://github.com/xmartlabs/Eureka.git`)
+  - ShareClient (from `https://github.com/jonfawcett/dexcom-share-client-swift.git`, branch `master`)
 
 SPEC REPOS:
   trunk:
@@ -16,25 +16,24 @@ SPEC REPOS:
 
 EXTERNAL SOURCES:
   Eureka:
-    :branch: xcode12
     :git: https://github.com/xmartlabs/Eureka.git
   ShareClient:
-    :branch: dev
-    :git: https://github.com/josep1972/dexcom-share-client-swift.git
+    :branch: master
+    :git: https://github.com/jonfawcett/dexcom-share-client-swift.git
 
 CHECKOUT OPTIONS:
   Eureka:
-    :commit: f5651e328e099393e51b63f1abe78153cbacf90f
+    :commit: e1bb4d668cb5b2280133709f47119eb34c2b65df
     :git: https://github.com/xmartlabs/Eureka.git
   ShareClient:
-    :commit: 815a1dbddd970a563e3b7fd22d88b23c164b026e
-    :git: https://github.com/josep1972/dexcom-share-client-swift.git
+    :commit: bcc9cf9ab35b9a6d3b198507cb057f58b5df1ff0
+    :git: https://github.com/jonfawcett/dexcom-share-client-swift.git
 
 SPEC CHECKSUMS:
-  Charts: 40a08591df1f8ad5c223ddedfb1a06da92f24f7c
-  Eureka: c883105488e05bc65539f583246ecf9657cabbfe
-  ShareClient: 5937ff69b57c85c2004c915812f73cf7ae86549e
+  Charts: b1e3a1f5a1c9ba5394438ca3b91bd8c9076310af
+  Eureka: 49239596c9d2eed9ab523990c34de62b6feac9f0
+  ShareClient: 8d60bcd3fd106ca42c6e71e8bcae24deb173fb9e
 
-PODFILE CHECKSUM: 532f55936f29112bc61a5bc37e8b82ab44663a0d
+PODFILE CHECKSUM: 084f5ab2f55c59ed2c2fa3cdaaa9590c99a95408
 
 COCOAPODS: 1.9.3

+ 7 - 1
Pods/Charts/README.md

@@ -47,12 +47,18 @@ In order to correctly compile:
    - You'll need to add `ChartsRealm` as a dependency too.
 
 ## 3rd party tutorials
+#### Video tutorials
 
+* [Chart in Swift - Setting Up a Basic Line Chart Using iOS Charts(Alex Nagy)](https://www.youtube.com/watch?v=mWhwe_tLNE8&list=PL_csAAO9PQ8bjzg-wxEff1Fr0Y5W1hrum&index=5)
+
+#### Blog posts
 * [Using Realm and Charts with Swift 3 in iOS 10 (Sami Korpela)](https://medium.com/@skoli/using-realm-and-charts-with-swift-3-in-ios-10-40c42e3838c0#.2gyymwfh8)
 * [Creating a Line Chart in Swift 3 and iOS 10 (Osian Smith)](https://medium.com/@OsianSmith/creating-a-line-chart-in-swift-3-and-ios-10-2f647c95392e)
 * [Beginning Set-up and Example Using Charts with Swift 3](https://github.com/annalizhaz/ChartsForSwiftBasic)
 * [Creating a Radar Chart in Swift (David Piper)](https://medium.com/@HeyDaveTheDev/creating-a-radar-chart-in-swift-5791afcf92f0)
-* Want your tutorial to show here? Create a PR!
+* [Plotting in IOS using Charts framework with SwiftUI (Evgeny Basisty)](https://medium.com/@zzzzbh/plotting-in-ios-using-charts-framework-with-swiftui-222034a2bea6)
+
+Want your tutorial to show here? Create a PR!
 
 ## Troubleshooting
 

+ 8 - 5
Pods/Charts/Source/Charts/Components/AxisBase.swift

@@ -166,14 +166,17 @@ open class AxisBase: ComponentBase
     {
         get
         {
-            if _axisValueFormatter == nil ||
-                (_axisValueFormatter is DefaultAxisValueFormatter &&
-                    (_axisValueFormatter as! DefaultAxisValueFormatter).hasAutoDecimals &&
-                    (_axisValueFormatter as! DefaultAxisValueFormatter).decimals != decimals)
+            if _axisValueFormatter == nil
             {
                 _axisValueFormatter = DefaultAxisValueFormatter(decimals: decimals)
             }
-            
+            else if _axisValueFormatter is DefaultAxisValueFormatter &&
+            (_axisValueFormatter as! DefaultAxisValueFormatter).hasAutoDecimals &&
+                (_axisValueFormatter as! DefaultAxisValueFormatter).decimals != decimals
+            {
+                (self._axisValueFormatter as! DefaultAxisValueFormatter).decimals = self.decimals
+            }
+
             return _axisValueFormatter
         }
         set

+ 3 - 3
Pods/Eureka/README.md

@@ -57,7 +57,7 @@ Made with ❤️ by [XMARTLABS](http://xmartlabs.com). This is the re-creation o
 ## Requirements (for latest release)
 
 * Xcode 11+
-* Swift 5.0+ 
+* Swift 5.0+
 
 ### Example project
 
@@ -1075,7 +1075,7 @@ $ pod install
 After you set up your `Package.swift` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift`.
 
 dependencies: [
-    .package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.2.1")
+    .package(url: "https://github.com/xmartlabs/Eureka.git", from: "5.3.0")
 ]
 
 
@@ -1086,7 +1086,7 @@ dependencies: [
 Specify Eureka into your project's `Cartfile`:
 
 ```ogdl
-github "xmartlabs/Eureka" ~> 5.2
+github "xmartlabs/Eureka" ~> 5.3
 ```
 
 #### Manually as Embedded Framework

+ 6 - 5
Pods/Eureka/Source/Rows/Common/FieldRow.swift

@@ -298,9 +298,10 @@ open class _FieldCell<T> : Cell<T>, UITextFieldDelegate, TextFieldCell where T:
             
             if let titleLabel = titleLabel, let text = titleLabel.text, !text.isEmpty {
                 views["titleLabel"] = titleLabel
-                dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:[titleLabel]-3-[textField]", options: .alignAllLeading, metrics: nil, views: views)
-                // Here we are centering the textField with an offset of -4. This replicates the exact behavior of the default UITableViewCell with .subtitle style
-                dynamicConstraints.append(NSLayoutConstraint(item: textField!, attribute: .top, relatedBy: .equal, toItem: contentView, attribute: .centerY, multiplier: 1, constant: -4))
+                dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:|-[titleLabel]-3-[textField]-|",
+                                                                     options: .alignAllLeading, metrics: nil, views: views)
+                titleLabel.setContentHuggingPriority(
+                    UILayoutPriority(textField.contentHuggingPriority(for: .vertical).rawValue + 1), for: .vertical)
                 dynamicConstraints.append(NSLayoutConstraint(item: titleLabel, attribute: .centerX, relatedBy: .equal, toItem: textField, attribute: .centerX, multiplier: 1, constant: 0))
             } else {
                 dynamicConstraints.append(NSLayoutConstraint(item: textField!, attribute: .centerY, relatedBy: .equal, toItem: contentView, attribute: .centerY, multiplier: 1, constant: 0))
@@ -325,11 +326,11 @@ open class _FieldCell<T> : Cell<T>, UITextFieldDelegate, TextFieldCell where T:
             
         default:
             var views: [String: AnyObject] =  ["textField": textField]
-            dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:|-11-[textField]-11-|", options: .alignAllLastBaseline, metrics: nil, views: views)
+            dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:|-[textField]-|", options: .alignAllLastBaseline, metrics: nil, views: views)
             
             if let titleLabel = titleLabel, let text = titleLabel.text, !text.isEmpty {
                 views["titleLabel"] = titleLabel
-                dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:|-11-[titleLabel]-11-|", options: .alignAllLastBaseline, metrics: nil, views: views)
+                dynamicConstraints += NSLayoutConstraint.constraints(withVisualFormat: "V:|-[titleLabel]-|", options: .alignAllLastBaseline, metrics: nil, views: views)
                 dynamicConstraints.append(NSLayoutConstraint(item: titleLabel, attribute: .centerY, relatedBy: .equal, toItem: textField, attribute: .centerY, multiplier: 1, constant: 0))
             }
             

+ 1 - 1
Pods/Eureka/Source/Rows/Controllers/SelectorViewController.swift

@@ -196,7 +196,7 @@ open class _SelectorViewController<Row: SelectableRowType, OptionsRow: OptionsPr
                 self?.row.value = row.value
                 
                 if let form = row.section?.form {
-                    for section in form where section !== row.section {
+                    for section in form where section !== row.section && section is SelectableSection<Row> {
                         let section = section as Any as! SelectableSection<Row>
                         if let selectedRow = section.selectedRow(), selectedRow !== row {
                             selectedRow.value = nil

+ 20 - 0
Pods/Eureka/Source/Rows/DateInlineRow.swift

@@ -32,6 +32,23 @@ extension DatePickerRowProtocol {
         inlineRow.maximumDate = maximumDate
         inlineRow.minuteInterval = minuteInterval
     }
+    
+    func configurePickerStyle(_ cell: DatePickerCell, _ mode: UIDatePicker.Mode = .dateAndTime) {
+        cell.datePicker.datePickerMode = mode
+        // For Xcode 11.4 and above
+        #if swift(>=5.2)
+            if #available(iOS 14.0, *) {
+                #if swift(>=5.3) && !(os(OSX) || (os(iOS) && targetEnvironment(macCatalyst)))
+                    cell.datePicker.preferredDatePickerStyle = .inline
+                #else
+                    cell.datePicker.preferredDatePickerStyle = .wheels
+                #endif
+            }
+            else if #available(iOS 13.4, *) {
+                cell.datePicker.preferredDatePickerStyle = .wheels
+            }
+        #endif
+    }
 
 }
 
@@ -47,6 +64,7 @@ open class _DateInlineRow: _DateInlineFieldRow {
 
     open func setupInlineRow(_ inlineRow: DatePickerRow) {
         configureInlineRow(inlineRow)
+        configurePickerStyle(inlineRow.cell, .date)
     }
 }
 
@@ -62,6 +80,7 @@ open class _TimeInlineRow: _DateInlineFieldRow {
 
     open func setupInlineRow(_ inlineRow: TimePickerRow) {
         configureInlineRow(inlineRow)
+        configurePickerStyle(inlineRow.cell, .time)
     }
 }
 
@@ -77,6 +96,7 @@ open class _DateTimeInlineRow: _DateInlineFieldRow {
 
     open func setupInlineRow(_ inlineRow: DateTimePickerRow) {
         configureInlineRow(inlineRow)
+        configurePickerStyle(inlineRow.cell)
     }
 }
 

+ 29 - 0
Pods/Local Podspecs/Eureka.podspec.json

@@ -0,0 +1,29 @@
+{
+  "name": "Eureka",
+  "version": "5.3.0",
+  "license": "MIT",
+  "summary": "Elegant iOS Forms in pure Swift",
+  "homepage": "https://github.com/xmartlabs/Eureka",
+  "social_media_url": "http://twitter.com/xmartlabs",
+  "authors": {
+    "Martin Barreto": "martin@xmartlabs.com",
+    "Mathias Claassen": "mathias@xmartlabs.com"
+  },
+  "source": {
+    "git": "https://github.com/xmartlabs/Eureka.git",
+    "tag": "5.3.0"
+  },
+  "platforms": {
+    "ios": "9.0"
+  },
+  "ios": {
+    "frameworks": [
+      "UIKit",
+      "Foundation"
+    ]
+  },
+  "source_files": "Source/**/*.swift",
+  "requires_arc": true,
+  "swift_versions": "5.0",
+  "swift_version": "5.0"
+}

+ 3 - 3
Pods/Local Podspecs/ShareClient.podspec.json

@@ -3,14 +3,14 @@
   "version": "1.2",
   "summary": "Dexcom Client Pod",
   "swift_versions": "5.0",
-  "homepage": "https://github.com/josep1972/dexcom-share-client-swift",
+  "homepage": "https://github.com/jonfawcett/dexcom-share-client-swift",
   "license": "MIT",
-  "authors": "josep1972",
+  "authors": "jonfawcett",
   "platforms": {
     "ios": "13"
   },
   "source": {
-    "git": "https://github.com/josep1972/dexcom-share-client-swift.git",
+    "git": "https://github.com/jonfawcett/dexcom-share-client-swift.git",
     "tag": "v1.2"
   },
   "source_files": [

+ 15 - 16
Pods/Manifest.lock

@@ -1,14 +1,14 @@
 PODS:
-  - Charts (3.5.0):
-    - Charts/Core (= 3.5.0)
-  - Charts/Core (3.5.0)
-  - Eureka (5.2.1)
+  - Charts (3.6.0):
+    - Charts/Core (= 3.6.0)
+  - Charts/Core (3.6.0)
+  - Eureka (5.3.0)
   - ShareClient (1.2)
 
 DEPENDENCIES:
   - Charts
-  - Eureka (from `https://github.com/xmartlabs/Eureka.git`, branch `xcode12`)
-  - ShareClient (from `https://github.com/josep1972/dexcom-share-client-swift.git`, branch `dev`)
+  - Eureka (from `https://github.com/xmartlabs/Eureka.git`)
+  - ShareClient (from `https://github.com/jonfawcett/dexcom-share-client-swift.git`, branch `master`)
 
 SPEC REPOS:
   trunk:
@@ -16,25 +16,24 @@ SPEC REPOS:
 
 EXTERNAL SOURCES:
   Eureka:
-    :branch: xcode12
     :git: https://github.com/xmartlabs/Eureka.git
   ShareClient:
-    :branch: dev
-    :git: https://github.com/josep1972/dexcom-share-client-swift.git
+    :branch: master
+    :git: https://github.com/jonfawcett/dexcom-share-client-swift.git
 
 CHECKOUT OPTIONS:
   Eureka:
-    :commit: f5651e328e099393e51b63f1abe78153cbacf90f
+    :commit: e1bb4d668cb5b2280133709f47119eb34c2b65df
     :git: https://github.com/xmartlabs/Eureka.git
   ShareClient:
-    :commit: 815a1dbddd970a563e3b7fd22d88b23c164b026e
-    :git: https://github.com/josep1972/dexcom-share-client-swift.git
+    :commit: bcc9cf9ab35b9a6d3b198507cb057f58b5df1ff0
+    :git: https://github.com/jonfawcett/dexcom-share-client-swift.git
 
 SPEC CHECKSUMS:
-  Charts: 40a08591df1f8ad5c223ddedfb1a06da92f24f7c
-  Eureka: c883105488e05bc65539f583246ecf9657cabbfe
-  ShareClient: 5937ff69b57c85c2004c915812f73cf7ae86549e
+  Charts: b1e3a1f5a1c9ba5394438ca3b91bd8c9076310af
+  Eureka: 49239596c9d2eed9ab523990c34de62b6feac9f0
+  ShareClient: 8d60bcd3fd106ca42c6e71e8bcae24deb173fb9e
 
-PODFILE CHECKSUM: 532f55936f29112bc61a5bc37e8b82ab44663a0d
+PODFILE CHECKSUM: 084f5ab2f55c59ed2c2fa3cdaaa9590c99a95408
 
 COCOAPODS: 1.9.3

+ 41 - 41
Pods/Pods.xcodeproj/project.pbxproj

@@ -1376,7 +1376,7 @@
 			};
 			name = Release;
 		};
-		13DF91FECD4EB2AAAF95405099441E29 /* Debug */ = {
+		5C5AE90EAE3122F9FC1AA606EA47ACFE /* Debug */ = {
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = 017205CE9DD9404E68FC3A813A5BC6A4 /* Charts.debug.xcconfig */;
 			buildSettings = {
@@ -1392,7 +1392,7 @@
 				GCC_PREFIX_HEADER = "Target Support Files/Charts/Charts-prefix.pch";
 				INFOPLIST_FILE = "Target Support Files/Charts/Charts-Info.plist";
 				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
 				LD_RUNPATH_SEARCH_PATHS = (
 					"$(inherited)",
 					"@executable_path/Frameworks",
@@ -1404,7 +1404,7 @@
 				SDKROOT = iphoneos;
 				SKIP_INSTALL = YES;
 				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 5.0;
+				SWIFT_VERSION = 5.3;
 				TARGETED_DEVICE_FAMILY = "1,2";
 				VERSIONING_SYSTEM = "apple-generic";
 				VERSION_INFO_PREFIX = "";
@@ -1608,42 +1608,6 @@
 			};
 			name = Debug;
 		};
-		8843ACEAF275101A2F5739BFC13D4E90 /* Release */ = {
-			isa = XCBuildConfiguration;
-			baseConfigurationReference = 1CD849B795C7F3EE32C6353297C6F4CF /* Charts.release.xcconfig */;
-			buildSettings = {
-				CODE_SIGN_IDENTITY = "";
-				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
-				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
-				"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
-				CURRENT_PROJECT_VERSION = 1;
-				DEFINES_MODULE = YES;
-				DYLIB_COMPATIBILITY_VERSION = 1;
-				DYLIB_CURRENT_VERSION = 1;
-				DYLIB_INSTALL_NAME_BASE = "@rpath";
-				GCC_PREFIX_HEADER = "Target Support Files/Charts/Charts-prefix.pch";
-				INFOPLIST_FILE = "Target Support Files/Charts/Charts-Info.plist";
-				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
-				IPHONEOS_DEPLOYMENT_TARGET = 8.0;
-				LD_RUNPATH_SEARCH_PATHS = (
-					"$(inherited)",
-					"@executable_path/Frameworks",
-					"@loader_path/Frameworks",
-				);
-				MODULEMAP_FILE = "Target Support Files/Charts/Charts.modulemap";
-				PRODUCT_MODULE_NAME = Charts;
-				PRODUCT_NAME = Charts;
-				SDKROOT = iphoneos;
-				SKIP_INSTALL = YES;
-				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
-				SWIFT_VERSION = 5.0;
-				TARGETED_DEVICE_FAMILY = "1,2";
-				VALIDATE_PRODUCT = YES;
-				VERSIONING_SYSTEM = "apple-generic";
-				VERSION_INFO_PREFIX = "";
-			};
-			name = Release;
-		};
 		A57D7F46620CEA8E6010E60F37AA1C40 /* Release */ = {
 			isa = XCBuildConfiguration;
 			baseConfigurationReference = EBE2A8C176CC9C76279BE195BDA90B7F /* Pods-LoopFollow.release.xcconfig */;
@@ -1756,6 +1720,42 @@
 			};
 			name = Debug;
 		};
+		FE222ABECC13D2D26EB54C4040331E72 /* Release */ = {
+			isa = XCBuildConfiguration;
+			baseConfigurationReference = 1CD849B795C7F3EE32C6353297C6F4CF /* Charts.release.xcconfig */;
+			buildSettings = {
+				CODE_SIGN_IDENTITY = "";
+				"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
+				"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
+				CURRENT_PROJECT_VERSION = 1;
+				DEFINES_MODULE = YES;
+				DYLIB_COMPATIBILITY_VERSION = 1;
+				DYLIB_CURRENT_VERSION = 1;
+				DYLIB_INSTALL_NAME_BASE = "@rpath";
+				GCC_PREFIX_HEADER = "Target Support Files/Charts/Charts-prefix.pch";
+				INFOPLIST_FILE = "Target Support Files/Charts/Charts-Info.plist";
+				INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
+				IPHONEOS_DEPLOYMENT_TARGET = 9.0;
+				LD_RUNPATH_SEARCH_PATHS = (
+					"$(inherited)",
+					"@executable_path/Frameworks",
+					"@loader_path/Frameworks",
+				);
+				MODULEMAP_FILE = "Target Support Files/Charts/Charts.modulemap";
+				PRODUCT_MODULE_NAME = Charts;
+				PRODUCT_NAME = Charts;
+				SDKROOT = iphoneos;
+				SKIP_INSTALL = YES;
+				SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
+				SWIFT_VERSION = 5.3;
+				TARGETED_DEVICE_FAMILY = "1,2";
+				VALIDATE_PRODUCT = YES;
+				VERSIONING_SYSTEM = "apple-generic";
+				VERSION_INFO_PREFIX = "";
+			};
+			name = Release;
+		};
 /* End XCBuildConfiguration section */
 
 /* Begin XCConfigurationList section */
@@ -1798,8 +1798,8 @@
 		EACB1516A3F84CD99E9B870444AB37F1 /* Build configuration list for PBXNativeTarget "Charts" */ = {
 			isa = XCConfigurationList;
 			buildConfigurations = (
-				13DF91FECD4EB2AAAF95405099441E29 /* Debug */,
-				8843ACEAF275101A2F5739BFC13D4E90 /* Release */,
+				5C5AE90EAE3122F9FC1AA606EA47ACFE /* Debug */,
+				FE222ABECC13D2D26EB54C4040331E72 /* Release */,
 			);
 			defaultConfigurationIsVisible = 0;
 			defaultConfigurationName = Release;

+ 12 - 1
Pods/ShareClient/ShareClient/ShareClient.swift

@@ -28,9 +28,20 @@ public enum ShareError: Error {
 
 
 public enum KnownShareServers: String {
-    case US="https://share1.dexcom.com"
+    case US="https://share2.dexcom.com"
     case NON_US="https://shareous1.dexcom.com"
+    /*
+         To enable Loop to use a custom share server:
+            - remove the comment marker on line 44 and change the value of CUSTOM
+            - remove the comment markers on lines 34 and 35 in ShareClientUI/ShareService+UI.swift
 
+         Note: The URL in CUSTOM must start with 'https://' (NOT 'http://')
+
+         You can find installation instructions for one such custom share server at
+         https://github.com/dabear/NightscoutShareServer
+    */
+
+    // case CUSTOM="https://yourusernameshareserver.herokuapp.com"
 }
 
 // From the Dexcom Share iOS app, via @bewest and @shanselman:

+ 1 - 1
Pods/Target Support Files/Charts/Charts-Info.plist

@@ -15,7 +15,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>3.5.0</string>
+  <string>3.6.0</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>

+ 1 - 1
Pods/Target Support Files/Eureka/Eureka-Info.plist

@@ -15,7 +15,7 @@
   <key>CFBundlePackageType</key>
   <string>FMWK</string>
   <key>CFBundleShortVersionString</key>
-  <string>5.2.1</string>
+  <string>5.3.0</string>
   <key>CFBundleSignature</key>
   <string>????</string>
   <key>CFBundleVersion</key>