Skip to content

Commit

Permalink
Merge pull request aerogear#119 from jcesarmobile/AGIOS-633
Browse files Browse the repository at this point in the history
Update iOS cookbooks to use released versions
  • Loading branch information
danielpassos authored Nov 7, 2017
2 parents daf38b4 + 1bae92d commit ccfe211
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Authentication/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'Authentication' do
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http.git', :branch => 'ios11'
pod 'AeroGearHttp', '~> 2.0.0'
end
14 changes: 13 additions & 1 deletion ChuckNorrisJokes/ChuckNorrisJokes.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
attributes = {
LastSwiftMigration = 0700;
LastSwiftUpdateCheck = 0700;
LastUpgradeCheck = 0810;
LastUpgradeCheck = 0910;
ORGANIZATIONNAME = aerogear;
TargetAttributes = {
48FF4B101A91F9E5003857E2 = {
Expand Down Expand Up @@ -343,14 +343,20 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -392,14 +398,20 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down
2 changes: 1 addition & 1 deletion ChuckNorrisJokes/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'ChuckNorrisJokes' do
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http.git', :branch => 'ios11'
pod 'AeroGearHttp', '~> 2.0.0'
end
2 changes: 1 addition & 1 deletion Howdy/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ platform :ios, '9.0'
use_frameworks!

target 'helloworldpush' do
pod 'AeroGear-Push-Swift', :git => 'https://github.com/aerogear/aerogear-ios-push', :branch => 'ios11'
pod 'AeroGearPush-Swift', '~> 3.0.0'
end
2 changes: 1 addition & 1 deletion Howdy/helloworldpush.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-helloworldpush/Pods-helloworldpush-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AeroGear-Push-Swift/AeroGearPush.framework",
"${BUILT_PRODUCTS_DIR}/AeroGearPush-Swift/AeroGearPush.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down
8 changes: 4 additions & 4 deletions Jedi/JsonPatchSync/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ platform :ios, '9.0'
use_frameworks!

target 'AeroGearSyncDemo' do
pod 'AeroGearSyncJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync', :branch => 'swift4'
pod 'AeroGearSyncClientJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync-client', :branch => 'swift4'
pod 'AeroGearSyncJsonPatch', '~> 1.0.0-alpha.7'
pod 'AeroGearSyncClientJsonPatch', '~> 1.0.0-alpha.7'
target 'AeroGearSyncDemoTests' do
pod 'AeroGearSyncJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync', :branch => 'swift4'
pod 'AeroGearSyncClientJsonPatch', :git => 'https://github.com/aerogear/aerogear-ios-sync-client', :branch => 'swift4'
pod 'AeroGearSyncJsonPatch', '~> 1.0.0-alpha.7'
pod 'AeroGearSyncClientJsonPatch', '~> 1.0.0-alpha.7'
end
end
3 changes: 1 addition & 2 deletions SharedShoot/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'SharedShoot' do
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http.git', :branch => 'ios11'
pod 'AeroGearOAuth2', :git => 'https://github.com/aerogear/aerogear-ios-oauth2.git', :branch => 'ios11'
pod 'AeroGearOAuth2', '~> 2.0.0'
end
2 changes: 1 addition & 1 deletion Shoot/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'Shoot' do
pod 'AeroGearOAuth2', :git => 'https://github.com/aerogear/aerogear-ios-oauth2.git', :branch => 'ios11'
pod 'AeroGearOAuth2', '~> 2.0.0'
end
2 changes: 1 addition & 1 deletion Two-Factor/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'TwoFactorOTP' do
pod 'AeroGear-OTP', '1.0.1'
pod 'AeroGearOTP', '~> 2.0.0'
end
18 changes: 15 additions & 3 deletions Two-Factor/TwoFactorOTP.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
48F479C71BB0058000C5E23F /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0800;
LastUpgradeCheck = 0910;
ORGANIZATIONNAME = AeroGear;
TargetAttributes = {
48F479CE1BB0058000C5E23F = {
Expand Down Expand Up @@ -208,11 +208,11 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-TwoFactorOTP/Pods-TwoFactorOTP-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AeroGear-OTP/AeroGear_OTP.framework",
"${BUILT_PRODUCTS_DIR}/AeroGearOTP/AeroGearOTP.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AeroGear_OTP.framework",
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AeroGearOTP.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down Expand Up @@ -262,14 +262,20 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down Expand Up @@ -310,14 +316,20 @@
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
Expand Down
2 changes: 1 addition & 1 deletion Two-Factor/TwoFactorOTP/QRcodeCaptureViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import UIKit
import AVFoundation
import AeroGear_OTP
import AeroGearOTP

class QRcodeCaptureViewController: UIViewController, AVCaptureMetadataOutputObjectsDelegate {
// QRCode reader
Expand Down
2 changes: 1 addition & 1 deletion Two-Factor/TwoFactorOTP/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import UIKit
import AVFoundation
import AeroGear_OTP
import AeroGearOTP

class ViewController: UIViewController, AVCaptureMetadataOutputObjectsDelegate {
@IBOutlet weak var displayQRCode: UILabel!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-HelloWorldSwift/Pods-HelloWorldSwift-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/AeroGear-Push-Swift/AeroGearPush.framework",
"${BUILT_PRODUCTS_DIR}/AeroGearPush-Swift/AeroGearPush.framework",
);
name = "[CP] Embed Pods Frameworks";
outputPaths = (
Expand Down Expand Up @@ -472,7 +472,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
"HEADER_SEARCH_PATHS[arch=*]" = $SOURCE_ROOT/include;
"HEADER_SEARCH_PATHS[arch=*]" = "$SOURCE_ROOT/include";
INFOPLIST_FILE = HelloWorldSwift/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"OTHER_LDFLAGS[arch=*]" = "-ObjC";
Expand Down Expand Up @@ -503,7 +503,7 @@
"$(inherited)",
"$(PROJECT_DIR)",
);
"HEADER_SEARCH_PATHS[arch=*]" = $SOURCE_ROOT/include;
"HEADER_SEARCH_PATHS[arch=*]" = "$SOURCE_ROOT/include";
INFOPLIST_FILE = HelloWorldSwift/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
"OTHER_LDFLAGS[arch=*]" = "-ObjC";
Expand Down
2 changes: 1 addition & 1 deletion UnifiedPushHelloWorld/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'HelloWorldSwift' do
pod 'AeroGear-Push-Swift', :git => 'https://github.com/aerogear/aerogear-ios-push', :branch => 'ios11'
pod 'AeroGearPush-Swift', '~> 3.0.0'
end
2 changes: 1 addition & 1 deletion Weather/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ platform :ios, '9.0'
use_frameworks!

target 'Weather' do
pod 'AeroGearHttp', :git => 'https://github.com/aerogear/aerogear-ios-http.git', :branch => 'ios11'
pod 'AeroGearHttp', '~> 2.0.0'
end

0 comments on commit ccfe211

Please sign in to comment.