Fixed the Podfile and added some Developer hints

This commit is contained in:
Dirk Hermanns 2023-11-30 19:55:57 +01:00
parent ab4ff3f7be
commit fcfea87c4f
5 changed files with 110 additions and 18 deletions

21
Podfile
View File

@ -1,8 +1,8 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
# platform :ios, '14.7'
target 'nightguard' do
platform :ios, '12.4'
platform :ios, '14.7'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
@ -26,17 +26,16 @@ target 'nightguard' do
end
target 'nightguard WatchKit App' do
platform :watchos, '4.3'
platform :watchos, '9.1'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for nightguard WatchKit App
end
target 'nightguard WatchKit Extension' do
platform :watchos, '4.3'
target 'nightguard Widget Extension' do
platform :ios, '16.0'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
@ -44,3 +43,13 @@ target 'nightguard WatchKit Extension' do
# Pods for nightguard WatchKit Extension
end
target 'nightguard ComplicationExtension' do
platform :watchos, '9.1'
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for nightguard WatchKit App
end

View File

@ -17,6 +17,6 @@ SPEC CHECKSUMS:
Eureka: e6d720290c56bb23333ad1a0e020b2a98a0e9a43
XLActionController: 24140d835ab9e260270711afebc5efabebe9d392
PODFILE CHECKSUM: 1c26e83c4e68aaeb4d532a440a7a96138b0118a1
PODFILE CHECKSUM: dc0d10611d5c8069733cc7799527d08999ed32c2
COCOAPODS: 1.10.1
COCOAPODS: 1.12.0

View File

