diff --git a/Example/EditorDemo.xcodeproj/project.pbxproj b/Example/EditorDemo.xcodeproj/project.pbxproj index 702dd43..c8d732e 100644 --- a/Example/EditorDemo.xcodeproj/project.pbxproj +++ b/Example/EditorDemo.xcodeproj/project.pbxproj @@ -345,13 +345,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-EditorDemoTests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - 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"; + 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; }; 4695D4EE8336F768836ED41D /* [CP] Embed Pods Frameworks */ = { @@ -360,9 +363,16 @@ files = ( ); inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-EditorDemo/Pods-EditorDemo-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework", + "${BUILT_PRODUCTS_DIR}/NSObject-SafeExpectations/NSObject_SafeExpectations.framework", + "${BUILT_PRODUCTS_DIR}/WordPress-iOS-Editor/WordPressEditor.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/NSObject_SafeExpectations.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WordPressEditor.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -375,9 +385,12 @@ files = ( ); inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-EditorDemoTests/Pods-EditorDemoTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; @@ -390,13 +403,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-EditorDemo-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - 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"; + 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; }; D3F5DB2B0020A9B77E64179A /* [CP] Copy Pods Resources */ = { diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 547648e..496268b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,7 +6,7 @@ PODS: - CocoaLumberjack/Extensions (3.2.0): - CocoaLumberjack/Default - NSObject-SafeExpectations (0.0.2) - - WordPress-iOS-Editor (1.9.4): + - WordPress-iOS-Editor (1.9.5): - CocoaLumberjack (~> 3.2.0) - NSObject-SafeExpectations (~> 0.0.2) @@ -16,13 +16,13 @@ DEPENDENCIES: EXTERNAL SOURCES: WordPress-iOS-Editor: - :path: "../" + :path: ../ SPEC CHECKSUMS: CocoaLumberjack: 9b4aed7073d242f29cc2f62068d995faf67f703a NSObject-SafeExpectations: 7d7f48df90df4e11da7cfe86b64f45eff7a7f521 - WordPress-iOS-Editor: 3792b28f6b139150b37363e450d3c8769137eaca + WordPress-iOS-Editor: be1de639b28b894789366b8380f26df30a8bb571 PODFILE CHECKSUM: cb6a541ba5f4aad4728b3cc32bb1c0621d6f7bfa -COCOAPODS: 1.2.1 +COCOAPODS: 1.3.1 diff --git a/WordPress-iOS-Editor.podspec b/WordPress-iOS-Editor.podspec index f3df1c8..de52c42 100644 --- a/WordPress-iOS-Editor.podspec +++ b/WordPress-iOS-Editor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPress-iOS-Editor" - s.version = "1.9.4" + s.version = "1.9.5" s.summary = "Reusable component rich text editor for WordPress.com in an iOS application." s.description = <<-DESC