Browse Source

test

Signed-off-by: marinofaggiana <marino.faggiana@nextcloud.com>
marinofaggiana 2 years ago
parent
commit
50c11a9ee8
2 changed files with 5 additions and 5 deletions
  1. 2 2
      DashboardWidget/DashBoardList.swift
  2. 3 3
      Nextcloud.xcodeproj/project.pbxproj

+ 2 - 2
DashboardWidget/DashBoardList.swift

@@ -86,7 +86,7 @@ struct ListWidgetEntryView: View {
                                     .font(.headline)
                                     .font(.headline)
                                 Text(element.subTitle)
                                 Text(element.subTitle)
                                     .font(.subheadline)
                                     .font(.subheadline)
-                                    .foregroundColor(.accentColor)
+                                    .foregroundColor(Color(white: 0.4745))
                             }
                             }
                             Spacer()
                             Spacer()
                         }
                         }
@@ -100,7 +100,7 @@ struct ListWidgetEntryView: View {
 
 
 struct NCElementDashboard_Previews: PreviewProvider {
 struct NCElementDashboard_Previews: PreviewProvider {
     static var previews: some View {
     static var previews: some View {
-        let entry = DashboardListEntry(date: Date(), dashboardDatas: [])
+        let entry = DashboardListEntry(date: Date(), dashboardDatas: []) // dashboardDatasTest
         ListWidgetEntryView(entry: entry).previewContext(WidgetPreviewContext(family: .systemLarge))
         ListWidgetEntryView(entry: entry).previewContext(WidgetPreviewContext(family: .systemLarge))
     }
     }
 }
 }

+ 3 - 3
Nextcloud.xcodeproj/project.pbxproj

@@ -3220,7 +3220,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 					"@executable_path/../../Frameworks",
 				);
 				);
-				MARKETING_VERSION = 4.4.3;
+				MARKETING_VERSION = 4.5.0;
 				ONLY_ACTIVE_ARCH = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = "";
 				OTHER_LDFLAGS = "";
 				SDKROOT = iphoneos;
 				SDKROOT = iphoneos;
@@ -3281,7 +3281,7 @@
 					"@executable_path/Frameworks",
 					"@executable_path/Frameworks",
 					"@executable_path/../../Frameworks",
 					"@executable_path/../../Frameworks",
 				);
 				);
-				MARKETING_VERSION = 4.4.3;
+				MARKETING_VERSION = 4.5.0;
 				ONLY_ACTIVE_ARCH = YES;
 				ONLY_ACTIVE_ARCH = YES;
 				OTHER_LDFLAGS = "";
 				OTHER_LDFLAGS = "";
 				SDKROOT = iphoneos;
 				SDKROOT = iphoneos;
@@ -3480,7 +3480,7 @@
 			repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
 			repositoryURL = "https://github.com/nextcloud/ios-communication-library/";
 			requirement = {
 			requirement = {
 				kind = exactVersion;
 				kind = exactVersion;
-				version = 0.99.9;
+				version = 0.99.8;
 			};
 			};
 		};
 		};
 		F788ECC5263AAAF900ADC67F /* XCRemoteSwiftPackageReference "MarkdownKit" */ = {
 		F788ECC5263AAAF900ADC67F /* XCRemoteSwiftPackageReference "MarkdownKit" */ = {