Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Fix iOS Yellow box warning "requires main queue setup" #721

Open
wants to merge 20 commits into
base: 0.10.9
Choose a base branch
from

Commits on Aug 3, 2017

  1. bump to 0.10.8

    bcpclone committed Aug 3, 2017
    Configuration menu
    Copy the full SHA
    9ab4ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1336555 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2017

  1. Configuration menu
    Copy the full SHA
    2aea0b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2017

  1. Fix README (wkh237#501)

    remove extra space
    moschan authored and wkh237 committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    821eeb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Fix README.md

    Fix example links for Download and Multipart/form-data
    catalinmiron authored Oct 12, 2017
    Configuration menu
    Copy the full SHA
    5db2a74 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. add "maintainer missing"

    lll000111 authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    e39a41b View commit details
    Browse the repository at this point in the history
  2. add link

    lll000111 authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    52c4773 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    455097d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51f8a19 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. add close tag

    nissy-dev committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    684f6df View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

  1. Update README.md

    lll000111 authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    58df91f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    lll000111 authored Feb 20, 2018
    Configuration menu
    Copy the full SHA
    e6480db View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Merge pull request wkh237#641 from nd-02110114/master

    Fix README
    lll000111 authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    5c9f58c View commit details
    Browse the repository at this point in the history
  2. Merge pull request wkh237#559 from catalinmiron/patch-1

    Fix README.md
    lll000111 authored Mar 15, 2018
    Configuration menu
    Copy the full SHA
    e5d1629 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Update README.md

    lll000111 authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    05768a2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    lll000111 authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    c4c3d43 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Update README.md

    lll000111 authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    c582d0f View commit details
    Browse the repository at this point in the history
  2. Update README.md

    lll000111 authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    be49c45 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lll000111 authored Mar 22, 2018
    Configuration menu
    Copy the full SHA
    1fb974f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Fix iOS Yellow box warning "requires main queue setup"

    Fix iOS Yellow box warning "requires main queue setup" since it overrides constantsToExport but doesn't implement requiresMainQueueSetup
    
    Add:
    ````
    + (BOOL)requiresMainQueueSetup
    {
      return NO;
    }
    ````
    esutton authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a6c5ad1 View commit details
    Browse the repository at this point in the history