diff --git a/LICENSE b/LICENSE index 4477392..5408423 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2012 Andrey Nesterov +Copyright (c) 2012 Andrei Nesterov MIT License @@ -19,4 +19,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/lib/xcodeproject/build_phase_node.rb b/lib/xcodeproject/build_phase_node.rb index 6b694db..c6e536b 100644 --- a/lib/xcodeproject/build_phase_node.rb +++ b/lib/xcodeproject/build_phase_node.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' require 'xcodeproject/pbx_build_file' diff --git a/lib/xcodeproject/data.rb b/lib/xcodeproject/data.rb index b041bb7..274c7f9 100644 --- a/lib/xcodeproject/data.rb +++ b/lib/xcodeproject/data.rb @@ -1,5 +1,5 @@ #-- -# Copyright 2012 by Andrey Nesterov (ae.nesterov@gmail.com) +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/lib/xcodeproject/exceptions.rb b/lib/xcodeproject/exceptions.rb index 71a0d24..2cc92bf 100644 --- a/lib/xcodeproject/exceptions.rb +++ b/lib/xcodeproject/exceptions.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + module XcodeProject class ParseError < StandardError; end class FilePathError < StandardError; end diff --git a/lib/xcodeproject/extend/array.rb b/lib/xcodeproject/extend/array.rb index 761f153..0dc38d8 100644 --- a/lib/xcodeproject/extend/array.rb +++ b/lib/xcodeproject/extend/array.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/formatter' class Array diff --git a/lib/xcodeproject/extend/hash.rb b/lib/xcodeproject/extend/hash.rb index a53b280..6b3754d 100644 --- a/lib/xcodeproject/extend/hash.rb +++ b/lib/xcodeproject/extend/hash.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/formatter' class Hash diff --git a/lib/xcodeproject/extend/string.rb b/lib/xcodeproject/extend/string.rb index 831278e..d695c64 100644 --- a/lib/xcodeproject/extend/string.rb +++ b/lib/xcodeproject/extend/string.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'json' class String diff --git a/lib/xcodeproject/file_node.rb b/lib/xcodeproject/file_node.rb index 9859cb8..87e97d3 100644 --- a/lib/xcodeproject/file_node.rb +++ b/lib/xcodeproject/file_node.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' require 'pathname' diff --git a/lib/xcodeproject/formatter.rb b/lib/xcodeproject/formatter.rb index d6ff726..a6aeea7 100644 --- a/lib/xcodeproject/formatter.rb +++ b/lib/xcodeproject/formatter.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + module XcodeProject class Formatter def initialize diff --git a/lib/xcodeproject/node.rb b/lib/xcodeproject/node.rb index 6819da4..3180c9c 100644 --- a/lib/xcodeproject/node.rb +++ b/lib/xcodeproject/node.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + module XcodeProject class Node attr_reader :uuid diff --git a/lib/xcodeproject/pbx_build_file.rb b/lib/xcodeproject/pbx_build_file.rb index 864fa7d..c632376 100644 --- a/lib/xcodeproject/pbx_build_file.rb +++ b/lib/xcodeproject/pbx_build_file.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' module XcodeProject diff --git a/lib/xcodeproject/pbx_file_reference.rb b/lib/xcodeproject/pbx_file_reference.rb index 4b97c91..04a1086 100644 --- a/lib/xcodeproject/pbx_file_reference.rb +++ b/lib/xcodeproject/pbx_file_reference.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/file_node' require 'xcodeproject/exceptions' diff --git a/lib/xcodeproject/pbx_group.rb b/lib/xcodeproject/pbx_group.rb index efbd023..ce29ccf 100644 --- a/lib/xcodeproject/pbx_group.rb +++ b/lib/xcodeproject/pbx_group.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/pbx_file_reference' require 'xcodeproject/exceptions' require 'pathname' diff --git a/lib/xcodeproject/pbx_native_target.rb b/lib/xcodeproject/pbx_native_target.rb index 3911140..867a784 100644 --- a/lib/xcodeproject/pbx_native_target.rb +++ b/lib/xcodeproject/pbx_native_target.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/xc_configuration_list' require 'xcodeproject/build_phase_node' diff --git a/lib/xcodeproject/pbx_project.rb b/lib/xcodeproject/pbx_project.rb index e63edb0..94222ab 100644 --- a/lib/xcodeproject/pbx_project.rb +++ b/lib/xcodeproject/pbx_project.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' module XcodeProject diff --git a/lib/xcodeproject/project.rb b/lib/xcodeproject/project.rb index e6419d9..2a022ee 100644 --- a/lib/xcodeproject/project.rb +++ b/lib/xcodeproject/project.rb @@ -1,5 +1,5 @@ #-- -# Copyright 2012 by Andrey Nesterov (ae.nesterov@gmail.com) +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/lib/xcodeproject/root_node.rb b/lib/xcodeproject/root_node.rb index f203fb3..a48ff30 100644 --- a/lib/xcodeproject/root_node.rb +++ b/lib/xcodeproject/root_node.rb @@ -1,5 +1,5 @@ #-- -# Copyright 2012 by Andrey Nesterov (ae.nesterov@gmail.com) +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/lib/xcodeproject/tasks/build_task.rb b/lib/xcodeproject/tasks/build_task.rb index 7dbd517..e283351 100644 --- a/lib/xcodeproject/tasks/build_task.rb +++ b/lib/xcodeproject/tasks/build_task.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodebuild' module XcodeProject diff --git a/lib/xcodeproject/uuid_generator.rb b/lib/xcodeproject/uuid_generator.rb index ca8c651..aeb3e14 100644 --- a/lib/xcodeproject/uuid_generator.rb +++ b/lib/xcodeproject/uuid_generator.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'uuid' module XcodeProject diff --git a/lib/xcodeproject/version.rb b/lib/xcodeproject/version.rb index 9a750d8..ab1600a 100644 --- a/lib/xcodeproject/version.rb +++ b/lib/xcodeproject/version.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + module XcodeProject VERSION = "0.3.10" end diff --git a/lib/xcodeproject/xc_build_configuration.rb b/lib/xcodeproject/xc_build_configuration.rb index 443e620..f61586a 100644 --- a/lib/xcodeproject/xc_build_configuration.rb +++ b/lib/xcodeproject/xc_build_configuration.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' require 'rexml/document' diff --git a/lib/xcodeproject/xc_configuration_list.rb b/lib/xcodeproject/xc_configuration_list.rb index 954c243..1a35bcc 100644 --- a/lib/xcodeproject/xc_configuration_list.rb +++ b/lib/xcodeproject/xc_configuration_list.rb @@ -1,3 +1,25 @@ +#-- +# Copyright 2012 by Andrei Nesterov (ae.nesterov@gmail.com) +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +# IN THE SOFTWARE. +#++ + require 'xcodeproject/node' module XcodeProject diff --git a/resources/example/example/AppDelegate.h b/resources/example/example/AppDelegate.h index 570f9a9..a5a8b38 100644 --- a/resources/example/example/AppDelegate.h +++ b/resources/example/example/AppDelegate.h @@ -1,11 +1,3 @@ -// -// AppDelegate.h -// example -// -// Created by Andrey Nesterov on 02.06.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// - #import @interface AppDelegate : UIResponder diff --git a/resources/example/example/AppDelegate.m b/resources/example/example/AppDelegate.m index 383e459..538ce18 100644 --- a/resources/example/example/AppDelegate.m +++ b/resources/example/example/AppDelegate.m @@ -1,11 +1,3 @@ -// -// AppDelegate.m -// example -// -// Created by Andrey Nesterov on 02.06.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// - #import "AppDelegate.h" @implementation AppDelegate diff --git a/resources/example/example/main.m b/resources/example/example/main.m index 51864d3..02b7316 100644 --- a/resources/example/example/main.m +++ b/resources/example/example/main.m @@ -1,11 +1,3 @@ -// -// main.m -// example -// -// Created by Andrey Nesterov on 02.06.12. -// Copyright (c) 2012 __MyCompanyName__. All rights reserved. -// - #import #import "AppDelegate.h" diff --git a/xcodeproject.gemspec b/xcodeproject.gemspec index fe523b5..9eaa044 100644 --- a/xcodeproject.gemspec +++ b/xcodeproject.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |gem| gem.version = XcodeProject::VERSION gem.summary = 'Read, write and build xcode projects' gem.description = 'XcodeProject is the Ruby API for working with Xcode project files' - gem.author = 'Andrey Nesterov' + gem.author = 'Andrei Nesterov' gem.email = 'ae.nesterov@gmail.com' gem.homepage = 'https://github.com/manifest/xcodeproject' gem.rubyforge_project = 'xcodeproject'