Skip to content

Commit faf3489

Browse files
authored
Update Watch app icons (#835)
1 parent e13a013 commit faf3489

File tree

77 files changed

+393
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+393
-298
lines changed

Loop.xcodeproj/project.pbxproj

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@
305305
C18C8C511D5A351900E043FB /* NightscoutDataManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */; };
306306
C1C6591C1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json in Resources */ = {isa = PBXBuildFile; fileRef = C1C6591B1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json */; };
307307
C1C73F0D1DE3D0270022FC89 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C1C73F0F1DE3D0270022FC89 /* InfoPlist.strings */; };
308-
C9886AE51E5B2FAD00473BB8 /* gallery.ckcomplication in Resources */ = {isa = PBXBuildFile; fileRef = C9886AE41E5B2FAD00473BB8 /* gallery.ckcomplication */; };
309308
/* End PBXBuildFile section */
310309

311310
/* Begin PBXContainerItemProxy section */
@@ -835,7 +834,6 @@
835834
C18852E12082AB1A00BECC8C /* RileyLinkKitUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RileyLinkKitUI.framework; path = Carthage/Build/iOS/RileyLinkKitUI.framework; sourceTree = "<group>"; };
836835
C18C8C501D5A351900E043FB /* NightscoutDataManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NightscoutDataManager.swift; sourceTree = "<group>"; };
837836
C1C6591B1E1B1FDA0025CC58 /* recommend_temp_basal_dropping_then_rising.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = recommend_temp_basal_dropping_then_rising.json; sourceTree = "<group>"; };
838-
C9886AE41E5B2FAD00473BB8 /* gallery.ckcomplication */ = {isa = PBXFileReference; lastKnownFileType = folder; path = gallery.ckcomplication; sourceTree = "<group>"; };
839837
/* End PBXFileReference section */
840838

