From 8bf9a52c793aee1f4d637a8481b4bfa05734002a Mon Sep 17 00:00:00 2001 From: Matt Hayashida Date: Wed, 10 Aug 2022 11:48:09 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Remove=20beta=20info=20from=20RE?= =?UTF-8?q?ADME?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b4a9adc..b03b1d7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,5 @@ # Analytics-Swift Appcues ->NOTE: This is a pre-release project for testing as a part of our mobile beta program. If you are interested in learning more about our mobile product and testing it before it is officially released, please [visit our site](https://www.appcues.com/mobile) and request early access. -> ->If you have been contacted to be a part of our mobile beta program, we encourage you to try out this library and provide feedback via Github issues and pull requests. Please note this library will not operate if you are not part of the mobile beta program. - Add Appcues device mode support to your applications via this plugin for [Analytics-Swift](https://github.com/segmentio/analytics-swift) ## Adding the dependency @@ -23,7 +19,6 @@ Open your Package.swift file and add the following do your the `dependencies` se ``` .package( - name: "Segment", url: "https://github.com/appcues/segment-appcues-ios.git", from: "1.0.0" ),