Skip to content

Commit 6a7abc6

Browse files
committed
fixed: removed test file from project
1 parent 542d13f commit 6a7abc6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

OpenGpxTracker.xcodeproj/project.pbxproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10-
893A6BF61AD7267A004EFE7B /* UIButton+SetBackgroundColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 893A6BF51AD7267A004EFE7B /* UIButton+SetBackgroundColor.swift */; };
1110
893BEC8619C7E62200C77354 /* GPXWaypoint+MKAnnotation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 893BEC8519C7E62200C77354 /* GPXWaypoint+MKAnnotation.swift */; };
1211
895F04B41A7143CE004BEE8A /* GPXExtentCoordinates.swift in Sources */ = {isa = PBXBuildFile; fileRef = 895F04B31A7143CE004BEE8A /* GPXExtentCoordinates.swift */; };
1312
898EECDB19C49B5800B4B207 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898EECDA19C49B5800B4B207 /* AppDelegate.swift */; };
@@ -48,7 +47,6 @@
4847

4948
/* Begin PBXFileReference section */
5049
17E76F21ED5D4C2B9CF8B6E2 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
51-
893A6BF51AD7267A004EFE7B /* UIButton+SetBackgroundColor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIButton+SetBackgroundColor.swift"; sourceTree = "<group>"; };
5250
893BEC8519C7E62200C77354 /* GPXWaypoint+MKAnnotation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GPXWaypoint+MKAnnotation.swift"; sourceTree = "<group>"; };
5351
895F04B31A7143CE004BEE8A /* GPXExtentCoordinates.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GPXExtentCoordinates.swift; sourceTree = "<group>"; };
5452
898EECD519C49B5800B4B207 /* OpenGpxTracker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OpenGpxTracker.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -207,7 +205,6 @@
207205
isa = PBXGroup;
208206
children = (
209207
899D677E19D2366100C88A0A /* GPXMapView.swift */,
210-
893A6BF51AD7267A004EFE7B /* UIButton+SetBackgroundColor.swift */,
211208
);
212209
name = Views;
213210
sourceTree = "<group>";
@@ -372,7 +369,6 @@
372369
899D677019CE024600C88A0A /* GPXFileManager.swift in Sources */,
373370
898EECDE19C49B5800B4B207 /* OpenGpxTracker.xcdatamodeld in Sources */,
374371
899D676E19CD9FAF00C88A0A /* GPXTrackPoint+MapKit.swift in Sources */,
375-
893A6BF61AD7267A004EFE7B /* UIButton+SetBackgroundColor.swift in Sources */,
376372
899D678219D351DA00C88A0A /* AboutViewController.swift in Sources */,
377373
895F04B41A7143CE004BEE8A /* GPXExtentCoordinates.swift in Sources */,
378374
899D677B19D10F7C00C88A0A /* GPXFilesTableViewControlllerDelegate.swift in Sources */,
@@ -523,7 +519,7 @@
523519
buildSettings = {
524520
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
525521
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
526-
CODE_SIGN_IDENTITY = "iPhone Developer";
522+
CODE_SIGN_IDENTITY = "iPhone Distribution";
527523
INFOPLIST_FILE = OpenGpxTracker/Info.plist;
528524
IPHONEOS_DEPLOYMENT_TARGET = 7.0;
529525
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";

0 commit comments

Comments
 (0)