-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from amplitude/rename-carthage-framework
Rename carthage framework
- Loading branch information
Showing
30 changed files
with
42 additions
and
9,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
framework module Amplitude { | ||
umbrella header "AmplitudeFramework.h" | ||
|
||
export * | ||
module * { export * } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
#import <UIKit/UIKit.h> | ||
|
||
//! Project version number for AmplitudeFramework. | ||
FOUNDATION_EXPORT double AmplitudeFrameworkVersionNumber; | ||
//! Project version number for Amplitude. | ||
FOUNDATION_EXPORT double AmplitudeVersionNumber; | ||
|
||
//! Project version string for AmplitudeFramework. | ||
FOUNDATION_EXPORT const unsigned char AmplitudeFrameworkVersionString[]; | ||
//! Project version string for Amplitude. | ||
FOUNDATION_EXPORT const unsigned char AmplitudeVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <AmplitudeFramework/PublicHeader.h> | ||
// In this header, you should import all the public headers of your framework using statements like #import <Amplitude/PublicHeader.h> | ||
|
||
#import <AmplitudeFramework/AMPARCMacros.h> | ||
#import <AmplitudeFramework/AMPConstants.h> | ||
#import <AmplitudeFramework/AMPDatabaseHelper.h> | ||
#import <AmplitudeFramework/AMPDeviceInfo.h> | ||
#import <AmplitudeFramework/AMPIdentify.h> | ||
#import <AmplitudeFramework/Amplitude.h> | ||
#import <AmplitudeFramework/Amplitude+SSLPinning.h> | ||
#import <AmplitudeFramework/AMPLocationManagerDelegate.h> | ||
#import <AmplitudeFramework/AMPRevenue.h> | ||
#import <AmplitudeFramework/AMPURLConnection.h> | ||
#import <AmplitudeFramework/AMPUtils.h> | ||
#import <AmplitudeFramework/SSLCertificatePinning/ISPCertificatePinning.h> | ||
#import <AmplitudeFramework/SSLCertificatePinning/ISPPinnedNSURLConnectionDelegate.h> | ||
#import <AmplitudeFramework/SSLCertificatePinning/ISPPinnedNSURLSessionDelegate.h> | ||
#import <Amplitude/AMPARCMacros.h> | ||
#import <Amplitude/AMPConstants.h> | ||
#import <Amplitude/AMPDatabaseHelper.h> | ||
#import <Amplitude/AMPDeviceInfo.h> | ||
#import <Amplitude/AMPIdentify.h> | ||
#import <Amplitude/Amplitude.h> | ||
#import <Amplitude/Amplitude+SSLPinning.h> | ||
#import <Amplitude/AMPLocationManagerDelegate.h> | ||
#import <Amplitude/AMPRevenue.h> | ||
#import <Amplitude/AMPURLConnection.h> | ||
#import <Amplitude/AMPUtils.h> | ||
#import <Amplitude/ISPCertificatePinning.h> | ||
#import <Amplitude/ISPPinnedNSURLConnectionDelegate.h> | ||
#import <Amplitude/ISPPinnedNSURLSessionDelegate.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.