|
@@ -127,6 +127,7 @@
|
|
|
F710FC84277B7D3500AA9FBF /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = F710FC83277B7D3500AA9FBF /* RealmSwift */; };
|
|
|
F710FC86277B7D3F00AA9FBF /* Realm in Frameworks */ = {isa = PBXBuildFile; productRef = F710FC85277B7D3F00AA9FBF /* Realm */; };
|
|
|
F710FC88277B7D3F00AA9FBF /* RealmSwift in Frameworks */ = {isa = PBXBuildFile; productRef = F710FC87277B7D3F00AA9FBF /* RealmSwift */; };
|
|
|
+ F711D63128F44801003F43C8 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7C9739428F17131002C43E2 /* IntentHandler.swift */; };
|
|
|
F7134186259747BA00768D21 /* NCPushNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = F7134185259747BA00768D21 /* NCPushNotification.m */; };
|
|
|
F713FF002472764100214AF6 /* UIImage+animatedGIF.m in Sources */ = {isa = PBXBuildFile; fileRef = F713FEFF2472764100214AF6 /* UIImage+animatedGIF.m */; };
|
|
|
F71459D21D12E3B700CAFEEC /* CCUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = F7053E3D1C639DF500741EA5 /* CCUtility.m */; };
|
|
@@ -2821,6 +2822,7 @@
|
|
|
F7346E1628B0EF5C006CE2D2 /* Widget.swift in Sources */,
|
|
|
F78302F828B4C3E100B84583 /* NCManageDatabase+Activity.swift in Sources */,
|
|
|
F783030228B4C4B800B84583 /* NCUtility.swift in Sources */,
|
|
|
+ F711D63128F44801003F43C8 /* IntentHandler.swift in Sources */,
|
|
|
F72EA95A28B7BD0D00C88F0C /* FilesWidgetView.swift in Sources */,
|
|
|
F78302FE28B4C44700B84583 /* NCBrand.swift in Sources */,
|
|
|
F793E5A028B7651B005E4B02 /* NCViewCertificateDetails.swift in Sources */,
|
|
@@ -3511,6 +3513,7 @@
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/WidgetDashboardIntentHandler.plist";
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = WidgetDashboardIntentHandler;
|
|
|
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Nextcloud. All rights reserved.";
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.Nextcloud.WidgetDashboardIntentHandler;
|
|
@@ -3545,6 +3548,7 @@
|
|
|
GENERATE_INFOPLIST_FILE = YES;
|
|
|
INFOPLIST_FILE = "$(SRCROOT)/iOSClient/Brand/WidgetDashboardIntentHandler.plist";
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = WidgetDashboardIntentHandler;
|
|
|
+ INFOPLIST_KEY_NSHumanReadableCopyright = "Copyright © 2022 Nextcloud. All rights reserved.";
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = it.twsweb.Nextcloud.WidgetDashboardIntentHandler;
|