Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
46e9d56
Changes in order to support Swift 3
RLRG May 3, 2017
38f73d7
Correcting SwiftLint errors.
RLRG May 3, 2017
a8da17a
Correcting trailing Whitespace Violation: Lines should not have trail…
RLRG May 3, 2017
79b98f4
Updating Gemfile and Gemfile.lock to support the new version of cocoa…
RLRG May 3, 2017
80ac9d0
Returning to the CocoaPods version 1.2.0. Solving issues with Travis CI
RLRG May 3, 2017
375ad15
Update .travis.yml
RLRG May 3, 2017
b3400ea
Updating the version of the gems bundler.
RLRG May 4, 2017
9d3ed6d
Merge branch 'travisCIProblemBranch' of https://github.com/RLRG/Launc…
RLRG May 4, 2017
259ea0e
Trying to fix the Travis CI compilation updating the cocoa pods version.
RLRG May 4, 2017
d6a3dcf
Updating travis file
RLRG May 4, 2017
fdd5d44
Updating travis file again
RLRG May 4, 2017
7d94b71
Downgrading the bundler version to see if Travis CI compiles.
RLRG May 4, 2017
7425287
Updating gem file
RLRG May 4, 2017
228c1d4
Updating travis file
RLRG May 4, 2017
bbe7dca
Updating pods to the latest versions to check if it compiles successf…
RLRG May 4, 2017
feb0524
Converting the code of the Tests to support Swift 3
RLRG May 4, 2017
c1b635b
Changes to fix some unitary tests of the project
RLRG May 4, 2017
6f3c792
Updating Travis CI config to keep CI jobs working
dtrenz May 4, 2017
48a947c
Merge branch 'develop' into travisCIProblemBranch
RLRG May 4, 2017
304a7cb
Removing comment in tests code.
RLRG May 4, 2017
8b2b928
Fixing networking response request condition
RLRG May 5, 2017
8d0c3c9
chore: change file permissions
RLRG Sep 27, 2017
2c59bf6
chore: Update travis and gem files
RLRG Sep 27, 2017
7a6b491
chore: update travis CI file
RLRG Sep 27, 2017
33640ee
chore: Update pods
RLRG Sep 27, 2017
30fea18
chore: Install cocoapods using bundler
RLRG Sep 27, 2017
acd04c6
test: Fix performRemoteFileRequest unit test
RLRG Sep 27, 2017
a592e20
fix: correct example.json URL
RLRG Sep 27, 2017
2354553
fix: logic difference with Android
RLRG Sep 27, 2017
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
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .hound.yml
100644 → 100755
Empty file.
Empty file modified .slather.yml
100644 → 100755
Empty file.
Empty file modified .swiftlint.yml
100644 → 100755
Empty file.
16 changes: 11 additions & 5 deletions .travis.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
branches:
only:
- develop
- travisCIProblemBranch
- master
language: objective-c
osx_image: xcode7.3
language: swift
osx_image: xcode9
notifications:
slack:
rooms:
Expand All @@ -14,13 +15,18 @@ notifications:
on_success: change
before_install:
- rvm use $RVM_RUBY_VERSION
- bundle
- bundle install
- gem install xcpretty -N
- gem install slather
- bundle update
- brew update
- brew install swiftlint || true
- pod repo update
- pod install
after_success:
- slather
- bash <(curl -s https://codecov.io/bash) -f cobertura.xml
script:
- set -o pipefail && xcodebuild clean test -workspace LaunchGate.xcworkspace -scheme LaunchGate -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty
- pod lib lint
- set -o pipefail
- xcodebuild clean test -workspace LaunchGate.xcworkspace -scheme LaunchGate -destination 'platform=iOS Simulator,name=iPhone 6s' ONLY_ACTIVE_ARCH=YES | xcpretty
- swiftlint
Empty file modified CHANGELOG.md
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions Example/Example.xcodeproj/project.pbxproj
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
TargetAttributes = {
C5A878881C6A7A95004599C2 = {
CreatedOnToolsVersion = 7.2;
LastSwiftMigration = 0830;
};
};
};
Expand Down Expand Up @@ -317,7 +318,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dtrenz.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Debug;
};
Expand All @@ -329,7 +330,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.dtrenz.Example;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion Example/Example.xcodeproj/xcshareddata/xcschemes/Example.xcscheme
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
LastUpgradeVersion = "0830"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
Expand Down
4 changes: 2 additions & 2 deletions Example/Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {

lazy var launchGate: LaunchGate? = {
let launchGate = LaunchGate(
configURI: "https://raw.githubusercontent.com/dtrenz/LaunchGate/master/example.json",
configURI: "https://raw.githubusercontent.com/dtrenz/LaunchGate/master/Example/Example/example.json",
appStoreURI: "itms-apps://itunes.apple.com/us/app/wikipedia-mobile/id324715238"
)

Expand All @@ -29,7 +29,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
return launchGate
}()

func applicationDidBecomeActive(application: UIApplication) {
func applicationDidBecomeActive(_ application: UIApplication) {
launchGate?.check()
}

Expand Down
10 changes: 10 additions & 0 deletions Example/Example/Assets.xcassets/AppIcon.appiconset/Contents.json
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down
Empty file modified Example/Example/Base.lproj/LaunchScreen.storyboard
100644 → 100755
Empty file.
Empty file modified Example/Example/Base.lproj/Main.storyboard
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Example/Example/Info.plist
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
Empty file modified Example/Example/example.json
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Gemfile
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'cocoapods', '~> 1.2.0'
gem 'cocoapods'
33 changes: 16 additions & 17 deletions Gemfile.lock
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,26 @@ GEM
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
claide (1.0.1)
cocoapods (1.2.0)
cocoapods (1.2.1)
activesupport (>= 4.0.2, < 5)
claide (>= 1.0.1, < 2.0)
cocoapods-core (= 1.2.0)
cocoapods-core (= 1.2.1)
cocoapods-deintegrate (>= 1.0.1, < 2.0)
cocoapods-downloader (>= 1.1.3, < 2.0)
cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (>= 1.0.0, < 2.0)
cocoapods-stats (>= 1.0.0, < 2.0)
cocoapods-trunk (>= 1.1.2, < 2.0)
cocoapods-trunk (>= 1.2.0, < 2.0)
cocoapods-try (>= 1.1.0, < 2.0)
colored (~> 1.2)
colored2 (~> 3.1)
escape (~> 0.0.4)
fourflusher (~> 2.0.1)
gh_inspector (~> 1.0)
molinillo (~> 0.5.5)
molinillo (~> 0.5.7)
nap (~> 1.0)
ruby-macho (~> 0.2.5)
xcodeproj (>= 1.4.1, < 2.0)
cocoapods-core (1.2.0)
ruby-macho (~> 1.1)
xcodeproj (>= 1.4.4, < 2.0)
cocoapods-core (1.2.1)
activesupport (>= 4.0.2, < 5)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
Expand All @@ -37,11 +37,11 @@ GEM
nap
cocoapods-search (1.0.0)
cocoapods-stats (1.0.0)
cocoapods-trunk (1.1.2)
cocoapods-trunk (1.2.0)
nap (>= 0.8, < 2.0)
netrc (= 0.7.8)
cocoapods-try (1.1.0)
colored (1.2)
colored2 (3.1.2)
escape (0.0.4)
fourflusher (2.0.1)
fuzzy_match (2.0.4)
Expand All @@ -52,22 +52,21 @@ GEM
nanaimo (0.2.3)
nap (1.1.0)
netrc (0.7.8)
ruby-macho (0.2.6)
ruby-macho (1.1.0)
thread_safe (0.3.6)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
xcodeproj (1.4.2)
xcodeproj (1.4.4)
CFPropertyList (~> 2.3.3)
activesupport (>= 3)
claide (>= 1.0.1, < 2.0)
colored (~> 1.2)
colored2 (~> 3.1)
nanaimo (~> 0.2.3)

PLATFORMS
ruby

DEPENDENCIES
cocoapods (~> 1.2.0)
cocoapods

BUNDLED WITH
1.14.6
1.15.4
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified LaunchGate.podspec
100644 → 100755
Empty file.
Loading