From 1392dff4d2992b30b70e6a051605f04a08c9fcc2 Mon Sep 17 00:00:00 2001 From: bandit-ibayashi Date: Mon, 24 May 2021 14:01:15 +0900 Subject: [PATCH] V1.0.0_20210514 --- CHANGELOG.md | 12 ++++++++++ docs/CHANGELOG_JP.md | 12 ++++++++++ example/ios/Podfile | 2 +- example/ios/example.xcodeproj/project.pbxproj | 20 +++++++++++++++-- example/ios/example/Info.plist | 22 +++++++++---------- 5 files changed, 54 insertions(+), 14 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 docs/CHANGELOG_JP.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..1eaae8f8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +- [日本語](docs/CHANGELOG_JP.md) + +# Change Log + +## 1.0.0 (2021/05/14) + +* example (iOS : 1.0.1) + * Fixed iOS build issue in Xcode 12.5. ([Detail here](https://github.com/facebook/react-native/issues/31480)) + +## 1.0.0 (2021/03/28) + +* First release diff --git a/docs/CHANGELOG_JP.md b/docs/CHANGELOG_JP.md new file mode 100644 index 00000000..4a00aba9 --- /dev/null +++ b/docs/CHANGELOG_JP.md @@ -0,0 +1,12 @@ +- [English](../CHANGELOG.md) + +# 変更点 + +## 1.0.0 (2021/05/14) + +* example (iOS:1.0.1) + * Xcode12.5において、ビルドができない不具合を修正。([詳細](https://github.com/facebook/react-native/issues/31480)) + +## 1.0.0 (2021/03/28) + +* 初回リリース diff --git a/example/ios/Podfile b/example/ios/Podfile index f8fc8c49..74d76d1d 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -17,7 +17,7 @@ target 'example' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper!({ 'Flipper-Folly' => '2.3.0' }) + use_flipper!('Flipper' => '0.75.1', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1') post_install do |installer| flipper_post_install(installer) end diff --git a/example/ios/example.xcodeproj/project.pbxproj b/example/ios/example.xcodeproj/project.pbxproj index 5999553c..39331ecb 100644 --- a/example/ios/example.xcodeproj/project.pbxproj +++ b/example/ios/example.xcodeproj/project.pbxproj @@ -303,10 +303,12 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-example-exampleTests/Pods-example-exampleTests-frameworks.sh", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", "${PODS_XCFRAMEWORKS_BUILD_DIR}/StarIO10/StarIO10.framework/StarIO10", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/StarIO10.framework", ); runOnlyForDeploymentPostprocessing = 0; @@ -365,10 +367,12 @@ ); inputPaths = ( "${PODS_ROOT}/Target Support Files/Pods-example/Pods-example-frameworks.sh", + "${PODS_XCFRAMEWORKS_BUILD_DIR}/OpenSSL/OpenSSL.framework/OpenSSL", "${PODS_XCFRAMEWORKS_BUILD_DIR}/StarIO10/StarIO10.framework/StarIO10", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OpenSSL.framework", "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/StarIO10.framework", ); runOnlyForDeploymentPostprocessing = 0; @@ -505,7 +509,10 @@ CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MWPD5A288Z; ENABLE_BITCODE = NO; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/node_modules/react-native-star-io10/ios/libs"; + FRAMEWORK_SEARCH_PATH = ( + "$(inherited)", + "$(SRCROOT)/node_modules/react-native-star-io10/ios/libs", + ); HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../node_modules/react-native-star-io10/ios", @@ -551,6 +558,7 @@ "\"${PODS_ROOT}/CocoaLibEvent/lib\"", "\"${PODS_ROOT}/OpenSSL-Universal/ios/lib\"", ); + MARKETING_VERSION = 1.0.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -574,7 +582,14 @@ CLANG_ENABLE_MODULES = YES; CURRENT_PROJECT_VERSION = 1; DEVELOPMENT_TEAM = MWPD5A288Z; - FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/node_modules/react-native-star-io10/ios/libs"; + FRAMEWORK_SEARCH_PATH = ( + "$(inherited)", + "$(SRCROOT)/node_modules/react-native-star-io10/ios/libs", + ); + FRAMEWORK_SEARCH_PATHS = ( + "$(inherited)", + "$(SRCROOT)/node_modules/react-native-star-io10/ios/libs", + ); HEADER_SEARCH_PATHS = ( "$(inherited)", "$(SRCROOT)/../node_modules/react-native-star-io10/ios", @@ -614,6 +629,7 @@ "\"${PODS_ROOT}/OpenSSL-Universal/ios/lib\"", "\"$(SRCROOT)\"", ); + MARKETING_VERSION = 1.0.1; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/example/ios/example/Info.plist b/example/ios/example/Info.plist index d2bc4a9d..df1867e2 100644 --- a/example/ios/example/Info.plist +++ b/example/ios/example/Info.plist @@ -2,12 +2,6 @@ - UIFileSharingEnabled - - UISupportedExternalAccessoryProtocols - - jp.star-m.starpro - CFBundleDevelopmentRegion en CFBundleDisplayName @@ -23,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0 + $(MARKETING_VERSION) CFBundleSignature ???? CFBundleVersion @@ -43,24 +37,30 @@ + NSBluetoothAlwaysUsageDescription + Use Bluetooth for communication with the printer. + NSBluetoothPeripheralUsageDescription + Use Bluetooth for communication with the printer. NSLocationWhenInUseUsageDescription + UIFileSharingEnabled + UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities armv7 + UISupportedExternalAccessoryProtocols + + jp.star-m.starpro + UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - NSBluetoothAlwaysUsageDescription - Use Bluetooth for communication with the printer. - NSBluetoothPeripheralUsageDescription - Use Bluetooth for communication with the printer. UIViewControllerBasedStatusBarAppearance