File tree Expand file tree Collapse file tree 6 files changed +10
-8
lines changed
Expand file tree Collapse file tree 6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 563563 "@executable_path/Frameworks",
564564 "@loader_path/Frameworks",
565565 );
566+ MARKETING_VERSION = 1.0.1;
566567 PRODUCT_BUNDLE_IDENTIFIER = co.tinode.ios.TinodeSDK;
567568 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
568569 SKIP_INSTALL = YES;
590591 "@executable_path/Frameworks",
591592 "@loader_path/Frameworks",
592593 );
594+ MARKETING_VERSION = 1.0.1;
593595 PRODUCT_BUNDLE_IDENTIFIER = co.tinode.ios.TinodeSDK;
594596 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
595597 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
Original file line number Diff line number Diff line change 881881 "$(inherited)",
882882 "@executable_path/Frameworks",
883883 );
884- MARKETING_VERSION = 1.0;
884+ MARKETING_VERSION = 1.0.1 ;
885885 PRODUCT_BUNDLE_IDENTIFIER = "co.tinode.tinodios-test";
886886 PRODUCT_NAME = "$(TARGET_NAME)";
887887 PROVISIONING_PROFILE_SPECIFIER = "";
906906 "$(inherited)",
907907 "@executable_path/Frameworks",
908908 );
909- MARKETING_VERSION = 1.0;
909+ MARKETING_VERSION = 1.0.1 ;
910910 PRODUCT_BUNDLE_IDENTIFIER = co.tinode.tinodios;
911911 PRODUCT_NAME = "$(TARGET_NAME)";
912912 PROVISIONING_PROFILE_SPECIFIER = "";
Original file line number Diff line number Diff line change 3030 <string >$(APP_NAME) takes photos with the camera to use as avatar or to send them to your contacts </string >
3131 <key >NSContactsUsageDescription </key >
3232 <string >$(APP_NAME) sends only emails and phone numbers to the $(APP_NAME) server to help you connect with other users </string >
33+ <key >NSPhotoLibraryAddUsageDescription </key >
34+ <string >Images and pictures from $(APP_NAME) can be saved in the photo library </string >
3335 <key >NSPhotoLibraryUsageDescription </key >
3436 <string >$(APP_NAME) needs access to your photos to let you you send them to your contacts </string >
35- <key >NSCameraUsageDescription </key >
36- <string >$(APP_NAME) takes photos with the camera to use as avatar or to send them to your contacts </string >
3737 <key >UIBackgroundModes </key >
3838 <array >
3939 <string >fetch </string >
6464 <true />
6565 <key >USE_TLS </key >
6666 <string >$(USE_TLS) </string >
67- <key >NSPhotoLibraryAddUsageDescription </key >
68- <string >Images and pictures from $(APP_NAME) can be saved in the photo library </string >
6967</dict >
7068</plist >
Original file line number Diff line number Diff line change 360360 "@executable_path/Frameworks",
361361 "@loader_path/Frameworks",
362362 );
363+ MARKETING_VERSION = 1.0.1;
363364 PRODUCT_BUNDLE_IDENTIFIER = co.tinode.tinodios.db;
364365 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
365366 SKIP_INSTALL = YES;
386387 "@executable_path/Frameworks",
387388 "@loader_path/Frameworks",
388389 );
390+ MARKETING_VERSION = 1.0.1;
389391 PRODUCT_BUNDLE_IDENTIFIER = co.tinode.tinodios.db;
390392 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
391393 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >1.0 </string >
18+ <string >$(MARKETING_VERSION) </string >
1919 <key >CFBundleVersion </key >
2020 <string >$(CURRENT_PROJECT_VERSION) </string >
2121</dict >
You can’t perform that action at this time.
0 commit comments