diff --git a/README.markdown b/README.markdown index f43e8f8..d861cb9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,33 @@ +*** +# NOTICE: + +## This repository has been archived and is not supported. + +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +*** + +NOTICE: SUPPORT FOR THIS PROJECT HAS ENDED + +This projected was owned and maintained by Walmart. This project has reached its end of life and Walmart no longer supports this project. + +We will no longer be monitoring the issues for this project or reviewing pull requests. You are free to continue using this project under the license terms or forks of this project at your own risk. This project is no longer subject to Walmart's bug bounty program or other security monitoring. + + +## Actions you can take + +We recommend you take the following action: + + * Review any configuration files used for build automation and make appropriate updates to remove or replace this project + * Notify other members of your team and/or organization of this change + * Notify your security team to help you evaluate alternative options + +## Forking and transition of ownership + +For [security reasons](https://www.theregister.co.uk/2018/11/26/npm_repo_bitcoin_stealer/), Walmart does not transfer the ownership of our primary repos on Github or other platforms to other individuals/organizations. Further, we do not transfer ownership of packages for public package management systems. + +If you would like to fork this package and continue development, you should choose a new name for the project and create your own packages, build automation, etc. + +Please review the licensing terms of this project, which continue to be in effect even after decommission. ## IMPORTANT NOTICE FOR UPGRADING FROM OLDER VERSIONS ### (before 2011/02/08) TO 0.7 (after 2011/02/08) diff --git a/scripts/createFatLib.sh b/scripts/createFatLib.sh index 3516dbb..37d0d04 100755 --- a/scripts/createFatLib.sh +++ b/scripts/createFatLib.sh @@ -5,9 +5,11 @@ set -e set -x -xcodebuild -target AFCache -sdk iphoneos4.3 "ARCHS=armv6 armv7" clean build -xcodebuild -target AFCache -sdk iphonesimulator4.3 "ARCHS=i386 x86_64" "VALID_ARCHS=i386 x86_64" clean build -lipo -output release/libAFCache.a -create $XCODE_BUILD_DIR/Release-iphoneos/libAFCache.a $XCODE_BUILD_DIR/Release-iphonesimulator/libAFCache.a +xcodebuild -project AFCache-iOS.xcodeproj -target AFCache-iOS -sdk iphoneos4.3 "ARCHS=armv6 armv7" clean build +xcodebuild -project AFCache-iOS.xcodeproj -target AFCache-iOS -sdk iphonesimulator4.3 "ARCHS=i386 x86_64" "VALID_ARCHS=i386 x86_64" clean build +lipo -output release/libAFCache-iOS.a -create $XCODE_BUILD_DIR/Release-iphoneos/libAFCache-iOS.a $XCODE_BUILD_DIR/Release-iphonesimulator/libAFCache-iOS.a +cd scripts ./updateAPI.sh +cd .. cp CHANGES release/