ios - Ignore files in build script - Xcode -
i have added few dummy responses json files test application when web services down. while generate framework(ios) need discard *.json files. because having files might me problems in pen testing.
i new scripts & googled bit, couldn't searching for. appreciated.
select files in file organizer (left-hand panel). make sure file inspector open (right-hand panel, cmd-opt-1). "target membership." uncheck don't want copied into. want part of test target, not framework target.
you can @ build phases target. "copy bundle resources" phase , delete files don't want copied.
Comments
Post a Comment