Skip to content

Commit 4632c3a

Browse files
committed
Storyboard integration fix
1 parent c75796d commit 4632c3a

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.1

PPLeftMenuNavigation.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'PPLeftMenuNavigation'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = 'Design left menu navigation with a blur animation.'
55

66
s.description = <<-DESC
@@ -14,6 +14,7 @@ s.author = { '<YOUR NAME HERE>' => '<YOUR EMAIL HERE>' }
1414
s.source = { :git => 'https://github.com/PierrePerrin/PPDesignLeftMenuNavigation.git', :tag => s.version.to_s }
1515

1616
s.ios.deployment_target = '8.2'
17-
s.source_files = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{swift,jpg,storyboard}'
17+
s.source_files = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{swift}'
18+
s.resources = 'PPLeftMenuNavigation/PPLeftMenuNavigation/*.{jpg,storyboard}'
1819

1920
end

PPLeftMenuNavigation/PPLeftMenuNavigation.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
282282
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
283283
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
284-
PRODUCT_BUNDLE_IDENTIFIER = PP.PPLeftMenuNavigation;
284+
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.PPLeftMenuNavigation;
285285
PRODUCT_NAME = "$(TARGET_NAME)";
286286
SKIP_INSTALL = YES;
287287
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
@@ -303,7 +303,7 @@
303303
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
304304
IPHONEOS_DEPLOYMENT_TARGET = 8.2;
305305
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
306-
PRODUCT_BUNDLE_IDENTIFIER = PP.PPLeftMenuNavigation;
306+
PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.PPLeftMenuNavigation;
307307
PRODUCT_NAME = "$(TARGET_NAME)";
308308
SKIP_INSTALL = YES;
309309
SWIFT_VERSION = 3.0;

PPLeftMenuNavigation/PPLeftMenuNavigation/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.3</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

PPLeftMenuNavigation/PPLeftMenuNavigation/PPConstant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
import UIKit
1010

1111

12-
let PPBundle = Bundle(identifier: "PP.PPLeftMenuNavigation")
12+
let PPBundle = Bundle(identifier: "org.cocoapods.PPLeftMenuNavigation")
1313
let PPStr = UIStoryboard(name: "PPMain", bundle: PPBundle)

0 commit comments

Comments
 (0)