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
61794806
Commit
61794806
authored
Aug 05, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Integration] Move pod init spec to the integration submodule
parent
cb50c746
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
15 deletions
+6
-15
Gemfile.lock
Gemfile.lock
+1
-1
Rakefile
Rakefile
+4
-2
cocoapods-integration-specs
spec/cocoapods-integration-specs
+1
-1
Podfile
spec/integration/init_single_platform/after/Podfile
+0
-11
project.pbxproj
...single_platform/after/SampleApp.xcodeproj/project.pbxproj
+0
-0
project.pbxproj
...ingle_platform/before/SampleApp.xcodeproj/project.pbxproj
+0
-0
No files found.
Gemfile.lock
View file @
61794806
...
...
@@ -17,7 +17,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
83c3e0781cbea05c704d02523610fe43f3ea062c
revision:
0cb0a41a7b8070c51a03a3221e8741a6bd6afe47
branch: master
specs:
xcodeproj (0.9.0)
...
...
Rakefile
View file @
61794806
...
...
@@ -282,8 +282,10 @@ namespace :spec do
# Remove files not used for the comparison
# To keep the git diff clean
FileList
[
'spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'
].
each
do
|
to_delete
|
sh
"rm -rf
#{
to_delete
}
"
files_to_delete
=
FileList
[
'spec/cocoapods-integration-specs/*/after/{Podfile,*.podspec,**/*.xcodeproj,PodTest-hg-source}'
]
files_to_delete
.
exclude
(
'/spec/cocoapods-integration-specs/init_single_platform/**/*.*'
)
files_to_delete
.
each
do
|
file_to_delete
|
sh
"rm -rf
#{
file_to_delete
}
"
end
puts
...
...
cocoapods-integration-specs
@
e5a4609a
Subproject commit
44b03f0ae223452272211d52f2fee15472bd0b7a
Subproject commit
e5a4609aee415fe4588fd08eb9eebe6a8b7c707c
spec/integration/init_single_platform/after/Podfile
deleted
100644 → 0
View file @
cb50c746
# Uncomment this line to define a global platform for your project
# platform :ios, "6.0"
target
"SampleApp"
do
end
target
"SampleApp copy"
do
end
spec/integration/init_single_platform/after/SampleApp.xcodeproj/project.pbxproj
deleted
100644 → 0
View file @
cb50c746
This diff is collapsed.
Click to expand it.
spec/integration/init_single_platform/before/SampleApp.xcodeproj/project.pbxproj
deleted
100644 → 0
View file @
cb50c746
This diff is collapsed.
Click to expand it.
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