Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
74588ba
NMC 2015 - NMC 2157 move copy configuration changes
TSI-amrutwaghmare Dec 28, 2023
4ccf3e6
NMC 2015 - NMC 1992 Sharing configuration changes
TSI-amrutwaghmare Dec 28, 2023
02ac8f4
NMC 2015 - NMC 1988 Scan customisation changes
TSI-amrutwaghmare Dec 28, 2023
0e066b8
NMC 2015 - NMC 1931 Auto upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
454e9f5
NMC 2015 - NMC 1933 Collabora configuration changes
TSI-amrutwaghmare Dec 28, 2023
7a9a420
NMC 2015 - NMC 1937 E2EE configuration changes
TSI-amrutwaghmare Dec 28, 2023
f71a18d
NMC 2015 - NMC 1990 Settings configuration changes
TSI-amrutwaghmare Dec 28, 2023
553d5ea
NMC 2015 - NMC 2237 More configuration changes
TSI-amrutwaghmare Dec 28, 2023
ccb3f19
NMC 2015 - NMC 2248 Image video upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
8725867
NMC 2015 - NMC 2261 Audio upload configuration changes
TSI-amrutwaghmare Dec 29, 2023
23e0fe3
NMC 2015 - NMC 1935 Notification configuration changes
TSI-amrutwaghmare Dec 29, 2023
5ad793d
NMC 2015 - NMC 1984 Privacy policy configuration changes
TSI-amrutwaghmare Dec 29, 2023
c61d0f1
NMC 2015 - NMC 1971 Onboarding configuration changes
TSI-amrutwaghmare Dec 29, 2023
aeb1394
NMC 2015 - NMC Trash view configuration changes
TSI-amrutwaghmare Dec 29, 2023
8974ded
NMC 2015 - NMC 2267 Rename configuration changes
TSI-amrutwaghmare Dec 29, 2023
9d6b79b
NMC 2015 - NMC 1998 Tracking configuration changes
TSI-amrutwaghmare Dec 29, 2023
e839c9b
NMC 2015 - User tracking description added in plist
TSI-amrutwaghmare Dec 29, 2023
455b927
NMC 2015 - Tealium and Adjust dependency added
TSI-amrutwaghmare Dec 29, 2023
8868a3a
NMC 2015 - FolderPathCustomCell duplicate entry removed
TSI-amrutwaghmare Feb 19, 2024
74da4cb
NMC 2015 - Adjust SDK framework added to project target
TSI-amrutwaghmare Feb 19, 2024
28c6713
NMC 2015 - Tealium framework added to project target
TSI-amrutwaghmare Feb 19, 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