Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 88d7df0

Browse files
authored
Merge pull request #22 from BoostIO/ios-update
iOS v1.0.2 is released
2 parents c471e6c + b4b11f2 commit 88d7df0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ios/boostnotemobile.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@
12611261
);
12621262
PRODUCT_BUNDLE_IDENTIFIER = boostnote;
12631263
PRODUCT_NAME = boostnotemobile;
1264-
TARGETED_DEVICE_FAMILY = 1;
1264+
TARGETED_DEVICE_FAMILY = "1,2";
12651265
VERSIONING_SYSTEM = "apple-generic";
12661266
};
12671267
name = Debug;
@@ -1287,7 +1287,7 @@
12871287
);
12881288
PRODUCT_BUNDLE_IDENTIFIER = boostnote;
12891289
PRODUCT_NAME = boostnotemobile;
1290-
TARGETED_DEVICE_FAMILY = 1;
1290+
TARGETED_DEVICE_FAMILY = "1,2";
12911291
VERSIONING_SYSTEM = "apple-generic";
12921292
};
12931293
name = Release;

ios/boostnotemobile/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.0.1</string>
20+
<string>1.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3</string>
24+
<string>4</string>
2525
<key>CodePushDeploymentKey</key>
2626
<string>p71hBuN-sskWqnx52i7xpeXCipDX1a2d16b3-a6fd-494f-8deb-050bb34a68be</string>
2727
<key>LSRequiresIPhoneOS</key>
@@ -82,7 +82,7 @@
8282
<string>armv7</string>
8383
</array>
8484
<key>UIRequiresFullScreen</key>
85-
<false/>
85+
<true/>
8686
<key>UISupportedInterfaceOrientations</key>
8787
<array>
8888
<string>UIInterfaceOrientationPortrait</string>

0 commit comments

Comments
 (0)