Skip to content
This repository has been archived by the owner on May 1, 2021. It is now read-only.

Commit

Permalink
Fix some file references and names I mixed up when preparing to commi…
Browse files Browse the repository at this point in the history
…t this to github
  • Loading branch information
Evan D. Schoenberg, M.D committed Aug 3, 2011
1 parent 6ba11e0 commit 9bd5324
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions RRXcodeRemoteDeviceFixer.h
@@ -1,13 +1,13 @@
// //
// RRXcode3Fixer.h // RRXcodeRemoteDeviceFixer.h
// xcode3fixer // xcodeRemoteDeviceFixer
// //
// Created by Evan Schoenberg on 8/2/11. // Created by Evan Schoenberg on 8/2/11.
// Copyright 2011 Regular Rate and Rhythm Software. All rights reserved. // Copyright 2011 Regular Rate and Rhythm Software. All rights reserved.
// //






@interface RRXcode3Fixer : NSObject @interface RRXcodeRemoteDeviceFixer : NSObject


@end @end
8 changes: 2 additions & 6 deletions xcodeRemoteDeviceFixer.xcodeproj/project.pbxproj
Expand Up @@ -9,8 +9,6 @@
/* Begin PBXBuildFile section */ /* Begin PBXBuildFile section */
343062EC13E8F6CC00D9EE90 /* JRSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 343062E713E8F6CC00D9EE90 /* JRSwizzle.m */; }; 343062EC13E8F6CC00D9EE90 /* JRSwizzle.m in Sources */ = {isa = PBXBuildFile; fileRef = 343062E713E8F6CC00D9EE90 /* JRSwizzle.m */; };
343062ED13E8F6CC00D9EE90 /* RRXcodeRemoteDeviceFixer.m in Sources */ = {isa = PBXBuildFile; fileRef = 343062E913E8F6CC00D9EE90 /* RRXcodeRemoteDeviceFixer.m */; }; 343062ED13E8F6CC00D9EE90 /* RRXcodeRemoteDeviceFixer.m in Sources */ = {isa = PBXBuildFile; fileRef = 343062E913E8F6CC00D9EE90 /* RRXcodeRemoteDeviceFixer.m */; };
343062EE13E8F6CC00D9EE90 /* xcodeRemoteDeviceFixer-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 343062EA13E8F6CC00D9EE90 /* xcodeRemoteDeviceFixer-Info.plist */; };
349EEBFA13E8FA050080BA69 /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 349EEBF913E8FA040080BA69 /* README.txt */; };
34DCC83713E8CBBD00E68033 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34DCC83613E8CBBC00E68033 /* Cocoa.framework */; }; 34DCC83713E8CBBD00E68033 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 34DCC83613E8CBBC00E68033 /* Cocoa.framework */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */


Expand Down Expand Up @@ -134,8 +132,6 @@
isa = PBXResourcesBuildPhase; isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647; buildActionMask = 2147483647;
files = ( files = (
343062EE13E8F6CC00D9EE90 /* xcodeRemoteDeviceFixer-Info.plist in Resources */,
349EEBFA13E8FA050080BA69 /* README.txt in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };
Expand Down Expand Up @@ -212,7 +208,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "xcodeRemoteDeviceFixer/xcodeRemoteDeviceFixer-Prefix.pch"; GCC_PREFIX_HEADER = "xcodeRemoteDeviceFixer-Prefix.pch";
INFOPLIST_FILE = "$(TARGET_NAME)-Info.plist"; INFOPLIST_FILE = "$(TARGET_NAME)-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -224,7 +220,7 @@
isa = XCBuildConfiguration; isa = XCBuildConfiguration;
buildSettings = { buildSettings = {
GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "xcodeRemoteDeviceFixer/xcodeRemoteDeviceFixer-Prefix.pch"; GCC_PREFIX_HEADER = "xcodeRemoteDeviceFixer-Prefix.pch";
INFOPLIST_FILE = "$(TARGET_NAME)-Info.plist"; INFOPLIST_FILE = "$(TARGET_NAME)-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Bundles";
PRODUCT_NAME = "$(TARGET_NAME)"; PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down

0 comments on commit 9bd5324

Please sign in to comment.