Skip to content

Commit

Permalink
Changed iOS framework target family to "Universal"
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Jan 6, 2019
1 parent 3c6c2a2 commit 32cf20a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GCDWebServer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1271,6 +1271,7 @@
PRODUCT_NAME = GCDWebServers;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
Expand All @@ -1287,6 +1288,7 @@
PRODUCT_NAME = GCDWebServers;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
Expand Down

0 comments on commit 32cf20a

Please sign in to comment.