Skip to content

Commit

Permalink
1.0-beta2 - Add RevenueCat for App Store Version, update URLS
Browse files Browse the repository at this point in the history
  • Loading branch information
丈槍由紀 committed Mar 6, 2022
1 parent 11f2bf9 commit 2e38d07
Show file tree
Hide file tree
Showing 53 changed files with 33,497 additions and 390 deletions.
13,394 changes: 13,394 additions & 0 deletions Dependencies/iOS Only/AE5CD30D-A717-3C3F-AE1E-938004774198.bcsymbolmap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.revenuecat.Purchases</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
4,508 changes: 4,508 additions & 0 deletions Dependencies/iOS Only/RevenueCat.framework/Headers/RevenueCat-Swift.h

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions Dependencies/iOS Only/RevenueCat.framework/Headers/RevenueCat.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
//
// Copyright RevenueCat Inc. All Rights Reserved.
//
// Licensed under the MIT License (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://opensource.org/licenses/MIT
//
// RevenueCat.h
//
// Created by Andrés Boedo on 8/18/20.
//

#import <Foundation/Foundation.h>

//! Project version number for Purchases.
FOUNDATION_EXPORT double RevenueCatVersionNumber;

//! Project version string for Purchases.
FOUNDATION_EXPORT const unsigned char RevenueCatVersionString[];
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
framework module RevenueCat {
umbrella header "RevenueCat.h"

export *
module * { export * }
}

module RevenueCat.Swift {
header "RevenueCat-Swift.h"
requires objc
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleIdentifier</key>
<string>com.apple.xcode.dsym.com.revenuecat.Purchases</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>dSYM</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
</plist>
Binary file not shown.
1 change: 1 addition & 0 deletions Dependencies/macOS Only/RevenueCat.framework/Headers
1 change: 1 addition & 0 deletions Dependencies/macOS Only/RevenueCat.framework/Modules
1 change: 1 addition & 0 deletions Dependencies/macOS Only/RevenueCat.framework/Resources
1 change: 1 addition & 0 deletions Dependencies/macOS Only/RevenueCat.framework/RevenueCat
Loading

0 comments on commit 2e38d07

Please sign in to comment.