Update pods

This commit is contained in:
Roman Efimov
2013-10-08 14:36:40 -05:00
parent 0c2760e97e
commit d6aaa8e03d
5 changed files with 1240 additions and 1179 deletions

View File

@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
REFormattedNumberField: 53db6b5097b02f608999b7c95ec8ccda95be93be
REValidation: 02160035110a63af1bf6ad1b8791837b3fa13584
COCOAPODS: 0.24.0
COCOAPODS: 0.26.1

View File

@@ -10,4 +10,4 @@ SPEC CHECKSUMS:
REFormattedNumberField: 53db6b5097b02f608999b7c95ec8ccda95be93be
REValidation: 02160035110a63af1bf6ad1b8791837b3fa13584
COCOAPODS: 0.24.0
COCOAPODS: 0.26.1

View File

@@ -40,5 +40,8 @@ install_resource()
esac
}
rsync -avr --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
if [[ "${ACTION}" == "install" ]]; then
rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}"
fi
rm -f "$RESOURCES_TO_COPY"

File diff suppressed because it is too large Load Diff

View File

@@ -5,7 +5,7 @@
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>20421FF4-8DCB-4913-9E8B-78EDBEA03102</string>
<string>DA09BF5A-E915-4E17-A15B-3CEF0684448F</string>
<key>IDESourceControlProjectName</key>
<string>RETableViewManagerExample</string>
<key>IDESourceControlProjectOriginsDictionary</key>