Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Rupérez committed Jan 2, 2017
0 parents commit f1fc559
Show file tree
Hide file tree
Showing 31 changed files with 1,890 additions and 0 deletions.
65 changes: 65 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Xcode
#
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
build/
DerivedData/

## Various settings
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/

## Other
*.moved-aside
*.xcuserstate

## Obj-C/Swift specific
*.hmap
*.ipa
*.dSYM.zip
*.dSYM

## Playgrounds
timeline.xctimeline
playground.xcworkspace

# Swift Package Manager
#
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
# Packages/
.build/

# CocoaPods
#
# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
#
# Pods/

# Carthage
#
# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# fastlane
#
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
# screenshots whenever they are needed.
# For more information about the recommended setup visit:
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md

fastlane/report.xml
fastlane/Preview.html
fastlane/screenshots
fastlane/test_output
36 changes: 36 additions & 0 deletions App2WebHandoff.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Pod::Spec.new do |s|

s.name = "App2WebHandoff"
s.version = "1.0.1"
s.summary = "Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff."
s.description = <<-DESC
# Native App to Web Browser Handoff
Resume in-app web browsing in the default web-browser of the continuing platform adopting handoff.
DESC

s.homepage = "https://github.com/intelygenz/App2WebHandoff"
s.screenshots = "https://raw.githubusercontent.com/intelygenz/App2WebHandoff/master/screenshot_1.jpg", "https://raw.githubusercontent.com/intelygenz/App2WebHandoff/master/screenshot_2.jpg"
s.license = "MIT"

s.authors = { "Alex Rupérez" => "[email protected]" }
s.social_media_url = "http://twitter.com/intelygenz"

s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/intelygenz/App2WebHandoff.git", :tag => "#{s.version}" }

s.subspec 'UIKit' do |ss|
ss.source_files = "App2WebHandoff/UI*.swift"
ss.frameworks = "UIKit"
end

s.subspec 'WebKit' do |ss|
ss.source_files = "App2WebHandoff/WK*.swift"
ss.frameworks = "WebKit"
end

s.subspec 'SafariServices' do |ss|
ss.source_files = "App2WebHandoff/SF*.swift"
ss.frameworks = "SafariServices"
end

end
725 changes: 725 additions & 0 deletions App2WebHandoff.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<Bucket
type = "4"
version = "2.0">
<Breakpoints>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
scope = "0"
stopOnStyle = "0">
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB0E1E13D3D900B54A1A"
BuildableName = "App2WebHandoff.framework"
BlueprintName = "App2WebHandoff"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB171E13D3D900B54A1A"
BuildableName = "App2WebHandoffTests.xctest"
BlueprintName = "App2WebHandoffTests"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB0E1E13D3D900B54A1A"
BuildableName = "App2WebHandoff.framework"
BlueprintName = "App2WebHandoff"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB0E1E13D3D900B54A1A"
BuildableName = "App2WebHandoff.framework"
BlueprintName = "App2WebHandoff"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB0E1E13D3D900B54A1A"
BuildableName = "App2WebHandoff.framework"
BlueprintName = "App2WebHandoff"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0820"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB381E13E3C600B54A1A"
BuildableName = "App2WebHandoffExample.app"
BlueprintName = "App2WebHandoffExample"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
codeCoverageEnabled = "YES">
<Testables>
<TestableReference
skipped = "NO">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB4B1E13E3C600B54A1A"
BuildableName = "App2WebHandoffExampleUITests.xctest"
BlueprintName = "App2WebHandoffExampleUITests"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</TestableReference>
</Testables>
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB381E13E3C600B54A1A"
BuildableName = "App2WebHandoffExample.app"
BlueprintName = "App2WebHandoffExample"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB381E13E3C600B54A1A"
BuildableName = "App2WebHandoffExample.app"
BlueprintName = "App2WebHandoffExample"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "819CCB381E13E3C600B54A1A"
BuildableName = "App2WebHandoffExample.app"
BlueprintName = "App2WebHandoffExample"
ReferencedContainer = "container:App2WebHandoff.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
15 changes: 15 additions & 0 deletions App2WebHandoff/App2WebHandoff.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// App2WebHandoff.h
// App2WebHandoff
//
// Created by alexruperez on 28/12/16.
// Copyright © 2016 Intelygenz.
//

#import <UIKit/UIKit.h>

//! Project version number for App2WebHandoff.
FOUNDATION_EXPORT double App2WebHandoffVersionNumber;

//! Project version string for App2WebHandoff.
FOUNDATION_EXPORT const unsigned char App2WebHandoffVersionString[];
24 changes: 24 additions & 0 deletions App2WebHandoff/Info.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>$(PRODUCT_BUNDLE_IDENTIFIER)</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.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
</plist>
Loading

0 comments on commit f1fc559

Please sign in to comment.