Skip to content
This repository was archived by the owner on Aug 9, 2019. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ANDROID/build/libNativeDialogs.jar
Binary file not shown.
Binary file added AS/bin/.DS_Store
Binary file not shown.
Binary file modified AS/bin/NativeDialogs_AS.swc
Binary file not shown.
4 changes: 2 additions & 2 deletions As3TestProject/bin-debug/As3TestProject-app.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.8">
<application xmlns="http://ns.adobe.com/air/application/16.0">

<!-- Adobe AIR Application Descriptor File Template.

Specifies parameters for identifying, installing, and launching AIR applications.

xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.5
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/16.0
The last segment of the namespace specifies the version
of the AIR runtime required for this application to run.

Expand Down
4 changes: 2 additions & 2 deletions As3TestProject/src/As3TestProject-app.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.8">
<application xmlns="http://ns.adobe.com/air/application/16.0">

<!-- Adobe AIR Application Descriptor File Template.

Specifies parameters for identifying, installing, and launching AIR applications.

xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.5
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/16.0
The last segment of the namespace specifies the version
of the AIR runtime required for this application to run.

Expand Down
Binary file modified Binaries/Android/libNativeDialogs.jar
Binary file not shown.
Binary file modified Binaries/Android/library.swf
Binary file not shown.
Binary file modified Binaries/Default/library.swf
Binary file not shown.
Binary file modified Binaries/NativeDialogs.ane
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogControler.m \
NativeDialogControler.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/NativeDialogs.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/NativeDialogControler.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/AlertTextView.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/NativeListDelegate.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/SBTableAlert.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/SVProgressHUD.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/WToast.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/arm64/TSAlertView.o
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeDialogs.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogControler.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.h
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogControler.m \
NativeDialogControler.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/AlertTextView/AlertTextView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/NativeDialogs.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/NativeDialogControler.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/AlertTextView.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/NativeListDelegate.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/SBTableAlert.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/SVProgressHUD.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/WToast.o
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/build/Release-iphoneos/NativeDialogs.build/Objects-normal/armv7/TSAlertView.o
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeDialogs.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogControler.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/FlashRuntimeExtensions.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/NativeDialogs/NativeListDelegate.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SBTableAlert/SBTableAlert.h \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/SVProgressHUD/SVProgressHUD.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/TSAlertView/TSAlertView.h
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies: \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.m \
/Users/mattmurton/Desktop/NativeDialogs/IOS/NativeDialogs/external/Toast/WToast.h
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Binaries/iOS/NativeDialogs.build/dgph
Binary file not shown.
Binary file added Binaries/iOS/TSAlertViewBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Binaries/iOS/TSAlertViewBackground2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Binaries/iOS/TSAlertViewButtonBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Binaries/iOS/TSAlertViewCancelButtonBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Binaries/iOS/TSAlertViewMessageListViewShadow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Binaries/iOS/libNativeDialogs.a
Binary file not shown.
Binary file modified Binaries/iOS/library.swf
Binary file not shown.
4 changes: 2 additions & 2 deletions DesktopTest/src/DesktopTest-app.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application xmlns="http://ns.adobe.com/air/application/3.8">
<application xmlns="http://ns.adobe.com/air/application/16.0">

<!-- Adobe AIR Application Descriptor File Template.

Specifies parameters for identifying, installing, and launching AIR applications.

xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/3.1
xmlns - The Adobe AIR namespace: http://ns.adobe.com/air/application/16.0
The last segment of the namespace specifies the version
of the AIR runtime required for this application to run.

