We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 725ae84 commit f4249f1Copy full SHA for f4249f1
WeatherMap/Classes/WMMainMapVC.m
@@ -28,6 +28,7 @@ @implementation WMMainMapVC
28
- (void)viewDidLoad {
29
[super viewDidLoad];
30
31
+ [_mapView setOpaque:NO];
32
[self setupWeatherObservationView];
33
}
34
WeatherMap/Info.plist
@@ -15,11 +15,11 @@
15
<key>CFBundlePackageType</key>
16
<string>APPL</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>1.0.0</string>
+ <string>1.0.1</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
22
- <string>102</string>
+ <string>104</string>
23
<key>ITSAppUsesNonExemptEncryption</key>
24
<false/>
25
<key>LSRequiresIPhoneOS</key>
0 commit comments