Skip to content

Commit

Permalink
modify VALID_ARCHS
Browse files Browse the repository at this point in the history
  • Loading branch information
tilltue committed Mar 30, 2018
1 parent a0aa8fa commit e9eadbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TLPhotoPicker/TLPhotoPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
VALID_ARCHS = "arm64 armv7 armv7s";
};
name = Debug;
};
Expand All @@ -338,7 +338,7 @@
SKIP_INSTALL = YES;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
VALID_ARCHS = "arm64 armv7 armv7s";
};
name = Release;
};
Expand Down

0 comments on commit e9eadbe

Please sign in to comment.