Skip to content

Commit 2609a64

Browse files
seanosheaclaude
andcommitted
Merge feature/update-changelog-2.3.0 into develop
Merge the changelog and configuration updates from feature/update-changelog-2.3.0, keeping all changes from the feature branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 parents 15dc43d + 481b61f commit 2609a64

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

BluePlaquesLondon.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@
922922
CLANG_ENABLE_CODE_COVERAGE = YES;
923923
CODE_SIGN_IDENTITY = "iPhone Developer";
924924
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
925-
CURRENT_PROJECT_VERSION = 18;
925+
CURRENT_PROJECT_VERSION = 19;
926926
DEVELOPMENT_TEAM = 3TQU8WFYZ9;
927927
FRAMEWORK_SEARCH_PATHS = (
928928
"$(inherited)",
@@ -952,7 +952,7 @@
952952
CLANG_ENABLE_CODE_COVERAGE = NO;
953953
CODE_SIGN_IDENTITY = "iPhone Developer";
954954
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
955-
CURRENT_PROJECT_VERSION = 18;
955+
CURRENT_PROJECT_VERSION = 19;
956956
DEVELOPMENT_TEAM = 3TQU8WFYZ9;
957957
FRAMEWORK_SEARCH_PATHS = (
958958
"$(inherited)",

BluePlaquesLondon/Classes/Controller/BPLMapViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ - (void)viewDidLoad
145145
// Add Auto Layout constraints for map view
146146
// Map extends behind the transparent navigation bar
147147
[NSLayoutConstraint activateConstraints:@[
148-
[self.mapView.topAnchor constraintEqualToAnchor:self.view.topAnchor],
148+
[self.mapView.topAnchor constraintEqualToAnchor:self.view.safeAreaLayoutGuide.topAnchor],
149149
[self.mapView.leadingAnchor constraintEqualToAnchor:self.view.leadingAnchor],
150150
[self.mapView.trailingAnchor constraintEqualToAnchor:self.view.trailingAnchor],
151151
[self.mapView.bottomAnchor constraintEqualToAnchor:self.view.bottomAnchor]
@@ -169,7 +169,7 @@ - (void)viewDidLoad
169169
self.searchController.hidesNavigationBarDuringPresentation = NO;
170170
self.navigationItem.searchController = self.searchController;
171171
self.navigationItem.hidesSearchBarWhenScrolling = NO;
172-
self.definesPresentationContext = YES;
172+
self.definesPresentationContext = NO;
173173
}
174174

175175
- (void)viewWillAppear:(BOOL)animated

BluePlaquesLondon/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</dict>
3333
</array>
3434
<key>CFBundleVersion</key>
35-
<string>18</string>
35+
<string>19</string>
3636
<key>ITSAppUsesNonExemptEncryption</key>
3737
<string>NO</string>
3838
<key>LSRequiresIPhoneOS</key>

BluePlaquesLondonTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>18</string>
22+
<string>19</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)