Swiftpack.co - adobe/aepsdk-places-ios as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by adobe.
adobe/aepsdk-places-ios 3.0.3
Adobe Places support for the Swift AEP SDK
⭐️ 0
🕓 2 weeks ago
iOS
.package(url: "https://github.com/adobe/aepsdk-places-ios.git", from: "3.0.3")

Adobe Experience Platform - Places extension for iOS

Cocoapods SPM CircleCI Code Coverage

About this project

Adobe Experience Platform Places Extension is an extension for the Adobe Experience Platform Swift SDK.

The AEPPlaces extension allows you to track geolocation events as defined in the Adobe Places UI and in Adobe Launch rules.

Requirements

  • Xcode 11.x
  • Swift 5.1 or newer

Installation

Binaries

To generate AEPPlaces.xcframework, run the following command from the root directory:

make archive

This will do a pod install then generate an XCFramework under the build folder. Drag and drop AEPPlaces.xcframework to your app target.

CocoaPods

# Podfile
use_frameworks!

target 'YOUR_TARGET_NAME' do
      pod 'AEPPlaces'
end

Swift Package Manager

To add the AEPPlaces package to your application, from the Xcode menu select:

File > Add Packages...

Note: the menu options may vary depending on the version of Xcode being used.

Enter the URL for the AEPPlaces package repository: https://github.com/adobe/aepsdk-places-ios.git.

For Dependency Rule, select Up to Next Major Version.

Alternatively, if your project has a Package.swift file, you can add AEPPlaces directly to your dependencies:

dependencies: [
    .package(url: "https://github.com/adobe/aepsdk-places-ios.git", .upToNextMajor(from: "3.0.0"))
],
targets: [
    .target(name: "YourTarget",
            dependencies: ["AEPPlaces"],
            path: "your/path")
]

Documentation

Additional documentation for configuration and SDK usage can be found under the Documentation directory.

PlacesTestApp & PlacesTestApp_objc

Two sample apps are provided (one each for Swift and Objective-c) which demonstrate retrieving nearby Points of Interest and triggering region events. Their targets are in AEPPlaces.xcodeproj, runnable in AEPPlaces.xcworkspace. Sample app source code can be found in the TestApps directory.

Contributing

Looking to contribute to this project? Please review our Contributing guidelines prior to opening a pull request.

We look forward to working with you!

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

GitHub

link
Stars: 0
Last commit: 2 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Dependencies

Release Notes

v3.0.3
2 weeks ago

What’s Changed

  • fix spm test script for release (#38) @sbenedicadb
  • Updating version to 3.0.3 (#37) @github-actions
  • fix gh actions script (#36) @sbenedicadb
  • -fix gh action script (#34) @sbenedicadb
  • staging to main for v3.0.3 (#33) @sbenedicadb
  • dev to staging for v3.0.3 (#32) @sbenedicadb
  • add version updater scripts (#31) @sbenedicadb
  • -change places shared state nearby pois to be array of poi maps instead of map of json strings (#30) @sbenedicadb

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics