diff --git a/Examples/Maps-SwiftUI/Maps-SwiftUI.xcodeproj/project.pbxproj b/Examples/Maps-SwiftUI/Maps-SwiftUI.xcodeproj/project.pbxproj index bab97d9..71e73f6 100644 --- a/Examples/Maps-SwiftUI/Maps-SwiftUI.xcodeproj/project.pbxproj +++ b/Examples/Maps-SwiftUI/Maps-SwiftUI.xcodeproj/project.pbxproj @@ -364,7 +364,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.scenee.Maps-SwiftUI"; + PRODUCT_BUNDLE_IDENTIFIER = "example.Maps-SwiftUI"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; @@ -391,7 +391,7 @@ "@executable_path/Frameworks", ); MARKETING_VERSION = 1.0; - PRODUCT_BUNDLE_IDENTIFIER = "com.scenee.Maps-SwiftUI"; + PRODUCT_BUNDLE_IDENTIFIER = "exmaple.Maps-SwiftUI"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; SWIFT_VERSION = 5.0; diff --git a/Examples/Maps/Maps.xcodeproj/project.pbxproj b/Examples/Maps/Maps.xcodeproj/project.pbxproj index f76f50b..64489c7 100644 --- a/Examples/Maps/Maps.xcodeproj/project.pbxproj +++ b/Examples/Maps/Maps.xcodeproj/project.pbxproj @@ -12,7 +12,7 @@ 549D23D2233C77D5008EF4D7 /* FloatingPanel.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 549D23D1233C77D5008EF4D7 /* FloatingPanel.framework */; }; 549D23D3233C77D5008EF4D7 /* FloatingPanel.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 549D23D1233C77D5008EF4D7 /* FloatingPanel.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 54B5112A216C3D840033A6F3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B51129216C3D840033A6F3 /* AppDelegate.swift */; }; - 54B5112C216C3D840033A6F3 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B5112B216C3D840033A6F3 /* ViewController.swift */; }; + 54B5112C216C3D840033A6F3 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B5112B216C3D840033A6F3 /* MainViewController.swift */; }; 54B5112F216C3D840033A6F3 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 54B5112D216C3D840033A6F3 /* Main.storyboard */; }; 54B51131216C3D860033A6F3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 54B51130216C3D860033A6F3 /* Assets.xcassets */; }; 54B51134216C3D860033A6F3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 54B51132216C3D860033A6F3 /* LaunchScreen.storyboard */; }; @@ -40,7 +40,7 @@ 549D23D1233C77D5008EF4D7 /* FloatingPanel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = FloatingPanel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 54B51126216C3D840033A6F3 /* Maps.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Maps.app; sourceTree = BUILT_PRODUCTS_DIR; }; 54B51129216C3D840033A6F3 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; - 54B5112B216C3D840033A6F3 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; + 54B5112B216C3D840033A6F3 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; 54B5112E216C3D840033A6F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 54B51130216C3D860033A6F3 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 54B51133216C3D860033A6F3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; @@ -91,14 +91,14 @@ 54B51128216C3D840033A6F3 /* Maps */ = { isa = PBXGroup; children = ( + 54B51130216C3D860033A6F3 /* Assets.xcassets */, + 54B51132216C3D860033A6F3 /* LaunchScreen.storyboard */, + 54B5112D216C3D840033A6F3 /* Main.storyboard */, 54B51129216C3D840033A6F3 /* AppDelegate.swift */, - 54B5112B216C3D840033A6F3 /* ViewController.swift */, + 54B5112B216C3D840033A6F3 /* MainViewController.swift */, 549A5F58244673FE0025F312 /* SearchViewController.swift */, 54E26CB724A98E310066C720 /* DetailViewController.swift */, 54E26CB524A989090066C720 /* Utils.swift */, - 54B5112D216C3D840033A6F3 /* Main.storyboard */, - 54B51130216C3D860033A6F3 /* Assets.xcassets */, - 54B51132216C3D860033A6F3 /* LaunchScreen.storyboard */, 54B51135216C3D860033A6F3 /* Info.plist */, ); path = Maps; @@ -177,7 +177,7 @@ buildActionMask = 2147483647; files = ( 549A5F59244673FE0025F312 /* SearchViewController.swift in Sources */, - 54B5112C216C3D840033A6F3 /* ViewController.swift in Sources */, + 54B5112C216C3D840033A6F3 /* MainViewController.swift in Sources */, 54E26CB824A98E310066C720 /* DetailViewController.swift in Sources */, 54B5112A216C3D840033A6F3 /* AppDelegate.swift in Sources */, 54E26CB624A989090066C720 /* Utils.swift in Sources */, @@ -336,7 +336,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.scenee.Maps; + PRODUCT_BUNDLE_IDENTIFIER = example.Maps; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; @@ -355,7 +355,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - PRODUCT_BUNDLE_IDENTIFIER = com.scenee.Maps; + PRODUCT_BUNDLE_IDENTIFIER = example.Maps; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; diff --git a/Examples/Maps/Maps/AppDelegate.swift b/Examples/Maps/Maps/AppDelegate.swift index cf0ab26..57b8295 100644 --- a/Examples/Maps/Maps/AppDelegate.swift +++ b/Examples/Maps/Maps/AppDelegate.swift @@ -5,9 +5,5 @@ import UIKit @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { - return true - } } diff --git a/Examples/Maps/Maps/Base.lproj/Main.storyboard b/Examples/Maps/Maps/Base.lproj/Main.storyboard index 68fac7f..35cfa74 100644 --- a/Examples/Maps/Maps/Base.lproj/Main.storyboard +++ b/Examples/Maps/Maps/Base.lproj/Main.storyboard @@ -1,28 +1,26 @@ - - + - - + - + - + - + - + - + - + @@ -54,31 +52,31 @@ - + - + - + - + - + - + - + - + @@ -88,7 +86,7 @@ - + @@ -106,7 +104,7 @@ - + @@ -126,7 +124,7 @@ - + @@ -146,7 +144,7 @@ - + - + @@ -183,16 +181,16 @@ - +