Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
126dea0
NMC 2015 - NMC 2157 move copy configuration changes
TSI-amrutwaghmare Dec 28, 2023
b6d60c1
NMC 2015 - NMC 1992 Sharing configuration changes
TSI-amrutwaghmare Dec 28, 2023
6c30c00
NMC 2015 - NMC 1988 Scan customisation changes
TSI-amrutwaghmare Dec 28, 2023
54e3868
NMC 2015 - NMC 1931 Auto upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
32db73d
NMC 2015 - NMC 1933 Collabora configuration changes
TSI-amrutwaghmare Dec 28, 2023
bfe19f0
NMC 2015 - NMC 1937 E2EE configuration changes
TSI-amrutwaghmare Dec 28, 2023
c188eb3
NMC 2015 - NMC 1990 Settings configuration changes
TSI-amrutwaghmare Dec 28, 2023
d97342d
NMC 2015 - NMC 2237 More configuration changes
TSI-amrutwaghmare Dec 28, 2023
6d5c5cb
NMC 2015 - NMC 2248 Image video upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
0a76b6a
NMC 2015 - NMC 2261 Audio upload configuration changes
TSI-amrutwaghmare Dec 29, 2023
ae1e4ae
NMC 2015 - NMC 1935 Notification configuration changes
TSI-amrutwaghmare Dec 29, 2023
9e08467
NMC 2015 - NMC 1984 Privacy policy configuration changes
TSI-amrutwaghmare Dec 29, 2023
83f2f86
NMC 2015 - NMC 1971 Onboarding configuration changes
TSI-amrutwaghmare Dec 29, 2023
5c8c232
NMC 2015 - NMC Trash view configuration changes
TSI-amrutwaghmare Dec 29, 2023
59e5cda
NMC 2015 - NMC 2267 Rename configuration changes
TSI-amrutwaghmare Dec 29, 2023
17791c5
NMC 2015 - NMC 1998 Tracking configuration changes
TSI-amrutwaghmare Dec 29, 2023
55de33b
NMC 2015 - User tracking description added in plist
TSI-amrutwaghmare Dec 29, 2023
90c0e41
NMC 2015 - Tealium and Adjust dependency added
TSI-amrutwaghmare Dec 29, 2023
1b97d3b
NMC 2015 - FolderPathCustomCell duplicate entry removed
TSI-amrutwaghmare Feb 19, 2024
77e7c70
NMC 2015 - Adjust SDK framework added to project target
TSI-amrutwaghmare Feb 19, 2024
01eedd9
NMC 2015 - Tealium framework added to project target
TSI-amrutwaghmare Feb 19, 2024
8397c70
NMC 2015 - Media command view file added
TSI-amrutwaghmare Apr 15, 2024
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: 3 additions & 1 deletion Brand/iOSClient.plist
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<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 Down Expand Up @@ -81,6 +81,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