Skip to content

Commit

Permalink
Fix corrupted pbxproj issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Frishbuter committed Oct 8, 2018
1 parent 364fd62 commit 05327cf
Show file tree
Hide file tree
Showing 19 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//
// Created by {{ cookiecutter.developer_name }} on {% now 'local', '%d/%m/%Y' %}
// Copyright © {% now 'local', '%Y' %} {{ cookiecutter.organization_name }}. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1000;
ORGANIZATIONNAME = {{ cookiecutter.organization_name }};
ORGANIZATIONNAME = "{{ cookiecutter.organization_name }}";
TargetAttributes = {
6D3EF77C21675CFA00251869 = {
CreatedOnToolsVersion = 10.0;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//
// Created by {{ cookiecutter.developer_name }} on {% now 'local', '%d/%m/%Y' %}
// Copyright © {% now 'local', '%Y' %} {{ cookiecutter.organization_name }}. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//
// Created by {{ cookiecutter.developer_name }} on {% now 'local', '%d/%m/%Y' %}
// Copyright © {% now 'local', '%Y' %} {{ cookiecutter.organization_name }}. All rights reserved.
//

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//
// Created by {{ cookiecutter.developer_name }} on {% now 'local', '%d/%m/%Y' %}
// Copyright © {% now 'local', '%Y' %} {{ cookiecutter.organization_name }}. All rights reserved.
//

Expand Down

0 comments on commit 05327cf

Please sign in to comment.