1 | Index: SSHKeychain.xcodeproj/project.pbxproj |
---|
2 | =================================================================== |
---|
3 | --- SSHKeychain.xcodeproj/project.pbxproj (revision 122) |
---|
4 | +++ SSHKeychain.xcodeproj/project.pbxproj (working copy) |
---|
5 | @@ -79,23 +79,6 @@ |
---|
6 | CCFAAB480C7C870900AD9093 /* SSHToken.m in Sources */ = {isa = PBXBuildFile; fileRef = CCFAAB460C7C870900AD9093 /* SSHToken.m */; }; |
---|
7 | /* End PBXBuildFile section */ |
---|
8 | |
---|
9 | -/* Begin PBXBuildStyle section */ |
---|
10 | - CCFAAB520C7CB9C800AD9093 /* Development */ = { |
---|
11 | - isa = PBXBuildStyle; |
---|
12 | - buildSettings = { |
---|
13 | - COPY_PHASE_STRIP = NO; |
---|
14 | - }; |
---|
15 | - name = Development; |
---|
16 | - }; |
---|
17 | - CCFAAB530C7CB9C800AD9093 /* Deployment */ = { |
---|
18 | - isa = PBXBuildStyle; |
---|
19 | - buildSettings = { |
---|
20 | - COPY_PHASE_STRIP = YES; |
---|
21 | - }; |
---|
22 | - name = Deployment; |
---|
23 | - }; |
---|
24 | -/* End PBXBuildStyle section */ |
---|
25 | - |
---|
26 | /* Begin PBXContainerItemProxy section */ |
---|
27 | CCC9E3E406A5A44900422E9E /* PBXContainerItemProxy */ = { |
---|
28 | isa = PBXContainerItemProxy; |
---|
29 | @@ -128,7 +111,7 @@ |
---|
30 | 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; }; |
---|
31 | 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; }; |
---|
32 | 32CA4F630368D1EE00C91783 /* SSHKeychain_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SSHKeychain_Prefix.pch; sourceTree = "<group>"; }; |
---|
33 | - 8D1107320486CEB800E47090 /* SSHKeychain.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = SSHKeychain.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
---|
34 | + 8D1107320486CEB800E47090 /* SSHKeychain.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SSHKeychain.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
---|
35 | CC08A64506A876B300C578A3 /* PreferenceController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PreferenceController.h; sourceTree = "<group>"; usesTabs = 1; }; |
---|
36 | CC08A64606A876B300C578A3 /* PreferenceController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PreferenceController.m; sourceTree = "<group>"; usesTabs = 1; }; |
---|
37 | CC14663E06AD2DBF0083071B /* PreferenceView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PreferenceView.h; path = PreferenceViews/PreferenceView.h; sourceTree = "<group>"; usesTabs = 1; }; |
---|
38 | @@ -497,12 +480,6 @@ |
---|
39 | 29B97313FDCFA39411CA2CEA /* Project object */ = { |
---|
40 | isa = PBXProject; |
---|
41 | buildConfigurationList = CC39D6370921118A00FE3BC5 /* Build configuration list for PBXProject "SSHKeychain" */; |
---|
42 | - buildSettings = { |
---|
43 | - }; |
---|
44 | - buildStyles = ( |
---|
45 | - CCFAAB520C7CB9C800AD9093 /* Development */, |
---|
46 | - CCFAAB530C7CB9C800AD9093 /* Deployment */, |
---|
47 | - ); |
---|
48 | hasScannedForEncodings = 1; |
---|
49 | knownRegions = ( |
---|
50 | English, |
---|
51 | @@ -715,6 +692,7 @@ |
---|
52 | OTHER_REZFLAGS = ""; |
---|
53 | PRODUCT_NAME = TunnelRunner; |
---|
54 | SECTORDER_FLAGS = ""; |
---|
55 | + SKIP_INSTALL = YES; |
---|
56 | WARNING_CFLAGS = "-Wmost"; |
---|
57 | ZERO_LINK = NO; |
---|
58 | }; |
---|
59 | @@ -733,6 +711,7 @@ |
---|
60 | OTHER_REZFLAGS = ""; |
---|
61 | PRODUCT_NAME = TunnelRunner; |
---|
62 | SECTORDER_FLAGS = ""; |
---|
63 | + SKIP_INSTALL = YES; |
---|
64 | WARNING_CFLAGS = "-Wmost"; |
---|
65 | ZERO_LINK = NO; |
---|
66 | }; |
---|
67 | @@ -749,6 +728,7 @@ |
---|
68 | OTHER_REZFLAGS = ""; |
---|
69 | PRODUCT_NAME = TunnelRunner; |
---|
70 | SECTORDER_FLAGS = ""; |
---|
71 | + SKIP_INSTALL = YES; |
---|
72 | WARNING_CFLAGS = "-Wmost"; |
---|
73 | }; |
---|
74 | name = Default; |
---|
75 | @@ -782,6 +762,7 @@ |
---|
76 | OTHER_REZFLAGS = ""; |
---|
77 | PRODUCT_NAME = PassphraseRequester; |
---|
78 | SECTORDER_FLAGS = ""; |
---|
79 | + SKIP_INSTALL = YES; |
---|
80 | WARNING_CFLAGS = "-Wmost"; |
---|
81 | ZERO_LINK = NO; |
---|
82 | }; |
---|
83 | @@ -807,6 +788,7 @@ |
---|
84 | OTHER_REZFLAGS = ""; |
---|
85 | PRODUCT_NAME = PassphraseRequester; |
---|
86 | SECTORDER_FLAGS = ""; |
---|
87 | + SKIP_INSTALL = YES; |
---|
88 | WARNING_CFLAGS = "-Wmost"; |
---|
89 | ZERO_LINK = NO; |
---|
90 | }; |
---|
91 | @@ -830,6 +812,7 @@ |
---|
92 | OTHER_REZFLAGS = ""; |
---|
93 | PRODUCT_NAME = PassphraseRequester; |
---|
94 | SECTORDER_FLAGS = ""; |
---|
95 | + SKIP_INSTALL = YES; |
---|
96 | WARNING_CFLAGS = "-Wmost"; |
---|
97 | }; |
---|
98 | name = Default; |
---|