Skip to content

Commit 959687d

Browse files
committed
Updated Project Version
1 parent 0eb2593 commit 959687d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HHFloatingView.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
buildSettings = {
299299
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
300300
INFOPLIST_FILE = HHFloatingView/Info.plist;
301+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
301302
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
302303
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.HHFloatingView;
303304
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -311,6 +312,7 @@
311312
buildSettings = {
312313
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
313314
INFOPLIST_FILE = HHFloatingView/Info.plist;
315+
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
314316
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
315317
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.HHFloatingView;
316318
PRODUCT_NAME = "$(TARGET_NAME)";

HHFloatingView/Info.plist

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>1.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>
@@ -31,8 +31,6 @@
3131
<key>UISupportedInterfaceOrientations</key>
3232
<array>
3333
<string>UIInterfaceOrientationPortrait</string>
34-
<string>UIInterfaceOrientationLandscapeLeft</string>
35-
<string>UIInterfaceOrientationLandscapeRight</string>
3634
</array>
3735
<key>UISupportedInterfaceOrientations~ipad</key>
3836
<array>

0 commit comments

Comments
 (0)