File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 3
3
archiveVersion = 1;
4
4
classes = {
5
5
};
6
- objectVersion = 42 ;
6
+ objectVersion = 45 ;
7
7
objects = {
8
8
9
9
/* Begin PBXFileReference section */
88
88
9069D1300FCE340B0042E34C /* Debug */ = {
89
89
isa = XCBuildConfiguration;
90
90
buildSettings = {
91
+ "ARCHS[sdk=iphoneos*]" = (
92
+ armv6,
93
+ armv7,
94
+ );
95
+ "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD_32_64_BIT)";
91
96
COPY_PHASE_STRIP = NO;
97
+ ONLY_ACTIVE_ARCH = YES;
98
+ SDKROOT = macosx;
92
99
SKIP_INSTALL = YES;
93
100
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
94
- VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
95
101
};
96
102
name = Debug;
97
103
};
98
104
9069D1310FCE340B0042E34C /* Release */ = {
99
105
isa = XCBuildConfiguration;
100
106
buildSettings = {
107
+ "ARCHS[sdk=iphoneos*]" = (
108
+ armv6,
109
+ armv7,
110
+ );
111
+ "ARCHS[sdk=macosx*]" = "$(ARCHS_STANDARD_32_64_BIT)";
101
112
COPY_PHASE_STRIP = YES;
113
+ SDKROOT = macosx;
102
114
SKIP_INSTALL = YES;
103
115
SUPPORTED_PLATFORMS = "iphonesimulator macosx iphoneos";
104
- VALID_ARCHS = "i386 ppc ppc64 ppc7400 ppc970 x86_64 armv6 armv7";
105
116
};
106
117
name = Release;
107
118
};
You can’t perform that action at this time.
0 commit comments