Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e6e030b
NMC 2015 - NMC 2157 move copy configuration changes
TSI-amrutwaghmare Dec 28, 2023
982146e
NMC 2015 - NMC 1992 Sharing configuration changes
TSI-amrutwaghmare Dec 28, 2023
5162beb
NMC 2015 - NMC 1988 Scan customisation changes
TSI-amrutwaghmare Dec 28, 2023
53acf45
NMC 2015 - NMC 1931 Auto upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
f703a76
NMC 2015 - NMC 1933 Collabora configuration changes
TSI-amrutwaghmare Dec 28, 2023
8c57273
NMC 2015 - NMC 1937 E2EE configuration changes
TSI-amrutwaghmare Dec 28, 2023
a33c88d
NMC 2015 - NMC 1990 Settings configuration changes
TSI-amrutwaghmare Dec 28, 2023
eacaac4
NMC 2015 - NMC 2237 More configuration changes
TSI-amrutwaghmare Dec 28, 2023
1a65fe2
NMC 2015 - NMC 2248 Image video upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
9d8da66
NMC 2015 - NMC 2261 Audio upload configuration changes
TSI-amrutwaghmare Dec 29, 2023
a4471d3
NMC 2015 - NMC 1935 Notification configuration changes
TSI-amrutwaghmare Dec 29, 2023
93c4fb6
NMC 2015 - NMC 1984 Privacy policy configuration changes
TSI-amrutwaghmare Dec 29, 2023
5c269f8
NMC 2015 - NMC 1971 Onboarding configuration changes
TSI-amrutwaghmare Dec 29, 2023
f1f30d7
NMC 2015 - NMC Trash view configuration changes
TSI-amrutwaghmare Dec 29, 2023
bf25f78
NMC 2015 - NMC 2267 Rename configuration changes
TSI-amrutwaghmare Dec 29, 2023
1c2c95b
NMC 2015 - NMC 1998 Tracking configuration changes
TSI-amrutwaghmare Dec 29, 2023
808539f
NMC 2015 - User tracking description added in plist
TSI-amrutwaghmare Dec 29, 2023
6682d0e
NMC 2015 - Tealium and Adjust dependency added
TSI-amrutwaghmare Dec 29, 2023
d917148
NMC 2015 - FolderPathCustomCell duplicate entry removed
TSI-amrutwaghmare Feb 19, 2024
ae70ee9
NMC 2015 - Adjust SDK framework added to project target
TSI-amrutwaghmare Feb 19, 2024
72035b5
NMC 2015 - Tealium framework added to project target
TSI-amrutwaghmare Feb 19, 2024
7edec6c
NMC 2015 - Media command view file added
TSI-amrutwaghmare Apr 15, 2024
248b13f
NMC 2015 - Moengage customisation changes
TSI-amrutwaghmare Nov 13, 2024
4f3dc7d
NMC 2015 - Updated configuration changes
harshada-15-tsys Apr 15, 2025
a0cbb94
NMC 2015 - Updated test configuration changes
harshada-15-tsys Apr 16, 2025
b2ea025
NMC 2015 - Removed duplicate files in configuration changes
harshada-15-tsys Apr 17, 2025
7564320
NMC 2015 - Updated configuration changes as per version 9.6.6
harshada-15-tsys Oct 6, 2025
3247760
NMC 2015 - Updated configuration changes
harshada-15-tsys Dec 19, 2025
faa515f
NMC 2015 - Updated configuration changes
harshada-15-tsys Jun 17, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Brand/File_Provider_Extension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)MagentaCLOUD</string>
</array>
</dict>
</plist>
11 changes: 3 additions & 8 deletions Brand/File_Provider_Extension.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Nextcloud</string>
<string>MagentaCLOUD</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -19,21 +19,16 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSFileProviderSupportsMultipleDomains</key>
<true/>
</dict>
<key>NSExtensionFileProviderDocumentGroup</key>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.de.telekom.Mediencenter</string>
<key>NSExtensionFileProviderSupportsEnumeration</key>
<true/>
<key>NSExtensionFileProviderSupportsPickingFolders</key>
Expand Down
5 changes: 3 additions & 2 deletions Brand/File_Provider_Extension_UI.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<dict>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
<string>group.de.magentacloud.next.dev2.client</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)de.magentacloud.next.dev2.client</string>
</array>
</dict>
</plist>
24 changes: 18 additions & 6 deletions Brand/File_Provider_Extension_UI.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Nextcloud</string>
<string>MagentaCLOUD</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionFileProviderActions</key>
Expand All @@ -29,16 +45,12 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>36215</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions Brand/Notification_Service_Extension.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)MagentaCLOUD</string>
</array>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Brand/Notification_Service_Extension.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions Brand/Share.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)MagentaCLOUD</string>
</array>
</dict>
</plist>
11 changes: 6 additions & 5 deletions Brand/Share.plist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Nextcloud</string>
<string>MagentaCLOUD</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand All @@ -19,23 +19,24 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
<false/>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionAttributes</key>
<dict>
<key>NSExtensionActivationRule</key>
<string>SUBQUERY (extensionItems, $extensionItem, SUBQUERY ($extensionItem.attachments, $attachment, (ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data" OR ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text")).@count == $extensionItem.attachments.@count).@count &gt; 0</string>
<string>SUBQUERY (extensionItems, $extensionItem, SUBQUERY ($extensionItem.attachments,$attachment,(ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.data")).@count == $extensionItem.attachments.@count).@count &gt; 0
</string>
</dict>
<key>NSExtensionMainStoryboard</key>
<string>MainInterface</string>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.share-services</string>
</dict>
</dict>
</plist>
</plist>
5 changes: 3 additions & 2 deletions Brand/Widget.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
<string>group.de.magentacloud.next.dev2.client</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)de.magentacloud.next.dev2.client</string>
</array>
</dict>
</plist>
10 changes: 5 additions & 5 deletions Brand/Widget.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
<string>com.apple.widgetkit-extension</string>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
</dict>
</plist>
5 changes: 3 additions & 2 deletions Brand/WidgetDashboardIntentHandler.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
<string>group.de.magentacloud.next.dev2.client</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)de.magentacloud.next.dev2.client</string>
</array>
</dict>
</plist>
5 changes: 2 additions & 3 deletions Brand/iOSClient.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<true/>
<key>com.apple.security.application-groups</key>
<array>
<string>group.com.nextcloud.apps</string>
<string>group.it.twsweb.Crypto-Cloud</string>
<string>group.com.t-systems.pu-ds.magentacloud.qa</string>
</array>
<key>com.apple.security.device.audio-input</key>
<true/>
Expand All @@ -23,7 +22,7 @@
<true/>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)it.twsweb.Crypto-Cloud</string>
<string>$(AppIdentifierPrefix)MagentaCLOUD</string>
</array>
</dict>
</plist>
9 changes: 6 additions & 3 deletions Brand/iOSClient.plist
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>Nextcloud</string>
<string>MagentaCLOUD</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
Expand All @@ -43,13 +43,14 @@
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<false/>
<key>ITSEncryptionExportComplianceCode</key>
<string>8e9f9874-938e-460b-a9be-f82cb3393971</string>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>nextcloudtalk</string>
<string>nextcloudnotes</string>
<string>itms-apps</string>
</array>
<key>LSMinimumSystemVersion</key>
<string>12.3</string>
Expand Down Expand Up @@ -83,6 +84,8 @@
<string>AccountIntent</string>
<string>DashboardIntent</string>
</array>
<key>NSUserTrackingUsageDescription</key>
<string>App would like to access IDFA for tracking purpose</string>
<key>PHPhotoLibraryPreventAutomaticLimitedAccessAlert</key>
<true/>
<key>UIAppFonts</key>
Expand Down
Loading
Loading