ios-v10.0.39

pull/2075/head ios-v10.0.39
Laurent Cozic 2019-11-11 09:43:24 +00:00
parent a3279ab164
commit d4234b8921
2 changed files with 6 additions and 4 deletions

View File

@ -1498,7 +1498,7 @@
CODE_SIGN_ENTITLEMENTS = Joplin/Joplin.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 39;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = A9BXAFS6CT;
HEADER_SEARCH_PATHS = (
@ -1527,6 +1527,7 @@
"$(inherited)",
"\"$(SRCROOT)/Joplin\"",
);
MARKETING_VERSION = 10.0.39;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
@ -1548,7 +1549,7 @@
CODE_SIGN_ENTITLEMENTS = Joplin/Joplin.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 39;
DEVELOPMENT_TEAM = A9BXAFS6CT;
HEADER_SEARCH_PATHS = (
"$(inherited)",
@ -1570,6 +1571,7 @@
"$(inherited)",
"\"$(SRCROOT)/Joplin\"",
);
MARKETING_VERSION = 10.0.39;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",

View File

@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>10.0.37</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>37</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>