-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UX Functional test pattern - exercising sample app's UIViewController within a functional test #1771
UX Functional test pattern - exercising sample app's UIViewController within a functional test #1771
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,15 +85,15 @@ PRODUCT_BUNDLE_IDENTIFIER = Microsoft.XAMLCatalog | |
PRODUCT_NAME = XAMLCatalog | ||
PRODUCT_TYPE = com.apple.product-type.application | ||
PROJECT = XAMLCatalog | ||
PROJECT_DIR = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
PROJECT_FILE_PATH = I:\enl\vso_1_WinObjC\samples\XAMLCatalog\XAMLCatalog.xcodeproj | ||
PROJECT_DIR = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
PROJECT_FILE_PATH = E:\GIT_REPOS\winobjc\samples\XAMLCatalog\XAMLCatalog.xcodeproj | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do these machine specific changes get checked in? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, every time you use VSIMPORTER, these changes are automatically made on your behalf. We could revert them, as Yi suggested, but it's going to resurface each time someone else makes a change. In reply to: 97601767 [](ancestors = 97601767) |
||
PROJECT_NAME = XAMLCatalog | ||
PROJECT_TEMP_DIR = sbuild/XAMLCatalog.sbuild | ||
PROJECT_TEMP_ROOT = sbuild | ||
PUBLIC_HEADERS_FOLDER_PATH = XAMLCatalog.app/Public | ||
SDKROOT = I:/enl/vso_1_WinObjC | ||
SOURCE_ROOT = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
SRCROOT = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
SDKROOT = E:/GIT_REPOS/winobjc | ||
SOURCE_ROOT = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
also this file. seemed related to different user config. should we check this file in at all? #WontFix |
||
SRCROOT = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
SYMROOT = sbuild | ||
TARGETED_DEVICE_FAMILY = 1,2 | ||
TARGETNAME = XAMLCatalog | ||
|
@@ -103,9 +103,9 @@ TARGET_SDKVERSION = 5.0 | |
TARGET_TEMP_DIR = sbuild/XAMLCatalog.sbuild/Debug-iphoneos/XAMLCatalog.sbuild | ||
TEMP_DIR = sbuild/XAMLCatalog.sbuild/Debug-iphoneos/XAMLCatalog.sbuild | ||
UNLOCALIZED_RESOURCES_FOLDER_PATH = XAMLCatalog.app | ||
USER = jaredh | ||
USER = oliversa | ||
USER_HEADER_SEARCH_PATHS = | ||
USE_HEADERMAP = YES | ||
WARNING_CFLAGS = | ||
WARNING_LDFLAGS = | ||
WINOBJC_SDK_ROOT = I:/enl/vso_1_WinObjC | ||
WINOBJC_SDK_ROOT = E:/GIT_REPOS/winobjc |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,15 +84,15 @@ PRODUCT_BUNDLE_IDENTIFIER = Microsoft.XAMLCatalog | |
PRODUCT_NAME = XAMLCatalog | ||
PRODUCT_TYPE = com.apple.product-type.application | ||
PROJECT = XAMLCatalog | ||
PROJECT_DIR = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
PROJECT_FILE_PATH = I:\enl\vso_1_WinObjC\samples\XAMLCatalog\XAMLCatalog.xcodeproj | ||
PROJECT_DIR = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
PROJECT_FILE_PATH = E:\GIT_REPOS\winobjc\samples\XAMLCatalog\XAMLCatalog.xcodeproj | ||
PROJECT_NAME = XAMLCatalog | ||
PROJECT_TEMP_DIR = sbuild/XAMLCatalog.sbuild | ||
PROJECT_TEMP_ROOT = sbuild | ||
PUBLIC_HEADERS_FOLDER_PATH = XAMLCatalog.app/Public | ||
SDKROOT = I:/enl/vso_1_WinObjC | ||
SOURCE_ROOT = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
SRCROOT = I:/enl/vso_1_WinObjC/samples/XAMLCatalog | ||
SDKROOT = E:/GIT_REPOS/winobjc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
same here. #WontFix |
||
SOURCE_ROOT = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
SRCROOT = E:/GIT_REPOS/winobjc/samples/XAMLCatalog | ||
SYMROOT = sbuild | ||
TARGETED_DEVICE_FAMILY = 1,2 | ||
TARGETNAME = XAMLCatalog | ||
|
@@ -102,10 +102,10 @@ TARGET_SDKVERSION = 5.0 | |
TARGET_TEMP_DIR = sbuild/XAMLCatalog.sbuild/Release-iphoneos/XAMLCatalog.sbuild | ||
TEMP_DIR = sbuild/XAMLCatalog.sbuild/Release-iphoneos/XAMLCatalog.sbuild | ||
UNLOCALIZED_RESOURCES_FOLDER_PATH = XAMLCatalog.app | ||
USER = jaredh | ||
USER = oliversa | ||
USER_HEADER_SEARCH_PATHS = | ||
USE_HEADERMAP = YES | ||
VALIDATE_PRODUCT = YES | ||
WARNING_CFLAGS = | ||
WARNING_LDFLAGS = | ||
WINOBJC_SDK_ROOT = I:/enl/vso_1_WinObjC | ||
WINOBJC_SDK_ROOT = E:/GIT_REPOS/winobjc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure worthwhile to check in these changes. #WontFix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was automatically populated with the re-import. I prefer to keep the autogen portion and not manually revert it.
In reply to: 97386296 [](ancestors = 97386296)