Skip to content

Commit

Permalink
Merge pull request #20 from thecatalinstan/release/0.5.2
Browse files Browse the repository at this point in the history
Release/0.5.2
  • Loading branch information
thecatalinstan authored Apr 2, 2018
2 parents 4ebf00c + eacba57 commit 0109841
Show file tree
Hide file tree
Showing 94 changed files with 290 additions and 124 deletions.
57 changes: 54 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
osx_image: xcode9.3beta
language: objective-c
xcode_project: Criollo.xcodeproj
xcode_scheme:
- Criollo macOS
- Criollo iOS

script:
# Frameworks Build
- xcodebuild clean build -quiet -project Criollo.xcodeproj -scheme "Criollo macOS" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean build -quiet -project Criollo.xcodeproj -scheme "Criollo iOS" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean build -quiet -project Criollo.xcodeproj -scheme "Criollo tvOS" CODE_SIGNING_REQUIRED=NO

# Frameworks Tests
- xcodebuild clean test -quiet -project Criollo.xcodeproj -scheme "Criollo macOS" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean test -quiet -destination 'platform=iOS Simulator,name=iPhone X' -project Criollo.xcodeproj -scheme "Criollo iOS" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean test -quiet -destination 'platform=tvOS Simulator,name=Apple TV' -project Criollo.xcodeproj -scheme "Criollo tvOS" CODE_SIGNING_REQUIRED=NO

# Apps
- xcodebuild clean build -quiet -project Criollo.xcodeproj -scheme "Criollo macOS App" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean build -quiet -project Criollo.xcodeproj -destination 'platform=iOS Simulator,name=iPhone X' -scheme "Criollo iOS App" CODE_SIGNING_REQUIRED=NO
- xcodebuild clean build -quiet -project Criollo.xcodeproj -destination 'platform=tvOS Simulator,name=Apple TV' -scheme "Criollo tvOS App" CODE_SIGNING_REQUIRED=NO

# Examples
# - cd Examples

# - cd HelloWorld
# - pod install && xcodebuild clean build -quiet -workspace HelloWorld.xcworkspace -scheme "HelloWorld" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd HelloWorld-MultiTarget
# - pod install && xcodebuild clean build -quiet -workspace HelloWorld.xcworkspace -scheme "HelloWorld" CODE_SIGNING_REQUIRED=NO
# - pod install && xcodebuild clean build -quiet -workspace HelloWorld.xcworkspace -scheme "HelloWorld-Cocoa" CODE_SIGNING_REQUIRED=NO
# - pod install && xcodebuild clean build -quiet -destination 'platform=iOS Simulator,name=iPhone X' -workspace HelloWorld.xcworkspace -scheme "HelloWorld-iOS" CODE_SIGNING_REQUIRED=NO
# - pod install && xcodebuild clean build -quiet -destination 'platform=tvOS Simulator,name=Apple TV' -workspace HelloWorld.xcworkspace -scheme "HelloWorld-tvOS" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd HelloWorld-ObjC
# - pod install && xcodebuild clean build -quiet -workspace HelloWorld-ObjC.xcworkspace -scheme "HelloWorld-ObjC" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd HelloWorld-Swift
# - pod install && xcodebuild clean build -quiet -workspace HelloWorld-Swift.xcworkspace -scheme "HelloWorld-Swift" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd LongRequest
# - pod install && xcodebuild clean build -quiet -workspace LongRequest.xcworkspace -scheme "LongRequest" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd SecureHTTPServer
# - pod install && xcodebuild clean build -quiet -destination 'platform=iOS Simulator,name=iPhone X' -workspace SecureHTTPServer.xcworkspace -scheme "SecureHTTPServer" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd ServerStats
# - pod install && xcodebuild clean build -quiet -workspace CriolloServerStats.xcworkspace -scheme "CriolloServerStats" CODE_SIGNING_REQUIRED=NO
# - cd ../

