This repository was archived by the owner on Feb 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ DispatchQueue.main.startCoroutine {
73
73
74
74
### Requirements
75
75
76
+ - Support only 64-bit architectures
76
77
- iOS 10+ / macOS 10.12+ / Ubuntu
77
78
- Xcode 10.4+
78
79
- Swift 5.2+
Original file line number Diff line number Diff line change 1058
1058
SDKROOT = iphoneos;
1059
1059
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
1060
1060
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
1061
+ VALID_ARCHS = "arm64 arm64e";
1061
1062
VERSIONING_SYSTEM = "apple-generic";
1062
1063
VERSION_INFO_PREFIX = "";
1063
1064
};
1114
1115
SDKROOT = iphoneos;
1115
1116
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
1116
1117
VALIDATE_PRODUCT = YES;
1118
+ VALID_ARCHS = "arm64 arm64e";
1117
1119
VERSIONING_SYSTEM = "apple-generic";
1118
1120
VERSION_INFO_PREFIX = "";
1119
1121
};
1244
1246
SWIFT_ENFORCE_EXCLUSIVE_ACCESS = on;
1245
1247
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1246
1248
SWIFT_VERSION = 5.0;
1249
+ VALID_ARCHS = x86_64;
1247
1250
};
1248
1251
name = Debug;
1249
1252
};
1278
1281
SWIFT_ENFORCE_EXCLUSIVE_ACCESS = off;
1279
1282
SWIFT_SWIFT3_OBJC_INFERENCE = Off;
1280
1283
SWIFT_VERSION = 5.0;
1284
+ VALID_ARCHS = x86_64;
1281
1285
};
1282
1286
name = Release;
1283
1287
};
1298
1302
PROVISIONING_PROFILE_SPECIFIER = "";
1299
1303
SDKROOT = macosx;
1300
1304
SWIFT_VERSION = 5.0;
1305
+ VALID_ARCHS = x86_64;
1301
1306
};
1302
1307
name = Debug;
1303
1308
};
1318
1323
PROVISIONING_PROFILE_SPECIFIER = "";
1319
1324
SDKROOT = macosx;
1320
1325
SWIFT_VERSION = 5.0;
1326
+ VALID_ARCHS = x86_64;
1321
1327
};
1322
1328
name = Release;
1323
1329
};
You can’t perform that action at this time.
0 commit comments