Commit e7f045ec by Demid Merzlyakov

Bump version to 5.2.

parent 53f078c0
......@@ -1904,7 +1904,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.1.1;
MARKETING_VERSION = 5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.onelouder.oneweather;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
......@@ -1934,7 +1934,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 5.1.1;
MARKETING_VERSION = 5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.onelouder.oneweather;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
......@@ -1957,7 +1957,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 5.1.1;
MARKETING_VERSION = 5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.onelouder.oneweather.OneWeatherNotificationServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
......@@ -1981,7 +1981,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 5.1.1;
MARKETING_VERSION = 5.2;
PRODUCT_BUNDLE_IDENTIFIER = com.onelouder.oneweather.OneWeatherNotificationServiceExtension;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
......
......@@ -43,6 +43,8 @@
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Enabling location services helps us to provide you more accurate weather forecasts, weather alerts &amp; ads even when the app is closed or not in use. Heres our Privacy Policy: 1weatherapp.com/privacy</string>
<key>NSUserTrackingUsageDescription</key>
<string>This will be used to deliver personalized ads to you.</string>
<key>SKAdNetworkItems</key>
<array>
<dict>
......@@ -420,7 +422,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSUserTrackingUsageDescription</key>
<string>This will be used to deliver personalized ads to you.</string>
</dict>
</plist>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment