Skip to content

Commit 8104ff3

Browse files
authored
Merge pull request #811 from LoopKit/master
Merge master into dev
2 parents 3a621bd + ad3c296 commit 8104ff3

File tree

12 files changed

+21
-16
lines changed

12 files changed

+21
-16
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: objective-c
2-
osx_image: xcode9.4
2+
osx_image: xcode10
33
# xcode_sdk: iphonesimulator11
44
# xcode_project: Loop.xcodeproj
55
# xcode_scheme: Loop

Cartfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
github "LoopKit/LoopKit" "dev"
23
github "LoopKit/CGMBLEKit" "dev"
34
github "i-schuetz/SwiftCharts" == 0.6.1

DoseMathTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.1</string>
18+
<string>1.9.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Loop Status Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.1</string>
22+
<string>1.9.2</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>AppGroupIdentifier</key>

Loop.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2380,7 +2380,7 @@
23802380
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
23812381
CODE_SIGN_IDENTITY = "iPhone Developer: loudnate@gmail.com (XZN842LDLT)";
23822382
COPY_PHASE_STRIP = NO;
2383-
CURRENT_PROJECT_VERSION = 52;
2383+
CURRENT_PROJECT_VERSION = 53;
23842384
DEBUG_INFORMATION_FORMAT = dwarf;
23852385
ENABLE_STRICT_OBJC_MSGSEND = YES;
23862386
ENABLE_TESTABILITY = YES;
@@ -2416,7 +2416,7 @@
24162416
SWIFT_VERSION = 4.0;
24172417
TARGETED_DEVICE_FAMILY = "1,2";
24182418
WARNING_CFLAGS = "-Wall";
2419-
WATCHOS_DEPLOYMENT_TARGET = 4.3;
2419+
WATCHOS_DEPLOYMENT_TARGET = 4.1;
24202420
};
24212421
name = Debug;
24222422
};
@@ -2452,7 +2452,7 @@
24522452
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
24532453
CODE_SIGN_IDENTITY = "iPhone Developer: loudnate@gmail.com (XZN842LDLT)";
24542454
COPY_PHASE_STRIP = NO;
2455-
CURRENT_PROJECT_VERSION = 52;
2455+
CURRENT_PROJECT_VERSION = 53;
24562456
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
24572457
ENABLE_NS_ASSERTIONS = NO;
24582458
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2482,7 +2482,7 @@
24822482
TARGETED_DEVICE_FAMILY = "1,2";
24832483
VALIDATE_PRODUCT = YES;
24842484
WARNING_CFLAGS = "-Wall";
2485-
WATCHOS_DEPLOYMENT_TARGET = 4.3;
2485+
WATCHOS_DEPLOYMENT_TARGET = 4.1;
24862486
};
24872487
name = Release;
24882488
};
@@ -2703,11 +2703,11 @@
27032703
CLANG_WARN_SUSPICIOUS_MOVES = YES;
27042704
CODE_SIGN_IDENTITY = "";
27052705
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
2706-
CURRENT_PROJECT_VERSION = 52;
2706+
CURRENT_PROJECT_VERSION = 53;
27072707
DEFINES_MODULE = YES;
27082708
DEVELOPMENT_TEAM = "";
27092709
DYLIB_COMPATIBILITY_VERSION = 1;
2710-
DYLIB_CURRENT_VERSION = 52;
2710+
DYLIB_CURRENT_VERSION = 53;
27112711
DYLIB_INSTALL_NAME_BASE = "@rpath";
27122712
INFOPLIST_FILE = LoopUI/Info.plist;
27132713
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2730,11 +2730,11 @@
27302730
CLANG_WARN_SUSPICIOUS_MOVES = YES;
27312731
CODE_SIGN_IDENTITY = "";
27322732
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
2733-
CURRENT_PROJECT_VERSION = 52;
2733+
CURRENT_PROJECT_VERSION = 53;
27342734
DEFINES_MODULE = YES;
27352735
DEVELOPMENT_TEAM = "";
27362736
DYLIB_COMPATIBILITY_VERSION = 1;
2737-
DYLIB_CURRENT_VERSION = 52;
2737+
DYLIB_CURRENT_VERSION = 53;
27382738
DYLIB_INSTALL_NAME_BASE = "@rpath";
27392739
INFOPLIST_FILE = LoopUI/Info.plist;
27402740
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Loop/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.1</string>
22+
<string>1.9.2</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleURLTypes</key>

LoopTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.9.1</string>
18+
<string>1.9.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

LoopUI/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.9.1</string>
20+
<string>1.9.2</string>
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>NSPrincipalClass</key>

WatchApp Extension/ComplicationController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ final class ComplicationController: NSObject, CLKComplicationDataSource {
9292
let timeText = CLKRelativeDateTextProvider(date: Date(), style: .natural, units: .minute)
9393

9494
switch complication.family {
95+
case .graphicCorner, .graphicCircular, .graphicRectangular, .graphicBezel:
96+
template = nil
9597
case .modularSmall:
9698
let modularSmall = CLKComplicationTemplateModularSmallStackText()
9799
modularSmall.line1TextProvider = glucoseText

WatchApp Extension/Extensions/CLKComplicationTemplate.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ extension CLKComplicationTemplate {
4747
timeFormatter.timeStyle = .short
4848

4949
switch family {
50+
case .graphicCorner, .graphicCircular, .graphicRectangular, .graphicBezel:
51+
return nil
5052
case .modularSmall:
5153
let template = CLKComplicationTemplateModularSmallStackText()
5254
template.line1TextProvider = glucoseAndTrendText

0 commit comments

Comments
 (0)