Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
37b83b8
NMC 2015 - NMC 2157 move copy configuration changes
TSI-amrutwaghmare Dec 28, 2023
8d8627b
NMC 2015 - NMC 1992 Sharing configuration changes
TSI-amrutwaghmare Dec 28, 2023
93e7636
NMC 2015 - NMC 1988 Scan customisation changes
TSI-amrutwaghmare Dec 28, 2023
9185633
NMC 2015 - NMC 1931 Auto upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
c6e26e1
NMC 2015 - NMC 1933 Collabora configuration changes
TSI-amrutwaghmare Dec 28, 2023
1a74234
NMC 2015 - NMC 1937 E2EE configuration changes
TSI-amrutwaghmare Dec 28, 2023
5feb9ec
NMC 2015 - NMC 1990 Settings configuration changes
TSI-amrutwaghmare Dec 28, 2023
d68f57c
NMC 2015 - NMC 2237 More configuration changes
TSI-amrutwaghmare Dec 28, 2023
4127ea6
NMC 2015 - NMC 2248 Image video upload configuration changes
TSI-amrutwaghmare Dec 28, 2023
62e7293
NMC 2015 - NMC 2261 Audio upload configuration changes
TSI-amrutwaghmare Dec 29, 2023
727d458
NMC 2015 - NMC 1935 Notification configuration changes
TSI-amrutwaghmare Dec 29, 2023
e52cf73
NMC 2015 - NMC 1984 Privacy policy configuration changes
TSI-amrutwaghmare Dec 29, 2023
0e6a6af
NMC 2015 - NMC 1971 Onboarding configuration changes
TSI-amrutwaghmare Dec 29, 2023
fed0b45
NMC 2015 - NMC Trash view configuration changes
TSI-amrutwaghmare Dec 29, 2023
1e642f8
NMC 2015 - NMC 2267 Rename configuration changes
TSI-amrutwaghmare Dec 29, 2023
7488d80
NMC 2015 - NMC 1998 Tracking configuration changes
TSI-amrutwaghmare Dec 29, 2023
be00aaf
NMC 2015 - User tracking description added in plist
TSI-amrutwaghmare Dec 29, 2023
0ceee4c
NMC 2015 - Tealium and Adjust dependency added
TSI-amrutwaghmare Dec 29, 2023
ad83991
NMC 2015 - FolderPathCustomCell duplicate entry removed
TSI-amrutwaghmare Feb 19, 2024
a430ac9
NMC 2015 - Adjust SDK framework added to project target
TSI-amrutwaghmare Feb 19, 2024
7e3935e
NMC 2015 - Tealium framework added to project target
TSI-amrutwaghmare Feb 19, 2024
bfe638f
NMC 2015 - Media command view file added
TSI-amrutwaghmare Apr 15, 2024
1974169
NMC 2015 - Moengage customisation changes
TSI-amrutwaghmare Nov 13, 2024
674f23d
NMC 2015 - Update unused changes
TSI-amrutwaghmare Nov 13, 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 @@ -20,7 +20,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 @@ -83,6 +83,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