File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 298
298
buildSettings = {
299
299
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
300
300
INFOPLIST_FILE = HHFloatingView/Info.plist;
301
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
301
302
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
302
303
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.HHFloatingView;
303
304
PRODUCT_NAME = "$(TARGET_NAME)";
311
312
buildSettings = {
312
313
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
313
314
INFOPLIST_FILE = HHFloatingView/Info.plist;
315
+ IPHONEOS_DEPLOYMENT_TARGET = 9.0;
314
316
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
315
317
PRODUCT_BUNDLE_IDENTIFIER = com.hemangshah.HHFloatingView;
316
318
PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >1.0 </string >
18
+ <string >1.0.0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
<key >LSRequiresIPhoneOS </key >
31
31
<key >UISupportedInterfaceOrientations </key >
32
32
<array >
33
33
<string >UIInterfaceOrientationPortrait </string >
34
- <string >UIInterfaceOrientationLandscapeLeft </string >
35
- <string >UIInterfaceOrientationLandscapeRight </string >
36
34
</array >
37
35
<key >UISupportedInterfaceOrientations~ipad </key >
38
36
<array >
You can’t perform that action at this time.
0 commit comments