# - cd ../


Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
AD23B7361D3FC7100056170D /* MultiRouteViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MultiRouteViewController.swift; sourceTree = "<group>"; };
AD23B7381D3FC71C0056170D /* MultiRouteViewController.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = MultiRouteViewController.html; path = Shared/MultiRouteViewController.html; sourceTree = SOURCE_ROOT; };
AD41ECD11CB42D1C00133C8D /* style.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = style.css; sourceTree = "<group>"; };
AD41ECDB1CB4330000133C8D /* CriolloiOSApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CriolloiOSApp-Bridging-Header.h"; sourceTree = "<group>"; };
AD41ECDB1CB4330000133C8D /* Criollo-iOS-App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Criollo-iOS-App-Bridging-Header.h"; sourceTree = "<group>"; };
AD41ECDC1CB4330100133C8D /* SystemInfoHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SystemInfoHelper.h; path = Shared/SystemInfoHelper.h; sourceTree = SOURCE_ROOT; };
AD41ECDD1CB4330100133C8D /* SystemInfoHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SystemInfoHelper.m; path = Shared/SystemInfoHelper.m; sourceTree = SOURCE_ROOT; };
AD554DA01CAC9A95002182A4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
Expand Down Expand Up @@ -115,7 +115,7 @@
AD5B3C481CA820B5000988B7 = {
isa = PBXGroup;
children = (
AD5B3C531CA820B5000988B7 /* CriolloiOSApp */,
AD5B3C531CA820B5000988B7 /* Criollo iOS App */,
AD5B3C521CA820B5000988B7 /* Products */,
ADAD526A1D3E4F0400DDFBB5 /* Frameworks */,
);
Expand All @@ -129,7 +129,7 @@
name = Products;
sourceTree = "<group>";
};
AD5B3C531CA820B5000988B7 /* CriolloiOSApp */ = {
AD5B3C531CA820B5000988B7 /* Criollo iOS App */ = {
isa = PBXGroup;
children = (
AD5B3C541CA820B5000988B7 /* AppDelegate.swift */,
Expand All @@ -143,13 +143,13 @@
AD5B3C5D1CA820B5000988B7 /* LaunchScreen.storyboard */,
AD5B3C601CA820B5000988B7 /* Info.plist */,
AD554DA01CAC9A95002182A4 /* Assets.xcassets */,
AD41ECDB1CB4330000133C8D /* CriolloiOSApp-Bridging-Header.h */,
AD41ECDB1CB4330000133C8D /* Criollo-iOS-App-Bridging-Header.h */,
AD41ECDC1CB4330100133C8D /* SystemInfoHelper.h */,
AD41ECDD1CB4330100133C8D /* SystemInfoHelper.m */,
4AF762281F93C4A80061EFC9 /* Certificates */,
AD41ECD01CB42D1C00133C8D /* Public */,
);
path = CriolloiOSApp;
path = "Criollo iOS App";
sourceTree = "<group>";
};
ADAD526A1D3E4F0400DDFBB5 /* Frameworks */ = {
Expand Down Expand Up @@ -196,6 +196,7 @@
CreatedOnToolsVersion = 7.3;
DevelopmentTeam = JNX7A8G939;
LastSwiftMigration = 0900;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -380,15 +381,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = CriolloiOSApp/Info.plist;
INFOPLIST_FILE = "Criollo iOS App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloiOSApp;
PRODUCT_NAME = "Criollo iOS App";
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "CriolloiOSApp/CriolloiOSApp-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Criollo iOS App/Criollo-iOS-App-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -400,15 +401,15 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
CODE_SIGN_STYLE = Manual;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = CriolloiOSApp/Info.plist;
INFOPLIST_FILE = "Criollo iOS App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloiOSApp;
PRODUCT_NAME = "Criollo iOS App";
PROVISIONING_PROFILE = "";
SWIFT_OBJC_BRIDGING_HEADER = "CriolloiOSApp/CriolloiOSApp-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Criollo iOS App/Criollo-iOS-App-Bridging-Header.h";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
};
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
ADC1A5B71CA30F49009A4A19 = {
isa = PBXGroup;
children = (
ADC1A5C21CA30F49009A4A19 /* CriolloApp */,
ADC1A5C21CA30F49009A4A19 /* Criollo macOS App */,
ADC1A5C11CA30F49009A4A19 /* Products */,
ADC1A5DE1CA311E9009A4A19 /* Frameworks */,
);
Expand All @@ -116,7 +116,7 @@
name = Products;
sourceTree = "<group>";
};
ADC1A5C21CA30F49009A4A19 /* CriolloApp */ = {
ADC1A5C21CA30F49009A4A19 /* Criollo macOS App */ = {
isa = PBXGroup;
children = (
ADC1A5C31CA30F49009A4A19 /* AppDelegate.h */,
Expand All @@ -137,7 +137,7 @@
4AF762291F93C5980061EFC9 /* Certificates */,
AD554D971CAC97C7002182A4 /* Public */,
);
path = CriolloApp;
path = "Criollo macOS App";
sourceTree = "<group>";
};
ADC1A5DE1CA311E9009A4A19 /* Frameworks */ = {
Expand Down Expand Up @@ -181,6 +181,7 @@
TargetAttributes = {
ADC1A5BF1CA30F49009A4A19 = {
CreatedOnToolsVersion = 7.3;
ProvisioningStyle = Manual;
};
};
};
Expand Down Expand Up @@ -340,8 +341,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
INFOPLIST_FILE = CriolloApp/Info.plist;
INFOPLIST_FILE = "Criollo macOS App/Info.plist";
LD_NO_PIE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloMacApp;
Expand All @@ -353,9 +356,11 @@
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
COMBINE_HIDPI_IMAGES = YES;
GCC_OPTIMIZATION_LEVEL = fast;
INFOPLIST_FILE = CriolloApp/Info.plist;
INFOPLIST_FILE = "Criollo macOS App/Info.plist";
LD_NO_PIE = YES;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloMacApp;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
4ABB1E6A1F9E7A8500480EC7 /* CriolloTVApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CriolloTVApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
4ABB1E6A1F9E7A8500480EC7 /* Criollo tvOS App.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Criollo tvOS App.app"; sourceTree = BUILT_PRODUCTS_DIR; };
4ABB1E6D1F9E7A8500480EC7 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
4ABB1E6F1F9E7A8500480EC7 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
4ABB1E721F9E7A8500480EC7 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
Expand All @@ -59,7 +59,7 @@
4ABB1E9E1F9E7CAB00480EC7 /* HelloWorldViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HelloWorldViewController.swift; sourceTree = "<group>"; };
4ABB1EA21F9E7D0200480EC7 /* HelloWorldViewController.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = HelloWorldViewController.html; path = Shared/HelloWorldViewController.html; sourceTree = SOURCE_ROOT; };
4ABB1EA31F9E7D0200480EC7 /* MultiRouteViewController.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = MultiRouteViewController.html; path = Shared/MultiRouteViewController.html; sourceTree = SOURCE_ROOT; };
4ABB1EA91F9E7D5B00480EC7 /* CriolloTVApp-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "CriolloTVApp-Bridging-Header.h"; sourceTree = "<group>"; };
4ABB1EA91F9E7D5B00480EC7 /* Criollo-tvOS-App-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Criollo-tvOS-App-Bridging-Header.h"; sourceTree = "<group>"; };
4ABB1EAA1F9E7D5B00480EC7 /* SystemInfoHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SystemInfoHelper.h; path = Shared/SystemInfoHelper.h; sourceTree = SOURCE_ROOT; };
4ABB1EAB1F9E7D5B00480EC7 /* SystemInfoHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SystemInfoHelper.m; path = Shared/SystemInfoHelper.m; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */
Expand All @@ -79,7 +79,7 @@
4ABB1E611F9E7A8500480EC7 = {
isa = PBXGroup;
children = (
4ABB1E6C1F9E7A8500480EC7 /* CriolloTVApp */,
4ABB1E6C1F9E7A8500480EC7 /* Criollo tvOS App */,
4ABB1E6B1F9E7A8500480EC7 /* Products */,
4ABB1E891F9E7B0D00480EC7 /* Frameworks */,
);
Expand All @@ -88,12 +88,12 @@
4ABB1E6B1F9E7A8500480EC7 /* Products */ = {
isa = PBXGroup;
children = (
4ABB1E6A1F9E7A8500480EC7 /* CriolloTVApp.app */,
4ABB1E6A1F9E7A8500480EC7 /* Criollo tvOS App.app */,
);
name = Products;
sourceTree = "<group>";
};
4ABB1E6C1F9E7A8500480EC7 /* CriolloTVApp */ = {
4ABB1E6C1F9E7A8500480EC7 /* Criollo tvOS App */ = {
isa = PBXGroup;
children = (
4ABB1E6D1F9E7A8500480EC7 /* AppDelegate.swift */,
Expand All @@ -106,13 +106,13 @@
4ABB1E711F9E7A8500480EC7 /* Main.storyboard */,
4ABB1E761F9E7A8500480EC7 /* Info.plist */,
4ABB1E741F9E7A8500480EC7 /* Assets.xcassets */,
4ABB1EA91F9E7D5B00480EC7 /* CriolloTVApp-Bridging-Header.h */,
4ABB1EA91F9E7D5B00480EC7 /* Criollo-tvOS-App-Bridging-Header.h */,
4ABB1EAA1F9E7D5B00480EC7 /* SystemInfoHelper.h */,
4ABB1EAB1F9E7D5B00480EC7 /* SystemInfoHelper.m */,
4ABB1E8D1F9E7B9600480EC7 /* Certificates */,
4ABB1E981F9E7C4B00480EC7 /* Public */,
);
path = CriolloTVApp;
path = "Criollo tvOS App";
sourceTree = "<group>";
};
4ABB1E891F9E7B0D00480EC7 /* Frameworks */ = {
Expand Down Expand Up @@ -148,9 +148,9 @@
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
4ABB1E691F9E7A8500480EC7 /* CriolloTVApp */ = {
4ABB1E691F9E7A8500480EC7 /* Criollo tvOS App */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4ABB1E791F9E7A8500480EC7 /* Build configuration list for PBXNativeTarget "CriolloTVApp" */;
buildConfigurationList = 4ABB1E791F9E7A8500480EC7 /* Build configuration list for PBXNativeTarget "Criollo tvOS App" */;
buildPhases = (
4ABB1E661F9E7A8500480EC7 /* Sources */,
4ABB1E671F9E7A8500480EC7 /* Frameworks */,
Expand All @@ -161,9 +161,9 @@
);
dependencies = (
);
name = CriolloTVApp;
name = "Criollo tvOS App";
productName = CriolloTVApp;
productReference = 4ABB1E6A1F9E7A8500480EC7 /* CriolloTVApp.app */;
productReference = 4ABB1E6A1F9E7A8500480EC7 /* Criollo tvOS App.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
Expand All @@ -179,11 +179,11 @@
4ABB1E691F9E7A8500480EC7 = {
CreatedOnToolsVersion = 9.0.1;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
ProvisioningStyle = Manual;
};
};
};
buildConfigurationList = 4ABB1E651F9E7A8500480EC7 /* Build configuration list for PBXProject "CriolloTVApp" */;
buildConfigurationList = 4ABB1E651F9E7A8500480EC7 /* Build configuration list for PBXProject "Criollo tvOS App" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -196,7 +196,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
4ABB1E691F9E7A8500480EC7 /* CriolloTVApp */,
4ABB1E691F9E7A8500480EC7 /* Criollo tvOS App */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -359,12 +359,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = CriolloTVApp/Info.plist;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
INFOPLIST_FILE = "Criollo tvOS App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloTVApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "CriolloTVApp/CriolloTVApp-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Criollo tvOS App/Criollo-tvOS-App-Bridging-Header.h";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 3;
Expand All @@ -378,12 +379,13 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
INFOPLIST_FILE = CriolloTVApp/Info.plist;
CODE_SIGN_IDENTITY = "";
CODE_SIGN_STYLE = Manual;
INFOPLIST_FILE = "Criollo tvOS App/Info.plist";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = io.criollo.CriolloTVApp;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "CriolloTVApp/CriolloTVApp-Bridging-Header.h";
SWIFT_OBJC_BRIDGING_HEADER = "Criollo tvOS App/Criollo-tvOS-App-Bridging-Header.h";
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
Expand All @@ -393,7 +395,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
4ABB1E651F9E7A8500480EC7 /* Build configuration list for PBXProject "CriolloTVApp" */ = {
4ABB1E651F9E7A8500480EC7 /* Build configuration list for PBXProject "Criollo tvOS App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4ABB1E771F9E7A8500480EC7 /* Debug */,
Expand All @@ -402,7 +404,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4ABB1E791F9E7A8500480EC7 /* Build configuration list for PBXNativeTarget "CriolloTVApp" */ = {
4ABB1E791F9E7A8500480EC7 /* Build configuration list for PBXNativeTarget "Criollo tvOS App" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4ABB1E7A1F9E7A8500480EC7 /* Debug */,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Criollo.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Criollo"
s.version = "0.5.1"
s.version = "0.5.2"
s.license = "MIT"

s.summary = "A powerful Cocoa based web application framework for macS, iOS and tvOS."
Expand Down
Loading

0 comments on commit 0109841

Please sign in to comment.