Skip to content

Commit dc625e1

Browse files
committed
changed version to 0.3.13
1 parent acc7128 commit dc625e1

22 files changed

+64
-22
lines changed

rakefile renamed to Rakefile

File renamed without changes.

lib/xcodeproject/build_phase_node.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/data.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/exceptions.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/extend/array.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/extend/hash.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/extend/string.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/file_node.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/formatter.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

lib/xcodeproject/node.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#--
2-
# Copyright 2012 by Andrei Nesterov ([email protected])
2+
# The MIT License
3+
#
4+
# Copyright (c) 2012-2014 Andrei Nesterov <[email protected]>
35
#
46
# Permission is hereby granted, free of charge, to any person obtaining a copy
57
# of this software and associated documentation files (the "Software"), to

0 commit comments

Comments
 (0)