Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
251 changes: 243 additions & 8 deletions Adjust.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

110 changes: 110 additions & 0 deletions Adjust.xcodeproj/xcshareddata/xcschemes/AdjustFramework.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0640"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA9217911AFCD6ED0033001B"
BuildableName = "Adjust.framework"
BlueprintName = "AdjustFramework"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</BuildActionEntry>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "NO"
buildForArchiving = "NO"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA5B93871AFCD3E600402C5A"
BuildableName = "AdjustFrameworkTests.xctest"
BlueprintName = "AdjustFrameworkTests"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA5B93871AFCD3E600402C5A"
BuildableName = "AdjustFrameworkTests.xctest"
BlueprintName = "AdjustFrameworkTests"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA9217911AFCD6ED0033001B"
BuildableName = "Adjust.framework"
BlueprintName = "AdjustFramework"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</MacroExpansion>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA9217911AFCD6ED0033001B"
BuildableName = "Adjust.framework"
BlueprintName = "AdjustFramework"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "FA9217911AFCD6ED0033001B"
BuildableName = "Adjust.framework"
BlueprintName = "AdjustFramework"
ReferencedContainer = "container:Adjust.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
2 changes: 1 addition & 1 deletion Adjust/ADJActivityHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2013 adjust GmbH. All rights reserved.
//

#import "Adjust.h"
#import "AdjustMain.h"
#import "ADJAttribution.h"

@protocol ADJActivityHandler <NSObject>
Expand Down
20 changes: 20 additions & 0 deletions Adjust/AdjustFramework.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//
// Adjust.h
// Adjust
//
// Created by Alexander Kolov on 8.5.15.
// Copyright (c) 2015 adjust GmbH. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for Adjust.
FOUNDATION_EXPORT double AdjustVersionNumber;

//! Project version string for Adjust.
FOUNDATION_EXPORT const unsigned char AdjustVersionString[];

#import <Adjust/AdjustMain.h>
#import <Adjust/ADJEvent.h>
#import <Adjust/ADJAttribution.h>
#import <Adjust/ADJConfig.h>
2 changes: 1 addition & 1 deletion Adjust/Adjust.h → Adjust/AdjustMain.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Adjust.h
// AdjustMain.h
// Adjust
//
// Created by Christian Wellenbrock on 2012-07-23.
Expand Down
2 changes: 1 addition & 1 deletion Adjust/Adjust.m → Adjust/AdjustMain.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2012-2014 adjust GmbH. All rights reserved.
//

#import "Adjust.h"
#import "AdjustMain.h"
#import "ADJActivityHandler.h"
#import "ADJAdjustFactory.h"
#import "ADJLogger.h"
Expand Down
26 changes: 26 additions & 0 deletions Adjust/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.adjust.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
22 changes: 22 additions & 0 deletions AdjustFramework/Adjust.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//
// AdjustFramework.h
// adjust
//
// Created by Alexander Kolov on 8.5.15.
// Copyright (c) 2015 adjust GmbH. All rights reserved.
//

#import <UIKit/UIKit.h>

//! Project version number for AdjustFramework.
FOUNDATION_EXPORT double AdjustVersionNumber;

//! Project version string for AdjustFramework.
FOUNDATION_EXPORT const unsigned char AdjustVersionString[];

#import <Adjust/AdjustMain.h>
#import <Adjust/ADJAttribution.h>
#import <Adjust/ADJConfig.h>
#import <Adjust/ADJEvent.h>
#import <Adjust/ADJLogger.h>

26 changes: 26 additions & 0 deletions AdjustFramework/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>com.adjust.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion AdjustTests/ADJDelegateTest.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <Foundation/Foundation.h>
#import "Adjust.h"
#import "AdjustMain.h"

@interface ADJDelegateTest : NSObject <AdjustDelegate>

Expand Down
2 changes: 1 addition & 1 deletion AdjustTests/ADJTestsUtil.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#import <Foundation/Foundation.h>
#import "ADJLoggerMock.h"
#import "ADJActivityPackage.h"
#import "Adjust.h"
#import "AdjustMain.h"

@interface ADJTestsUtil : NSObject <AdjustDelegate>

Expand Down
2 changes: 1 addition & 1 deletion examples/AdjustExample-iOS/AdjustExample-iOS/AppDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import "Adjust.h"
#import "AdjustMain.h"

@interface AppDelegate : UIResponder <UIApplicationDelegate, AdjustDelegate>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import "ViewController.h"
#import "Adjust.h"
#import "AdjustMain.h"

@interface ViewController ()

Expand Down