Skip to content

Commit

Permalink
please work!
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednawar committed Feb 17, 2016
0 parents commit 5860223
Show file tree
Hide file tree
Showing 12 changed files with 479 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Carthage/
Binary file added Tunis.framework.zip
Binary file not shown.
291 changes: 291 additions & 0 deletions Tunis.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,291 @@
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {

/* Begin PBXBuildFile section */
E2B6D31C1C6F036200038358 /* Tunis.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B6D31B1C6F036200038358 /* Tunis.h */; settings = {ATTRIBUTES = (Public, ); }; };
E2B6D3251C6F056A00038358 /* BNC.m in Sources */ = {isa = PBXBuildFile; fileRef = E2B6D3241C6F056A00038358 /* BNC.m */; };
E2B6D34B1C6F0B6800038358 /* BNC.h in Headers */ = {isa = PBXBuildFile; fileRef = E2B6D3231C6F03A400038358 /* BNC.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
E2B6D3181C6F036200038358 /* Tunis.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Tunis.framework; sourceTree = BUILT_PRODUCTS_DIR; };
E2B6D31B1C6F036200038358 /* Tunis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Tunis.h; sourceTree = "<group>"; };
E2B6D31D1C6F036200038358 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
E2B6D3231C6F03A400038358 /* BNC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = BNC.h; sourceTree = "<group>"; };
E2B6D3241C6F056A00038358 /* BNC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BNC.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
E2B6D3141C6F036200038358 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
E2B6D30E1C6F036200038358 = {
isa = PBXGroup;
children = (
E2B6D31A1C6F036200038358 /* Tunis */,
E2B6D3191C6F036200038358 /* Products */,
);
sourceTree = "<group>";
};
E2B6D3191C6F036200038358 /* Products */ = {
isa = PBXGroup;
children = (
E2B6D3181C6F036200038358 /* Tunis.framework */,
);
name = Products;
sourceTree = "<group>";
};
E2B6D31A1C6F036200038358 /* Tunis */ = {
isa = PBXGroup;
children = (
E2B6D31B1C6F036200038358 /* Tunis.h */,
E2B6D3231C6F03A400038358 /* BNC.h */,
E2B6D3241C6F056A00038358 /* BNC.m */,
E2B6D31D1C6F036200038358 /* Info.plist */,
);
path = Tunis;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
E2B6D3151C6F036200038358 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
E2B6D31C1C6F036200038358 /* Tunis.h in Headers */,
E2B6D34B1C6F0B6800038358 /* BNC.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
E2B6D3171C6F036200038358 /* Tunis */ = {
isa = PBXNativeTarget;
buildConfigurationList = E2B6D3201C6F036200038358 /* Build configuration list for PBXNativeTarget "Tunis" */;
buildPhases = (
E2B6D3131C6F036200038358 /* Sources */,
E2B6D3141C6F036200038358 /* Frameworks */,
E2B6D3151C6F036200038358 /* Headers */,
E2B6D3161C6F036200038358 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Tunis;
productName = Tunis;
productReference = E2B6D3181C6F036200038358 /* Tunis.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
E2B6D30F1C6F036200038358 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = "Ahmed Nawar";
TargetAttributes = {
E2B6D3171C6F036200038358 = {
CreatedOnToolsVersion = 7.2.1;
};
};
};
buildConfigurationList = E2B6D3121C6F036200038358 /* Build configuration list for PBXProject "Tunis" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = E2B6D30E1C6F036200038358;
productRefGroup = E2B6D3191C6F036200038358 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
E2B6D3171C6F036200038358 /* Tunis */,
);
};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
E2B6D3161C6F036200038358 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
E2B6D3131C6F036200038358 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
E2B6D3251C6F056A00038358 /* BNC.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
E2B6D31E1C6F036200038358 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
E2B6D31F1C6F036200038358 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 1;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
E2B6D3211C6F036200038358 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Tunis/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.branch.Tunis;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Debug;
};
E2B6D3221C6F036200038358 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Tunis/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.branch.Tunis;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
E2B6D3121C6F036200038358 /* Build configuration list for PBXProject "Tunis" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2B6D31E1C6F036200038358 /* Debug */,
E2B6D31F1C6F036200038358 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
E2B6D3201C6F036200038358 /* Build configuration list for PBXNativeTarget "Tunis" */ = {
isa = XCConfigurationList;
buildConfigurations = (
E2B6D3211C6F036200038358 /* Debug */,
E2B6D3221C6F036200038358 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = E2B6D30F1C6F036200038358 /* Project object */;
}
7 changes: 7 additions & 0 deletions Tunis.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
80 changes: 80 additions & 0 deletions Tunis.xcodeproj/xcshareddata/xcschemes/Tunis.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "0720"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2B6D3171C6F036200038358"
BuildableName = "Tunis.framework"
BlueprintName = "Tunis"
ReferencedContainer = "container:Tunis.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
<AdditionalOptions>
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2B6D3171C6F036200038358"
BuildableName = "Tunis.framework"
BlueprintName = "Tunis"
ReferencedContainer = "container:Tunis.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "E2B6D3171C6F036200038358"
BuildableName = "Tunis.framework"
BlueprintName = "Tunis"
ReferencedContainer = "container:Tunis.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit 5860223

Please sign in to comment.