File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 89
89
isa = XCBuildConfiguration;
90
90
buildSettings = {
91
91
COPY_PHASE_STRIP = NO;
92
+ SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
93
+ VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
92
94
};
93
95
name = Debug;
94
96
};
95
97
9069D1310FCE340B0042E34C /* Release */ = {
96
98
isa = XCBuildConfiguration;
97
99
buildSettings = {
98
100
COPY_PHASE_STRIP = YES;
101
+ SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
102
+ VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
99
103
};
100
104
name = Release;
101
105
};
111
115
INSTALL_PATH = /usr/local/lib;
112
116
PREBINDING = NO;
113
117
PRODUCT_NAME = crypto;
114
- SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
115
- VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
116
118
};
117
119
name = Debug;
118
120
};
127
129
INSTALL_PATH = /usr/local/lib;
128
130
PREBINDING = NO;
129
131
PRODUCT_NAME = crypto;
130
- SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
131
- VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
132
132
ZERO_LINK = NO;
133
133
};
134
134
name = Release;
You can’t perform that action at this time.
0 commit comments