Skip to content

Commit e1c18a3

Browse files
authored
Merge pull request socketio#1410 from NachoSoto/headers-phase
Fixed build phases order in target
2 parents b686b17 + eb9de53 commit e1c18a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Socket.IO-Client-Swift.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,9 @@
344344
isa = PBXNativeTarget;
345345
buildConfigurationList = 572EF24B1B51F18A00EEBB58 /* Build configuration list for PBXNativeTarget "SocketIO" */;
346346
buildPhases = (
347+
572EF2351B51F18A00EEBB58 /* Headers */,
347348
572EF2331B51F18A00EEBB58 /* Sources */,
348349
572EF2341B51F18A00EEBB58 /* Frameworks */,
349-
572EF2351B51F18A00EEBB58 /* Headers */,
350350
572EF2361B51F18A00EEBB58 /* Resources */,
351351
);
352352
buildRules = (

0 commit comments

Comments
 (0)