Modified: chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme URL: http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme?rev=1637058&r1=1637057&r2=1637058&view=diff ============================================================================== --- chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme (original) +++ chemistry/objectivecmis/trunk/ObjectiveCMIS.xcodeproj/xcshareddata/xcschemes/ObjectiveCMIS.xcscheme Thu Nov 6 09:44:32 2014 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <Scheme - LastUpgradeVersion = "0600" + LastUpgradeVersion = "0610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" @@ -15,8 +15,8 @@ <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "828072A215153DE800EF635C" - BuildableName = "libObjectiveCMIS.a" - BlueprintName = "ObjectiveCMIS" + BuildableName = "libObjectiveCMIS-iOS.a" + BlueprintName = "ObjectiveCMIS-iOS" ReferencedContainer = "container:ObjectiveCMIS.xcodeproj"> </BuildableReference> </BuildActionEntry> @@ -29,8 +29,8 @@ <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "828072B215153DE900EF635C" - BuildableName = "ObjectiveCMISTests.xctest" - BlueprintName = "ObjectiveCMISTests" + BuildableName = "ObjectiveCMIS-iOSTests.xctest" + BlueprintName = "ObjectiveCMIS-iOSTests" ReferencedContainer = "container:ObjectiveCMIS.xcodeproj"> </BuildableReference> </BuildActionEntry> @@ -47,8 +47,8 @@ <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "828072B215153DE900EF635C" - BuildableName = "ObjectiveCMISTests.xctest" - BlueprintName = "ObjectiveCMISTests" + BuildableName = "ObjectiveCMIS-iOSTests.xctest" + BlueprintName = "ObjectiveCMIS-iOSTests" ReferencedContainer = "container:ObjectiveCMIS.xcodeproj"> </BuildableReference> </TestableReference> @@ -67,8 +67,8 @@ <BuildableReference BuildableIdentifier = "primary" BlueprintIdentifier = "828072A215153DE800EF635C" - BuildableName = "libObjectiveCMIS.a" - BlueprintName = "ObjectiveCMIS" + BuildableName = "libObjectiveCMIS-iOS.a" + BlueprintName = "ObjectiveCMIS-iOS" ReferencedContainer = "container:ObjectiveCMIS.xcodeproj"> </BuildableReference> </MacroExpansion>
Copied: chemistry/objectivecmis/trunk/build_library.sh (from r1626219, chemistry/objectivecmis/trunk/build_universal_lib.sh) URL: http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/build_library.sh?p2=chemistry/objectivecmis/trunk/build_library.sh&p1=chemistry/objectivecmis/trunk/build_universal_lib.sh&r1=1626219&r2=1637058&rev=1637058&view=diff ============================================================================== --- chemistry/objectivecmis/trunk/build_universal_lib.sh (original) +++ chemistry/objectivecmis/trunk/build_library.sh Thu Nov 6 09:44:32 2014 @@ -20,13 +20,14 @@ export BUILD_UNIVERSAL_LIB if [[ "$1" == "Debug" ]] ; then BUILD_CONFIG=Debug - echo "Building debug version of universal library..." + echo "Building debug version of libraries..." else BUILD_CONFIG=Release - echo "Building release version of universal library..." + echo "Building release version of libraries..." fi -xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS -configuration $BUILD_CONFIG ONLY_ACTIVE_ARCH=NO clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-iOS -configuration $BUILD_CONFIG ONLY_ACTIVE_ARCH=NO clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-OSX -configuration $BUILD_CONFIG ONLY_ACTIVE_ARCH=NO clean build -appledoc --project-name ObjectiveCMIS --project-company "Apache Chemistry" --company-id org.apache.chemistry.opencmis --output ./ObjectiveCMISHelp --keep-intermediate-files --exit-threshold 2 --keep-undocumented-objects --keep-undocumented-members --ignore .m --ignore ObjectiveCMISTests --ignore build . +appledoc --project-name ObjectiveCMIS --project-company "Apache Chemistry" --company-id org.apache.chemistry --output ./ObjectiveCMISHelp --keep-intermediate-files --exit-threshold 2 --keep-undocumented-objects --keep-undocumented-members --ignore .m --ignore ObjectiveCMISTests --ignore build . Modified: chemistry/objectivecmis/trunk/build_package.sh URL: http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/build_package.sh?rev=1637058&r1=1637057&r2=1637058&view=diff ============================================================================== --- chemistry/objectivecmis/trunk/build_package.sh (original) +++ chemistry/objectivecmis/trunk/build_package.sh Thu Nov 6 09:44:32 2014 @@ -33,11 +33,16 @@ cp README $PACKAGE_DIR echo "Building static library..." export BUILD_UNIVERSAL_LIB='TRUE' -xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS -configuration Debug ONLY_ACTIVE_ARCH=NO clean build -xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS -configuration Release clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-iOS -configuration Debug ONLY_ACTIVE_ARCH=NO clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-iOS -configuration Release clean build + +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-OSX -configuration Debug ONLY_ACTIVE_ARCH=NO clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-OSX -configuration Release clean build cp -R build/Debug-universal/* $PACKAGE_DIR cp build/Release-universal/*.a $PACKAGE_DIR +cp build/Debug/libObjectiveCMIS-OSX.a $PACKAGE_DIR/libObjectiveCMIS-OSX-debug.a +cp build/Release/*.a $PACKAGE_DIR echo "Creating package..." Modified: chemistry/objectivecmis/trunk/release.sh URL: http://svn.apache.org/viewvc/chemistry/objectivecmis/trunk/release.sh?rev=1637058&r1=1637057&r2=1637058&view=diff ============================================================================== --- chemistry/objectivecmis/trunk/release.sh (original) +++ chemistry/objectivecmis/trunk/release.sh Thu Nov 6 09:44:32 2014 @@ -82,11 +82,15 @@ echo "Building static library..." BUILD_UNIVERSAL_LIB='TRUE' export BUILD_UNIVERSAL_LIB -xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS -configuration Debug clean build -xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS -configuration Release clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-iOS -configuration Debug clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-iOS -configuration Release clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-OSX -configuration Debug clean build +xcodebuild -project ObjectiveCMIS.xcodeproj -target ObjectiveCMIS-OSX -configuration Release clean build cp -R build/Debug-universal/* release-pack/bin +cp build/Debug/libObjectiveCMIS-OSX.a release-pack/bin/libObjectiveCMIS-OSX-debug.a cp build/Release-universal/*.a release-pack/bin +cp build/Release/*.a release-pack/bin echo "Creating package..."
