From 2653a4dbdf04dad45ec50dc8cb7c7287b4c60794 Mon Sep 17 00:00:00 2001 From: Brandon Sneed Date: Wed, 7 Sep 2011 16:38:46 -0700 Subject: [PATCH 1/3] fixed build script. --- scripts/createFatLib.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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/ From 1fddcf4ac07cd08962096c99ef8ff154dc89338a Mon Sep 17 00:00:00 2001 From: Meriah Montondo <37223506+mmonto7@users.noreply.github.com> Date: Mon, 31 Aug 2020 15:56:06 -0500 Subject: [PATCH 2/3] Update README.markdown --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index f43e8f8..6c4489b 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,11 @@ +*** +# NOTICE: + +## This repository has been archived and is not supported. + +[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/) +*** + ## IMPORTANT NOTICE FOR UPGRADING FROM OLDER VERSIONS ### (before 2011/02/08) TO 0.7 (after 2011/02/08) From cf8a6fa4af4963dca286a37a79db1883be468915 Mon Sep 17 00:00:00 2001 From: Meriah Montondo <37223506+mmonto7@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:11:07 -0500 Subject: [PATCH 3/3] Update README.markdown --- README.markdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.markdown b/README.markdown index 6c4489b..d861cb9 100644 --- a/README.markdown +++ b/README.markdown @@ -6,6 +6,28 @@ [![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)