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
9f9865c3
Commit
9f9865c3
authored
Feb 02, 2018
by
Paul Beusterien
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nowhere is one word
parent
7900bf18
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
copy_resources_script.rb
lib/cocoapods/generator/copy_resources_script.rb
+1
-1
embed_frameworks_script.rb
lib/cocoapods/generator/embed_frameworks_script.rb
+1
-1
No files found.
lib/cocoapods/generator/copy_resources_script.rb
View file @
9f9865c3
...
@@ -100,7 +100,7 @@ set -u
...
@@ -100,7 +100,7 @@ set -u
set -o pipefail
set -o pipefail
if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
if [ -z ${UNLOCALIZED_RESOURCES_FOLDER_PATH+x} ]; then
# If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's no
where for us to copy
# If UNLOCALIZED_RESOURCES_FOLDER_PATH is not set, then there's nowhere for us to copy
# resources to, so exit 0 (signalling the script phase was successful).
# resources to, so exit 0 (signalling the script phase was successful).
exit 0
exit 0
fi
fi
...
...
lib/cocoapods/generator/embed_frameworks_script.rb
View file @
9f9865c3
...
@@ -41,7 +41,7 @@ module Pod
...
@@ -41,7 +41,7 @@ module Pod
set -o pipefail
set -o pipefail
if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then
# If FRAMEWORKS_FOLDER_PATH is not set, then there's no
where for us to copy
# If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy
# frameworks to, so exit 0 (signalling the script phase was successful).
# frameworks to, so exit 0 (signalling the script phase was successful).
exit 0
exit 0
fi
fi
...
...
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