Expand Down
Binary file added IOS/NativeDialogs/.DS_Store
Binary file not shown.
30 changes: 15 additions & 15 deletions IOS/NativeDialogs/NativeDialogs.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@
9A0396EB16BD905700445AD1 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0460;
LastUpgradeCheck = 0630;
};
buildConfigurationList = 9A0396EE16BD905700445AD1 /* Build configuration list for PBXProject "NativeDialogs" */;
compatibilityVersion = "Xcode 3.2";
Expand All @@ -409,30 +409,29 @@
/* Begin PBXShellScriptBuildPhase section */
9A0396EF16BD905700445AD1 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "chmod 755 \"$PROJECT_DIR/$PROJECT_NAME/aneBuildBefore.sh\"\n\"$PROJECT_DIR/$PROJECT_NAME/aneBuildBefore.sh\"\n\t\t\t\t\t";
runOnlyForDeploymentPostprocessing = 1;
shellScript = "\n\t\t\t\t\t";
showEnvVarsInLog = 0;
};
9A0396F316BD905700445AD1 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
buildActionMask = 8;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
shellScript = "chmod 755 \"$PROJECT_DIR/$PROJECT_NAME/aneBuildAfter.sh\"\n\"$PROJECT_DIR/$PROJECT_NAME/aneBuildAfter.sh\"\n\t\t\t\t\t";
runOnlyForDeploymentPostprocessing = 1;
shellScript = "\n\t\t\t\t\t";
showEnvVarsInLog = 0;
};
9ADF1B1916BF0F2E00DA9AAA /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
Expand Down Expand Up @@ -491,7 +490,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
COPY_PHASE_STRIP = NO;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -509,6 +507,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 6.1;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
USER_HEADER_SEARCH_PATHS = "/Applications/Adobe Flash Builder 4.7/sdks/4.6.0 AIR3.6/include/";
};
Expand All @@ -518,7 +517,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_ENABLE_OBJC_ARC = NO;
COPY_PHASE_STRIP = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
Expand All @@ -544,14 +542,15 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NativeDialogs/NativeDialogs-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "/Users/mmmackowiak/Documents/apacheFlex/Flex 4.10 AIR 3.8/include/";
VALID_ARCHS = "armv7 armv7s i386";
VALID_ARCHS = "";
"VALID_ARCHS[sdk=*]" = "armv7 armv7s i386 arm64";
};
name = Debug;
};
Expand All @@ -564,14 +563,15 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "NativeDialogs/NativeDialogs-Prefix.pch";
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
IPHONEOS_DEPLOYMENT_TARGET = 5.1.1;
ONLY_ACTIVE_ARCH = NO;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
USER_HEADER_SEARCH_PATHS = "/Users/mmmackowiak/Documents/apacheFlex/Flex 4.10 AIR 3.8/include/";
VALID_ARCHS = "armv7 armv7s i386";
VALID_ARCHS = "armv7 armv7s i386 arm64";
"VALID_ARCHS[sdk=*]" = "armv7 armv7s i386 arm64";
};
name = Release;
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDESourceControlProjectFavoriteDictionaryKey</key>
<false/>
<key>IDESourceControlProjectIdentifier</key>
<string>E3A792ED-881B-4FD3-937D-50A4F65E79D1</string>
<key>IDESourceControlProjectName</key>
<string>NativeDialogs</string>
<key>IDESourceControlProjectOriginsDictionary</key>
<dict>
<key>FEC52151053BB5BBF178D3AC9BB2A5DAF44401E6</key>
<string>https://github.com/mattmurton/NativeDialogs.git</string>
</dict>
<key>IDESourceControlProjectPath</key>
<string>IOS/NativeDialogs/NativeDialogs.xcodeproj</string>
<key>IDESourceControlProjectRelativeInstallPathDictionary</key>
<dict>
<key>FEC52151053BB5BBF178D3AC9BB2A5DAF44401E6</key>
<string>../../../..</string>
</dict>
<key>IDESourceControlProjectURL</key>
<string>https://github.com/mattmurton/NativeDialogs.git</string>
<key>IDESourceControlProjectVersion</key>
<integer>111</integer>
<key>IDESourceControlProjectWCCIdentifier</key>
<string>FEC52151053BB5BBF178D3AC9BB2A5DAF44401E6</string>
<key>IDESourceControlProjectWCConfigurations</key>
<array>
<dict>
<key>IDESourceControlRepositoryExtensionIdentifierKey</key>
<string>public.vcs.git</string>
<key>IDESourceControlWCCIdentifierKey</key>
<string>FEC52151053BB5BBF178D3AC9BB2A5DAF44401E6</string>
<key>IDESourceControlWCCName</key>
<string>NativeDialogs</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges</key>
<true/>
<key>SnapshotAutomaticallyBeforeSignificantChanges</key>
<false/>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0630"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9A0396F416BD905700445AD1"
BuildableName = "libNativeDialogs.a"
BlueprintName = "NativeDialogs"
ReferencedContainer = "container:NativeDialogs.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
buildConfiguration = "Debug">
<Testables>
</Testables>
</TestAction>
<LaunchAction
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
buildConfiguration = "Debug"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9A0396F416BD905700445AD1"
BuildableName = "libNativeDialogs.a"
BlueprintName = "NativeDialogs"
ReferencedContainer = "container:NativeDialogs.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
buildConfiguration = "Release"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "9A0396F416BD905700445AD1"
BuildableName = "libNativeDialogs.a"
BlueprintName = "NativeDialogs"
ReferencedContainer = "container:NativeDialogs.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading