Skip to content

Commit 9e9c3b6

Browse files
committed
bumped version and auto-cleanup of permissions
1 parent 11c58ab commit 9e9c3b6

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

TinodeSDK.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@
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;
@@ -590,6 +591,7 @@
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;

TinodeSDK/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

Tinodios.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
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 = "";
@@ -906,7 +906,7 @@
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 = "";

Tinodios/Info.plist

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
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>
@@ -64,7 +64,5 @@
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>

TinodiosDB.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@
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;
@@ -386,6 +387,7 @@
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;

TinodiosDB/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)