Compare commits

...

2 Commits

Author SHA1 Message Date
Michael Law a19c96ef8e fix: remove weak reference on connection provider in subscription 2022-01-31 12:21:18 -05:00
Michael Law f7e12fec3c chore: remove year from file header 2022-01-31 12:18:35 -05:00
63 changed files with 126 additions and 126 deletions

View File

@ -10,7 +10,7 @@
--elseposition same-line
--enable fileHeader
--header "//\n// Copyright 2018-{created.year} Amazon.com,\n// Inc. or its affiliates. All Rights Reserved.\n//\n// SPDX-License-Identifier: Apache-2.0\n//"
--header "//\n// Copyright Amazon.com Inc. or its affiliates.\n// All Rights Reserved.\n//\n// SPDX-License-Identifier: Apache-2.0\n//"
--disable hoistPatternLet
--patternlet inline

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//
@ -17,7 +17,7 @@ enum SubscriptionState {
public class AppSyncSubscriptionConnection: SubscriptionConnection, RetryableConnection {
/// Connection provider that connects with the service
weak var connectionProvider: ConnectionProvider?
var connectionProvider: ConnectionProvider?
/// The current state of subscription
var subscriptionState: SubscriptionState = .notSubscribed

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2021 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//

View File

@ -1,6 +1,6 @@
//
// Copyright 2018-2020 Amazon.com,
// Inc. or its affiliates. All Rights Reserved.
// Copyright Amazon.com Inc. or its affiliates.
// All Rights Reserved.
//
// SPDX-License-Identifier: Apache-2.0
//