Skip to content

Commit

Permalink
Merge pull request #221 from square/brandonjenniges/quickstart-ipad-s…
Browse files Browse the repository at this point in the history
…tand

Add stand and iPad support for quick start app
  • Loading branch information
brandonjenniges committed Apr 20, 2023
2 parents 946ceb9 + 529a51d commit d106f31
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
8 changes: 4 additions & 4 deletions reader-sdk-react-native-quickstart/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ PODS:
- React-perflogger (= 0.67.2)
- ReactNativeCameraKit (13.0.0):
- React-Core
- RNGestureHandler (2.6.0):
- RNGestureHandler (2.9.0):
- React-Core
- RNPermissions (3.6.1):
- React-Core
Expand Down Expand Up @@ -470,12 +470,12 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 2450b43df7ffe8e805a0b3dcb2abd4282f1f1836
ReactCommon: d98c6c96b567f9b3a15f9fd4cc302c1eda8e3cf2
ReactNativeCameraKit: 9d46a5d7dd544ca64aa9c03c150d2348faf437eb
RNGestureHandler: 920eb17f5b1e15dae6e5ed1904045f8f90e0b11e
RNGestureHandler: 071d7a9ad81e8b83fe7663b303d132406a7d8f39
RNPermissions: dcdb7b99796bbeda6975a6e79ad519c41b251b1c
RNReaderSDK: c432129543aa152968c6221f68a63aabb03786fe
RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9
Yoga: 9b6696970c3289e8dea34b3eda93f23e61fb8121

PODFILE CHECKSUM: 81d39ad1368b47e619e2dbf6939f41beffbd620e
PODFILE CHECKSUM: 0f9ca6b9b75bc8c474d8f614712bac333b30c418

COCOAPODS: 1.11.3
COCOAPODS: 1.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
SWIFT_OBJC_BRIDGING_HEADER = "RNReaderSDKSample-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
Expand Down Expand Up @@ -413,7 +413,7 @@
SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
SWIFT_OBJC_BRIDGING_HEADER = "RNReaderSDKSample-Bridging-Header.h";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = 1;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@
<array>
<string>armv7</string>
</array>
<key>UISupportedExternalAccessoryProtocols</key>
<array>
<string>com.squareup.s020</string>
<string>com.squareup.s025</string>
<string>com.squareup.s089</string>
<string>com.squareup.protocol.stand</string>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
Expand Down

0 comments on commit d106f31

Please sign in to comment.