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
216a873
NMC 2015 - NMC 2157 move copy configuration changes
TSI-amrutwaghmare Dec 28, 2023
ee67c94
NMC 2015 - NMC 1992 Sharing configuration changes
TSI-amrutwaghmare Dec 28, 2023
5a84cd7
NMC 2015 - NMC 1988 Scan customisation changes
TSI-amrutwaghmare Dec 28, 2023
a5d06cb
NMC 2015 - NMC 1931 Auto upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
701d21f
NMC 2015 - NMC 1933 Collabora configuration changes
TSI-amrutwaghmare Dec 28, 2023
2236026
NMC 2015 - NMC 1937 E2EE configuration changes
TSI-amrutwaghmare Dec 28, 2023
254787c
NMC 2015 - NMC 1990 Settings configuration changes
TSI-amrutwaghmare Dec 28, 2023
7aa55b9
NMC 2015 - NMC 2237 More configuration changes
TSI-amrutwaghmare Dec 28, 2023
e67be15
NMC 2015 - NMC 2248 Image video upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
4fedc62
NMC 2015 - NMC 2261 Audio upload configuration changes
TSI-amrutwaghmare Dec 29, 2023
b46c984
NMC 2015 - NMC 1935 Notification configuration changes
TSI-amrutwaghmare Dec 29, 2023
10c2633
NMC 2015 - NMC 1984 Privacy policy configuration changes
TSI-amrutwaghmare Dec 29, 2023
4a735df
NMC 2015 - NMC 1971 Onboarding configuration changes
TSI-amrutwaghmare Dec 29, 2023
3e0d3e5
NMC 2015 - NMC Trash view configuration changes
TSI-amrutwaghmare Dec 29, 2023
b1974ae
NMC 2015 - NMC 2267 Rename configuration changes
TSI-amrutwaghmare Dec 29, 2023
ddcba89
NMC 2015 - NMC 1998 Tracking configuration changes
TSI-amrutwaghmare Dec 29, 2023
b8f68d2
NMC 2015 - User tracking description added in plist
TSI-amrutwaghmare Dec 29, 2023
168818c
NMC 2015 - Tealium and Adjust dependency added
TSI-amrutwaghmare Dec 29, 2023
fec86e9
NMC 2015 - FolderPathCustomCell duplicate entry removed
TSI-amrutwaghmare Feb 19, 2024
202c2e1
NMC 2015 - Adjust SDK framework added to project target
TSI-amrutwaghmare Feb 19, 2024
9c39fdb
NMC 2015 - Tealium framework added to project target
TSI-amrutwaghmare Feb 19, 2024
0ccc0d5
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