Skip to content

Commit ac4d0db

Browse files
committed
Merge dev into HEAD
2 parents b69b585 + ebe61ab commit ac4d0db

File tree

10 files changed

+28
-9
lines changed

10 files changed

+28
-9
lines changed

.circleci/config.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
jobs:
2+
build:
3+
macos:
4+
xcode: 13.0.0
5+
steps:
6+
- checkout
7+
- run:
8+
name: Checkout submodules
9+
command: git submodule update --init --recursive --depth 1
10+
- run:
11+
name: Build Loop
12+
command: set -o pipefail && time xcodebuild -workspace Loop.xcworkspace -scheme 'Loop (Workspace)' -destination 'name=iPhone 8' build | xcpretty
13+
- run:
14+
name: Build Learn
15+
command: set -o pipefail && time xcodebuild -workspace Loop.xcworkspace -scheme 'Learn (Workspace)' -destination 'name=iPhone 8' build | xcpretty
16+
- run:
17+
name: Run Tests
18+
command: set -o pipefail && time xcodebuild -workspace Loop.xcworkspace -scheme 'Loop (Workspace)' -destination 'name=iPhone 8' test | xcpretty
19+

Loop

Submodule Loop updated 111 files

LoopConfigOverride.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ MAIN_APP_DISPLAY_NAME = Loop
99
// SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) FEATURE_OVERRIDES_DISABLED
1010

1111
// Put your team id here for signing
12-
// LOOP_DEVELOPMENT_TEAM = UY678SP37Q
12+
//LOOP_DEVELOPMENT_TEAM = UY678SP37Q

LoopKit

Submodule LoopKit updated 98 files

0 commit comments

Comments
 (0)