From 2c41f6b41de6ee1a2ae83e62b8a15ced677a419e Mon Sep 17 00:00:00 2001 From: julie Date: Mon, 23 Jan 2017 17:59:26 -0500 Subject: build --- .../CordovaLib/Classes/Public/CDVAvailability.h | 3 +- .../xcschemes/CordovaLib.xcscheme | 80 ---------------------- .../xcschemes/xcschememanagement.plist | 22 ------ .../xcschemes/CordovaLib.xcscheme | 80 ++++++++++++++++++++++ .../xcschemes/xcschememanagement.plist | 22 ++++++ StoneIsland/platforms/ios/CordovaLib/VERSION | 2 +- StoneIsland/platforms/ios/CordovaLib/cordova.js | 4 +- 7 files changed, 107 insertions(+), 106 deletions(-) delete mode 100644 StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/CordovaLib.xcscheme delete mode 100644 StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/xcschememanagement.plist create mode 100644 StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/CordovaLib.xcscheme create mode 100644 StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/xcschememanagement.plist (limited to 'StoneIsland/platforms/ios/CordovaLib') diff --git a/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h b/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h index c9244327..4e332412 100644 --- a/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h +++ b/StoneIsland/platforms/ios/CordovaLib/Classes/Public/CDVAvailability.h @@ -65,6 +65,7 @@ #define __CORDOVA_4_2_0 40200 #define __CORDOVA_4_2_1 40201 #define __CORDOVA_4_3_0 40300 +#define __CORDOVA_4_3_1 40301 /* coho:next-version,insert-before */ #define __CORDOVA_NA 99999 /* not available */ @@ -77,7 +78,7 @@ */ #ifndef CORDOVA_VERSION_MIN_REQUIRED /* coho:next-version-min-required,replace-after */ - #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_0 + #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_3_1 #endif /* diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/CordovaLib.xcscheme b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/CordovaLib.xcscheme deleted file mode 100644 index 30a2ebe4..00000000 --- a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/CordovaLib.xcscheme +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 283503be..00000000 --- a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/jules.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - SchemeUserState - - CordovaLib.xcscheme - - orderHint - 1 - - - SuppressBuildableAutocreation - - D2AAC07D0554694100DB518D - - primary - - - - - diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/CordovaLib.xcscheme b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/CordovaLib.xcscheme new file mode 100644 index 00000000..c01d78b7 --- /dev/null +++ b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/CordovaLib.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/xcschememanagement.plist b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..283503be --- /dev/null +++ b/StoneIsland/platforms/ios/CordovaLib/CordovaLib.xcodeproj/xcuserdata/julie.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + CordovaLib.xcscheme + + orderHint + 1 + + + SuppressBuildableAutocreation + + D2AAC07D0554694100DB518D + + primary + + + + + diff --git a/StoneIsland/platforms/ios/CordovaLib/VERSION b/StoneIsland/platforms/ios/CordovaLib/VERSION index 80895903..f77856a6 100644 --- a/StoneIsland/platforms/ios/CordovaLib/VERSION +++ b/StoneIsland/platforms/ios/CordovaLib/VERSION @@ -1 +1 @@ -4.3.0 +4.3.1 diff --git a/StoneIsland/platforms/ios/CordovaLib/cordova.js b/StoneIsland/platforms/ios/CordovaLib/cordova.js index 9dce1f9f..29be9099 100644 --- a/StoneIsland/platforms/ios/CordovaLib/cordova.js +++ b/StoneIsland/platforms/ios/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: ios -// f28234fbc27c578b9a335f1dabfa2d1b96bfc03d +// a3732cb71d9b1dd590338e8cf44196f366d46da3 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -19,7 +19,7 @@ under the License. */ ;(function() { -var PLATFORM_VERSION_BUILD_LABEL = '4.3.0'; +var PLATFORM_VERSION_BUILD_LABEL = '4.3.1'; // file: src/scripts/require.js /*jshint -W079 */ -- cgit v1.2.3-70-g09d2