@ -37,6 +37,15 @@ http://youtu.be/CEcqNyyv_kA
# Developer Hints
First install cocoapods and do a
```
pod install
```
afterwards.
Then simply open the Nightguard folder "nightguard" in xcode.
If no scheme "nightguard" is existing, select "new Scheme" from the "Product|Scheme" Menu.
I had to modify the Eureka SliderRow. If you would like to compile the project of your own, you will have to modify
the SliderRow in the following way:
@ -53,6 +62,8 @@ public final class SliderRow: Row<SliderCell>, RowType {
}
```
Now you should be able to launch the app in the simulator. Happy Coding!
# License
[agpl-3]: http://www.gnu.org/licenses/agpl-3.0.txt

View File

@ -8,7 +8,7 @@
/* Begin PBXBuildFile section */
17D32E9DA701E1BC8A4A395F /* Pods_nightguardUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD2A0D1B01CFED46A2591694 /* Pods_nightguardUITests.framework */; platformFilter = maccatalyst; };
20B14789FDAE86D764187DD1 /* Pods_nightguard_WatchKit_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 648BD28BCECC705FD0778C58 /* Pods_nightguard_WatchKit_Extension.framework */; };
20AB46401A8FB7D491ED7B97 /* Pods_nightguard_ComplicationExtension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F39F7818CC075AE27821907 /* Pods_nightguard_ComplicationExtension.framework */; };
28B03A1A23F9C3CE000939E6 /* Alarm.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28B03A1C23F9C3CE000939E6 /* Alarm.storyboard */; };
28B03A1F23F9C3EF000939E6 /* Stats.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28B03A2123F9C3EF000939E6 /* Stats.storyboard */; };
28B03A2423F9C3FA000939E6 /* Preferences.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28B03A2623F9C3FA000939E6 /* Preferences.storyboard */; };
@ -16,6 +16,7 @@
28B03A2E23F9C412000939E6 /* Bedside.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 28B03A3023F9C412000939E6 /* Bedside.storyboard */; };
28B03A3723F9CD8E000939E6 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 28B03A3523F9CD8E000939E6 /* Localizable.strings */; };
28E3B4F12404075900A4EE25 /* SnapshotHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28E3B4F02404075800A4EE25 /* SnapshotHelper.swift */; };
37409BD276F2E73421ED1B49 /* Pods_nightguard_Widget_Extension.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3FB23F5CABEEAD83765737A /* Pods_nightguard_Widget_Extension.framework */; };
40D1F7A29C21E9ECF41D2DA5 /* Pods_nightguard.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 35C47360C52FE655DC6F79B4 /* Pods_nightguard.framework */; };
4302C65025D9C5480052777F /* TreatmentsStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4302C64F25D9C5480052777F /* TreatmentsStream.swift */; };
4302C65725D9C7080052777F /* Treatment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4302C65625D9C7080052777F /* Treatment.swift */; };
@ -521,6 +522,7 @@
0BC4D92A1BF3678D2BB7E48B /* Pods-nightguard.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard.release.xcconfig"; path = "Target Support Files/Pods-nightguard/Pods-nightguard.release.xcconfig"; sourceTree = "<group>"; };
127F207A227F018E00C90F07 /* nightguard.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = nightguard.entitlements; sourceTree = "<group>"; };
13B8CC932329488E1D5EE556 /* Pods_nightguard_WatchKit_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_nightguard_WatchKit_App.framework; sourceTree = BUILT_PRODUCTS_DIR; };
2179182C453CA7439851345B /* Pods-nightguard Widget Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard Widget Extension.debug.xcconfig"; path = "Target Support Files/Pods-nightguard Widget Extension/Pods-nightguard Widget Extension.debug.xcconfig"; sourceTree = "<group>"; };
28A3509623F9B31300F2AE60 /* fi-FI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fi-FI"; path = "fi-FI.lproj/Main.strings"; sourceTree = "<group>"; };
28A3509723F9B31400F2AE60 /* fi-FI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fi-FI"; path = "fi-FI.lproj/LaunchScreen.strings"; sourceTree = "<group>"; };
28A3509823F9B31400F2AE60 /* fi-FI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fi-FI"; path = "fi-FI.lproj/Interface.strings"; sourceTree = "<group>"; };
@ -537,7 +539,9 @@
28B03A3623F9CD8E000939E6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = Base; path = Base.lproj/Localizable.strings; sourceTree = "<group>"; };
28B03A3923F9CE6C000939E6 /* fi-FI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fi-FI"; path = "fi-FI.lproj/Localizable.strings"; sourceTree = "<group>"; };
28E3B4F02404075800A4EE25 /* SnapshotHelper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SnapshotHelper.swift; sourceTree = "<group>"; };
2F39F7818CC075AE27821907 /* Pods_nightguard_ComplicationExtension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_nightguard_ComplicationExtension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
35C47360C52FE655DC6F79B4 /* Pods_nightguard.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_nightguard.framework; sourceTree = BUILT_PRODUCTS_DIR; };
4021110F5C579B9AABB75463 /* Pods-nightguard ComplicationExtension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard ComplicationExtension.release.xcconfig"; path = "Target Support Files/Pods-nightguard ComplicationExtension/Pods-nightguard ComplicationExtension.release.xcconfig"; sourceTree = "<group>"; };
4302C64F25D9C5480052777F /* TreatmentsStream.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TreatmentsStream.swift; sourceTree = "<group>"; };
4302C65625D9C7080052777F /* Treatment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Treatment.swift; sourceTree = "<group>"; };
4302C65D25D9C7A80052777F /* MealBolusTreatment.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MealBolusTreatment.swift; sourceTree = "<group>"; };
@ -679,7 +683,7 @@
43F1E1101D076C1C00C329A2 /* NightscoutService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = NightscoutService.swift; path = nightguard/NightscoutService.swift; sourceTree = SOURCE_ROOT; };
43F1E11A1D076D9700C329A2 /* TimeService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TimeService.swift; path = nightguard/TimeService.swift; sourceTree = SOURCE_ROOT; };
43FCE624208B80840080DA0A /* SnoozeAlarmViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SnoozeAlarmViewController.swift; sourceTree = "<group>"; };
648BD28BCECC705FD0778C58 /* Pods_nightguard_WatchKit_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_nightguard_WatchKit_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
66F581AEB58F4C94FEFDB910 /* Pods-nightguard Widget Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard Widget Extension.release.xcconfig"; path = "Target Support Files/Pods-nightguard Widget Extension/Pods-nightguard Widget Extension.release.xcconfig"; sourceTree = "<group>"; };
698D0B5A56DC9320A8BFCE34 /* Pods-nightguardTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguardTests.release.xcconfig"; path = "Target Support Files/Pods-nightguardTests/Pods-nightguardTests.release.xcconfig"; sourceTree = "<group>"; };
69F9AFF1EF78A172349B22B6 /* Pods-nightguard.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard.debug.xcconfig"; path = "Target Support Files/Pods-nightguard/Pods-nightguard.debug.xcconfig"; sourceTree = "<group>"; };
6C953B82B91194E9B7FD5E70 /* Pods-nightguardUITests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguardUITests.debug.xcconfig"; path = "Target Support Files/Pods-nightguardUITests/Pods-nightguardUITests.debug.xcconfig"; sourceTree = "<group>"; };
@ -687,6 +691,8 @@
874582538DFFAB9E3DA8BD2E /* Pods-nightguardTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguardTests.debug.xcconfig"; path = "Target Support Files/Pods-nightguardTests/Pods-nightguardTests.debug.xcconfig"; sourceTree = "<group>"; };
8F6589EDEF5F046D589824E5 /* Pods-nightguard WatchKit App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard WatchKit App.release.xcconfig"; path = "Target Support Files/Pods-nightguard WatchKit App/Pods-nightguard WatchKit App.release.xcconfig"; sourceTree = "<group>"; };
94B8B0F1EFDE9DF105D73C24 /* Pods-nightguard WatchKit App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard WatchKit App.debug.xcconfig"; path = "Target Support Files/Pods-nightguard WatchKit App/Pods-nightguard WatchKit App.debug.xcconfig"; sourceTree = "<group>"; };
B3FB23F5CABEEAD83765737A /* Pods_nightguard_Widget_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_nightguard_Widget_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
CA823659DAA2344DDDAE8C62 /* Pods-nightguard ComplicationExtension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-nightguard ComplicationExtension.debug.xcconfig"; path = "Target Support Files/Pods-nightguard ComplicationExtension/Pods-nightguard ComplicationExtension.debug.xcconfig"; sourceTree = "<group>"; };
D10ACE3F2063C25600F41EE7 /* BackgroundRefreshSettings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundRefreshSettings.swift; sourceTree = "<group>"; };
D112DD3321E9E2DF00ECFB5E /* TimerExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimerExtension.swift; sourceTree = "<group>"; };
D112DD3921EB502300ECFB5E /* BloodSugarArrayTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BloodSugarArrayTest.swift; sourceTree = "<group>"; };
@ -794,6 +800,7 @@
files = (
438DAC7F28D2356800FBF520 /* SwiftUI.framework in Frameworks */,
438DAC7D28D2356800FBF520 /* WidgetKit.framework in Frameworks */,
37409BD276F2E73421ED1B49 /* Pods_nightguard_Widget_Extension.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -803,6 +810,7 @@
files = (
43D005D129DC9BFB003BCE92 /* SwiftUI.framework in Frameworks */,
43D005D029DC9BFB003BCE92 /* WidgetKit.framework in Frameworks */,
20AB46401A8FB7D491ED7B97 /* Pods_nightguard_ComplicationExtension.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@ -810,7 +818,6 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
20B14789FDAE86D764187DD1 /* Pods_nightguard_WatchKit_Extension.framework in Frameworks */,
8B6A14A6E11226B9D3809B3F /* Pods_nightguard_WatchKit_App.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
@ -831,6 +838,10 @@
698D0B5A56DC9320A8BFCE34 /* Pods-nightguardTests.release.xcconfig */,
6C953B82B91194E9B7FD5E70 /* Pods-nightguardUITests.debug.xcconfig */,
FEA35EE4496D3E2C050BF86F /* Pods-nightguardUITests.release.xcconfig */,
CA823659DAA2344DDDAE8C62 /* Pods-nightguard ComplicationExtension.debug.xcconfig */,
4021110F5C579B9AABB75463 /* Pods-nightguard ComplicationExtension.release.xcconfig */,
2179182C453CA7439851345B /* Pods-nightguard Widget Extension.debug.xcconfig */,
66F581AEB58F4C94FEFDB910 /* Pods-nightguard Widget Extension.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
@ -843,11 +854,12 @@
4344E7E825D4728600F54DC2 /* Pods */,
35C47360C52FE655DC6F79B4 /* Pods_nightguard.framework */,
13B8CC932329488E1D5EE556 /* Pods_nightguard_WatchKit_App.framework */,
648BD28BCECC705FD0778C58 /* Pods_nightguard_WatchKit_Extension.framework */,
7DF919C3CB4ABA9B339F76C9 /* Pods_nightguardTests.framework */,
FD2A0D1B01CFED46A2591694 /* Pods_nightguardUITests.framework */,
438DAC7C28D2356800FBF520 /* WidgetKit.framework */,
438DAC7E28D2356800FBF520 /* SwiftUI.framework */,
2F39F7818CC075AE27821907 /* Pods_nightguard_ComplicationExtension.framework */,
B3FB23F5CABEEAD83765737A /* Pods_nightguard_Widget_Extension.framework */,
);
name = Frameworks;
sourceTree = "<group>";
@ -1395,6 +1407,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 438DAC8F28D2356A00FBF520 /* Build configuration list for PBXNativeTarget "nightguard Widget Extension" */;
buildPhases = (
511FAD9379B4FDC80ADDAB37 /* [CP] Check Pods Manifest.lock */,
438DAC7728D2356800FBF520 /* Sources */,
438DAC7828D2356800FBF520 /* Frameworks */,
438DAC7928D2356800FBF520 /* Resources */,
@ -1412,6 +1425,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 43D005E129DC9BFC003BCE92 /* Build configuration list for PBXNativeTarget "nightguard ComplicationExtension" */;
buildPhases = (
DD336205144284799A3D8341 /* [CP] Check Pods Manifest.lock */,
43D005CB29DC9BFA003BCE92 /* Sources */,
43D005CC29DC9BFA003BCE92 /* Frameworks */,
43D005CD29DC9BFA003BCE92 /* Resources */,
@ -1633,6 +1647,28 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
511FAD9379B4FDC80ADDAB37 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-nightguard Widget Extension-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
B20FEE793F9A474211DD6D09 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@ -1711,6 +1747,28 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-nightguardUITests/Pods-nightguardUITests-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
DD336205144284799A3D8341 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-nightguard ComplicationExtension-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
@ -2631,6 +2689,7 @@
};
438DAC8D28D2356A00FBF520 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 2179182C453CA7439851345B /* Pods-nightguard Widget Extension.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
@ -2672,6 +2731,7 @@
};
438DAC8E28D2356A00FBF520 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 66F581AEB58F4C94FEFDB910 /* Pods-nightguard Widget Extension.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
@ -2711,6 +2771,7 @@
};
43D005DF29DC9BFC003BCE92 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = CA823659DAA2344DDDAE8C62 /* Pods-nightguard ComplicationExtension.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;
@ -2754,6 +2815,7 @@
};
43D005E029DC9BFC003BCE92 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 4021110F5C579B9AABB75463 /* Pods-nightguard ComplicationExtension.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground;

View File

@ -7,27 +7,27 @@
<key>nightguard ComplicationExtension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>12</integer>
<integer>11</integer>
</dict>
<key>nightguard WatchKit App (Complication).xcscheme</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>2</integer>
</dict>
<key>nightguard WatchKit App (Notification).xcscheme</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>1</integer>
</dict>
<key>nightguard WatchKit App.xcscheme</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>0</integer>
</dict>
<key>nightguard Widget Extension.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>11</integer>
<integer>12</integer>
</dict>
<key>nightguard Widget ExtensionExtension.xcscheme_^#shared#^_</key>
<dict>
@ -37,7 +37,7 @@
<key>nightguard.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>13</integer>
</dict>
<key>nightguardTests.xcscheme_^#shared#^_</key>
<dict>
@ -67,6 +67,16 @@
<key>primary</key>
<true/>
</dict>
<key>438DAC7A28D2356800FBF520</key>
<dict>
<key>primary</key>
<true/>
</dict>
<key>43D005CE29DC9BFA003BCE92</key>
<dict>
<key>primary</key>
<true/>
</dict>
</dict>
</dict>
</plist>