Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2011-08-06 15:31:05 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:21:25 +0300
commit6fdfd0eab98d90fd22b0735e4e3ba8d080d16d97 (patch)
tree2cb7f003c50230863fa2b3f8575aa23cf4a7a717 /iphone/Benchmarks
parent9944a1df1e90c151af255b0ce2d99bf6ed98608c (diff)
[ios] Removed accidental auto-generated header
Diffstat (limited to 'iphone/Benchmarks')
-rw-r--r--iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj2
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp8
-rw-r--r--iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm8
-rw-r--r--iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh8
-rw-r--r--iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh8
-rw-r--r--iphone/Benchmarks/Benchmarks/main.m8
8 files changed, 1 insertions, 57 deletions
diff --git a/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj b/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
index 60e5ddb01a..ddd3cfc9c9 100644
--- a/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
+++ b/iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
@@ -350,7 +350,7 @@
EE12000213538ED6004E6AAB /* Project object */ = {
isa = PBXProject;
attributes = {
- ORGANIZATIONNAME = "Credo-Dialogue";
+ ORGANIZATIONNAME = "MapsWithMe";
};
buildConfigurationList = EE12000513538ED6004E6AAB /* Build configuration list for PBXProject "Benchmarks" */;
compatibilityVersion = "Xcode 3.2";
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
index e900844356..f7d75ca3ca 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
@@ -1,11 +1,3 @@
-//
-// BenchmarksAppDelegate.h
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@class BenchmarksViewController;
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
index 40071c0b4e..68ec970adb 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
@@ -1,11 +1,3 @@
-//
-// BenchmarksAppDelegate.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import "BenchmarksAppDelegate.hpp"
#import "EAGLView.hpp"
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
index b380278930..ba514ac614 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
@@ -1,11 +1,3 @@
-//
-// BenchmarksViewController.h
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
#import <OpenGLES/EAGL.h>
diff --git a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
index de6804973a..d6596f7be6 100644
--- a/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
+++ b/iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
@@ -1,11 +1,3 @@
-//
-// BenchmarksViewController.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <QuartzCore/QuartzCore.h>
#import "BenchmarksViewController.hpp"
diff --git a/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh b/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
index 51960e571b..14fe852e07 100644
--- a/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
+++ b/iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
@@ -1,11 +1,3 @@
-//
-// Shader.fsh
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
varying lowp vec4 colorVarying;
void main()
diff --git a/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh b/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
index 6d26bd288a..2f42d90b89 100644
--- a/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
+++ b/iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
@@ -1,11 +1,3 @@
-//
-// Shader.vsh
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
attribute vec4 position;
attribute vec4 color;
diff --git a/iphone/Benchmarks/Benchmarks/main.m b/iphone/Benchmarks/Benchmarks/main.m
index 9eccafca5a..240307699f 100644
--- a/iphone/Benchmarks/Benchmarks/main.m
+++ b/iphone/Benchmarks/Benchmarks/main.m
@@ -1,11 +1,3 @@
-//
-// main.m
-// Benchmarks
-//
-// Created by Siarhei Rachytski on 4/11/11.
-// Copyright 2011 Credo-Dialogue. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
int main(int argc, char *argv[])