841839
/* Begin PBXFrameworksBuildPhase section */
@@ -1015,7 +1013,6 @@
10151013
children = (
10161014
7D7076651FE06EE4004AC8EA /* Localizable.strings */,
10171015
7D7076511FE06EE1004AC8EA /* InfoPlist.strings */,
1018-
C9886AE41E5B2FAD00473BB8 /* gallery.ckcomplication */,
10191016
43EDEE6B1CF2E12A00393BE3 /* Loop.entitlements */,
10201017
43F5C2D41B92A4A6003EB13D /* Info.plist */,
10211018
43776F8F1B8022E90074EA36 /* AppDelegate.swift */,
@@ -1687,7 +1684,6 @@
16871684
43776F991B8022E90074EA36 /* Assets.xcassets in Resources */,
16881685
7D7076631FE06EE4004AC8EA /* Localizable.strings in Resources */,
16891686
43776F971B8022E90074EA36 /* Main.storyboard in Resources */,
1690-
C9886AE51E5B2FAD00473BB8 /* gallery.ckcomplication in Resources */,
16911687
);
16921688
runOnlyForDeploymentPostprocessing = 0;
16931689
};
@@ -1825,7 +1821,7 @@
18251821
);
18261822
runOnlyForDeploymentPostprocessing = 0;
18271823
shellPath = /bin/sh;
1828-
shellScript = "carthage_frameworks_dir=${SRCROOT}/Carthage/Build/iOS\nif [ -f $PROJECT_DIR/.gitmodules && [ $ACTION != \"install\" ]; then\nfor varname in ${!SCRIPT_INPUT_FILE_*}\ndo\nexport ${varname}=${!varname/$carthage_frameworks_dir/$BUILT_PRODUCTS_DIR}\ndone\nfi\n/usr/local/bin/carthage copy-frameworks";
1824+
shellScript = "carthage_frameworks_dir=${SRCROOT}/Carthage/Build/iOS\nif [ -f $PROJECT_DIR/.gitmodules && [ $ACTION != \"install\" ]; then\nfor varname in ${!SCRIPT_INPUT_FILE_*}\ndo\nexport ${varname}=${!varname/$carthage_frameworks_dir/$BUILT_PRODUCTS_DIR}\ndone\nfi\n/usr/local/bin/carthage copy-frameworks\n";
18291825
};
18301826
43FF3DF620A8EFE800F8E62C /* Copy Frameworks with Carthage */ = {
18311827
isa = PBXShellScriptBuildPhase;
@@ -2619,7 +2615,7 @@
26192615
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
26202616
CODE_SIGN_ENTITLEMENTS = Loop/Loop.entitlements;
26212617
CODE_SIGN_IDENTITY = "iPhone Developer";
2622-
DEVELOPMENT_TEAM = "";
2618+
DEVELOPMENT_TEAM = UY678SP37Q;
26232619
INFOPLIST_FILE = Loop/Info.plist;
26242620
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
26252621
"OTHER_SWIFT_FLAGS[sdk=iphonesimulator*]" = "-D IOS_SIMULATOR";
@@ -2636,7 +2632,7 @@
26362632
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
26372633
CODE_SIGN_ENTITLEMENTS = Loop/Loop.entitlements;
26382634
CODE_SIGN_IDENTITY = "iPhone Developer";
2639-
DEVELOPMENT_TEAM = "";
2635+
DEVELOPMENT_TEAM = UY678SP37Q;
26402636
INFOPLIST_FILE = Loop/Info.plist;
26412637
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
26422638
PRODUCT_BUNDLE_IDENTIFIER = "$(MAIN_APP_BUNDLE_IDENTIFIER)";
@@ -2652,7 +2648,7 @@
26522648
CODE_SIGN_ENTITLEMENTS = "WatchApp Extension/WatchApp Extension.entitlements";
26532649
CODE_SIGN_IDENTITY = "iPhone Developer";
26542650
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
2655-
DEVELOPMENT_TEAM = "";
2651+
DEVELOPMENT_TEAM = UY678SP37Q;
26562652
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/watchOS";
26572653
INFOPLIST_FILE = "WatchApp Extension/Info.plist";
26582654
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
@@ -2672,7 +2668,7 @@
26722668
CODE_SIGN_ENTITLEMENTS = "WatchApp Extension/WatchApp Extension.entitlements";
26732669
CODE_SIGN_IDENTITY = "iPhone Developer";
26742670
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
2675-
DEVELOPMENT_TEAM = "";
2671+
DEVELOPMENT_TEAM = UY678SP37Q;
26762672
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/watchOS";
26772673
INFOPLIST_FILE = "WatchApp Extension/Info.plist";
26782674
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
@@ -2692,7 +2688,7 @@
26922688
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
26932689
CODE_SIGN_IDENTITY = "iPhone Developer";
26942690
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
2695-
DEVELOPMENT_TEAM = "";
2691+
DEVELOPMENT_TEAM = UY678SP37Q;
26962692
FRAMEWORK_SEARCH_PATHS = "";
26972693
IBSC_MODULE = WatchApp_Extension;
26982694
INFOPLIST_FILE = WatchApp/Info.plist;
@@ -2713,7 +2709,7 @@
27132709
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
27142710
CODE_SIGN_IDENTITY = "iPhone Developer";
27152711
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "iPhone Developer";
2716-
DEVELOPMENT_TEAM = "";
2712+
DEVELOPMENT_TEAM = UY678SP37Q;
27172713
FRAMEWORK_SEARCH_PATHS = "";
27182714
IBSC_MODULE = WatchApp_Extension;
27192715
INFOPLIST_FILE = WatchApp/Info.plist;
@@ -2792,7 +2788,7 @@
27922788
CODE_SIGN_ENTITLEMENTS = "Loop Status Extension/Loop Status Extension.entitlements";
27932789
CODE_SIGN_IDENTITY = "iPhone Developer";
27942790
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2795-
DEVELOPMENT_TEAM = "";
2791+
DEVELOPMENT_TEAM = UY678SP37Q;
27962792
INFOPLIST_FILE = "Loop Status Extension/Info.plist";
27972793
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
27982794
PRODUCT_BUNDLE_IDENTIFIER = "$(MAIN_APP_BUNDLE_IDENTIFIER).statuswidget";
@@ -2811,7 +2807,7 @@
28112807
CODE_SIGN_ENTITLEMENTS = "Loop Status Extension/Loop Status Extension.entitlements";
28122808
CODE_SIGN_IDENTITY = "iPhone Developer";
28132809
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2814-
DEVELOPMENT_TEAM = "";
2810+
DEVELOPMENT_TEAM = UY678SP37Q;
28152811
INFOPLIST_FILE = "Loop Status Extension/Info.plist";
28162812
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @executable_path/../../Frameworks";
28172813
PRODUCT_BUNDLE_IDENTIFIER = "$(MAIN_APP_BUNDLE_IDENTIFIER).statuswidget";

Loop/gallery.ckcomplication/11076976-F7D6-460C-845C-10C8A7003F0D.json

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

Loop/gallery.ckcomplication/28C71A33-1C97-4A92-8677-4FE8644380DF.json

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

Loop/gallery.ckcomplication/2E750127-9918-4653-8B91-FC0AB09DF91F.json

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

Loop/gallery.ckcomplication/38411872-4973-48F3-AC34-504D40170A49.json

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

Loop/gallery.ckcomplication/59939B64-2F84-4438-8860-91BB63BE827B.json

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

Loop/gallery.ckcomplication/688917AC-E1E4-4B66-9B44-6EE17F1D19DB.json

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

Loop/gallery.ckcomplication/AF8DC7FB-6148-4322-BE40-6D6DD3C963A9.json

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

Loop/gallery.ckcomplication/Base.lproj/ckcomplication.strings

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

Loop/gallery.ckcomplication/complicationManifest.json

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

0 commit comments

Comments
 (0)