Skip to content

Commit

Permalink
add git ignore, delete build folder
Browse files Browse the repository at this point in the history
  • Loading branch information
quangpc committed Mar 7, 2014
1 parent ee1c79b commit a8f9699
Show file tree
Hide file tree
Showing 52 changed files with 30 additions and 40 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
*.xccheckout
.sh
#CocoaPods
Pods
Podfile.lock

#merge file
project.pbxproj.mergesave
2 changes: 1 addition & 1 deletion AcceptanceTests/config/cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

ios: APP_BUNDLE_PATH="../DemoJenkins/build/Applications/DemoJenkins-cal.app" SDK_VERSION=6.1 RESET_BETWEEN_SCENARIOS=1 PLATFORM=ios -r features/support -r features/ios/support -r features/ios/helpers -r features/step_definitions -r features/ios/pages

# ios: APP_BUNDLE_PATH="../DemoJenkins/build/Applications/DemoJenkins-cal.app" SDK_VERSION=6.1 RESET_BETWEEN_SCENARIOS=1 PLATFORM=ios -r features/support -r features/ios/support -r features/ios/helpers -r features/step_definitions -r features/ios/pages
# ios: APP_BUNDLE_PATH="../DemoJenkins/build/Applications/DemoJenkins-cal.app" SDK_VERSION=6.1 RESET_BETWEEN_SCENARIOS=1 PLATFORM=ios -r features/support -r features/ios/support -r features/ios/helpers -r features/step_definitions -r features/ios/pages
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion DemoJenkins/build/Applications/DemoJenkins-cal.app/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion DemoJenkins/build/Applications/DemoJenkins.app/PkgInfo

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 4 additions & 1 deletion xcodebuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,7 @@ else
fi

// launch iphone simulator
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -currentSDKRoot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -SimulateDevice "iPhone (Retina 4-inch)" -SimulateApplication /Projects/GIT/DemoJenkins/DemoJenkins/build/Applications/DemoJenkins.app
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app/Contents/MacOS/iPhone\ Simulator -currentSDKRoot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk -SimulateDevice "iPhone (Retina 4-inch)" -SimulateApplication /Projects/GIT/DemoJenkins/DemoJenkins/build/Applications/DemoJenkins.app

xcodebuild clean build -workspace DISPrism_Sales.xcworkspace -scheme DISPrism_Sales-cal -configuration Debug -sdk iphonesimulator6.1 DEPLOYMENT_LOCATION=YES DSTROOT=build TARGETED_DEVICE_FAMILY=1 ONLY_ACTIVE_ARCH=NO CONFIGURATION_BUILD_DIR="$WORKSPACE/build"

0 comments on commit a8f9699

Please sign in to comment.