Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
5c634e99
Commit
5c634e99
authored
Mar 12, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Update fixtures
parent
781872d3
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
56 additions
and
56 deletions
+56
-56
Pods-resources.sh
.../integration/install_add_pod/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
...tion/install_external_source/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
...gration/install_local_source/after/Pods/Pods-resources.sh
+4
-4
Pods-SampleApp_2-resources.sh
...multiple_targets/after/Pods/Pods-SampleApp_2-resources.sh
+4
-4
Pods-resources.sh
...ion/install_multiple_targets/after/Pods/Pods-resources.sh
+4
-4
Pods-test-resources.sh
...nstall_multiple_targets/after/Pods/Pods-test-resources.sh
+4
-4
Pods-resources.sh
spec/integration/install_new/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
...on/install_podfile_callbacks/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
.../integration/install_podspec/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
...tegration/install_remove_pod/after/Pods/Pods-resources.sh
+4
-4
Pods-resources.sh
...ation/install_spec_callbacks/after/Pods/Pods-resources.sh
+4
-4
Pods-OS X App-resources.sh
...on/install_subspecs/after/Pods/Pods-OS X App-resources.sh
+4
-4
Pods-iOS App-resources.sh
...ion/install_subspecs/after/Pods/Pods-iOS App-resources.sh
+4
-4
Pods-resources.sh
spec/integration/update/after/Pods/Pods-resources.sh
+4
-4
No files found.
spec/integration/install_add_pod/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_external_source/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_local_source/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-SampleApp_2-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_multiple_targets/after/Pods/Pods-test-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_new/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_podfile_callbacks/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_podspec/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_remove_pod/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_spec_callbacks/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_subspecs/after/Pods/Pods-OS X App-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/install_subspecs/after/Pods/Pods-iOS App-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
spec/integration/update/after/Pods/Pods-resources.sh
View file @
5c634e99
...
@@ -4,12 +4,12 @@ install_resource()
...
@@ -4,12 +4,12 @@ install_resource()
{
{
case
$1
in
case
$1
in
*
.storyboard
)
*
.storyboard
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.storyboard
`
.storyboardc"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.xib
)
*
.xib
)
echo
"ibtool --errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
echo
"ibtool --
reference-external-strings-file --
errors --warnings --notices --output-format human-readable-text --compile
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib
${
PODS_ROOT
}
/
$1
--sdk
${
SDKROOT
}
"
ibtool
--errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
ibtool
--
reference-external-strings-file
--
errors
--warnings
--notices
--output-format
human-readable-text
--compile
"
${
CONFIGURATION_BUILD_DIR
}
/
${
UNLOCALIZED_RESOURCES_FOLDER_PATH
}
/
`
basename
\"
$1
\"
.xib
`
.nib"
"
${
PODS_ROOT
}
/
$1
"
--sdk
"
${
SDKROOT
}
"
;;
;;
*
.framework
)
*
.framework
)
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
echo
"rsync -rp
${
PODS_ROOT
}
/
$1
${
CONFIGURATION_BUILD_DIR
}
/
${
FRAMEWORKS_FOLDER_PATH
}
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment