From c2d721f098cbfa7264efc3ea828045761dde5d7b Mon Sep 17 00:00:00 2001 From: pera Date: Wed, 11 Oct 2017 10:55:24 -0300 Subject: [PATCH] minor fixes --- Examples/Objective-C/Podfile.lock | 4 ++-- README.md | 2 +- Tests/Podfile | 2 +- Tests/XLForm Tests.xcodeproj/project.pbxproj | 10 +++++++++- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/Examples/Objective-C/Podfile.lock b/Examples/Objective-C/Podfile.lock index 717cf267..daedd938 100644 --- a/Examples/Objective-C/Podfile.lock +++ b/Examples/Objective-C/Podfile.lock @@ -43,7 +43,7 @@ PODS: - XLData/RemoteDataStore (2.0.0): - XLData/CoreRemote - XLData/DataStore - - XLForm (3.3.0) + - XLForm (4.0.0) DEPENDENCIES: - AFNetworking (~> 2.0) @@ -71,7 +71,7 @@ SPEC CHECKSUMS: JVFloatLabeledTextField: 58a3a32cfb800e5b224f676987e7c13abf50a14d SHSPhoneComponent: 4cec0653a150ad63cbc52b0c8b29ce2d3c9c26f0 XLData: df725c6179e2e0c80bf56a1ecad9afd169707a6d - XLForm: d5c391dfc62865927b5bcab0a5a0dbfb3e02b0ec + XLForm: 04110197c12187dd28a6c7295d3d8b95f4fdb4de PODFILE CHECKSUM: 64fbcd03a2c13762b2c18e3938cc8008807937c9 diff --git a/README.md b/README.md index a7bb1df1..ef65de2a 100644 --- a/README.md +++ b/README.md @@ -1180,7 +1180,7 @@ Requirements * ARC * iOS 9.0 and above -* XCode 7.3+ +* XCode 9.0+ Release Notes diff --git a/Tests/Podfile b/Tests/Podfile index d50e2b3a..df20ca90 100755 --- a/Tests/Podfile +++ b/Tests/Podfile @@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git' project 'XLForm Tests' inhibit_all_warnings! -platform :ios, '7.0' +platform :ios, '9.0' target 'XLForm Tests' do pod 'Expecta', '~> 0.3.0' pod 'XLForm', :path => '../' diff --git a/Tests/XLForm Tests.xcodeproj/project.pbxproj b/Tests/XLForm Tests.xcodeproj/project.pbxproj index f3111dfc..126e3013 100644 --- a/Tests/XLForm Tests.xcodeproj/project.pbxproj +++ b/Tests/XLForm Tests.xcodeproj/project.pbxproj @@ -211,9 +211,12 @@ files = ( ); inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-XLForm Tests/Pods-XLForm Tests-resources.sh", + "${PODS_ROOT}/../../XLForm/XLForm.bundle", ); name = "[CP] Copy Pods Resources"; outputPaths = ( + "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -241,13 +244,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-XLForm Tests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -284,6 +290,7 @@ 28657A3419907FBE00CE8180 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + IPHONEOS_DEPLOYMENT_TARGET = 9.0; ONLY_ACTIVE_ARCH = YES; }; name = Debug; @@ -291,6 +298,7 @@ 28657A3519907FBE00CE8180 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + IPHONEOS_DEPLOYMENT_TARGET = 9.0; }; name = Release; };