Differences From Artifact [4ea5d4d01f]:
- File iOS/AddSiteController.m — part of check-in [ca266b43fa] at 2017-10-15 11:22:32 on branch trunk — iOS: Implement search / filtering (user: js, size: 2911) [annotate] [blame] [check-ins using]
To Artifact [5dd2aa4de5]:
- File
iOS/AddSiteController.m
— part of check-in
[62ffb58d53]
at
2017-10-15 18:04:33
on branch trunk
— Use static ObjFW
Using a shared library causes iTunes Connect to fail without any error
message. (user: js, size: 2927) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ |
︙ |