This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added an example app for using Indoor Location SDK in background.
- Loading branch information
Showing
10 changed files
with
705 additions
and
0 deletions.
There are no files selected for viewing
338 changes: 338 additions & 0 deletions
338
Examples/IndoorInBackground/IndoorInBackground.xcodeproj/project.pbxproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,338 @@ | ||
// !$*UTF8*$! | ||
{ | ||
archiveVersion = 1; | ||
classes = { | ||
}; | ||
objectVersion = 46; | ||
objects = { | ||
|
||
/* Begin PBXBuildFile section */ | ||
A54E11C21EF00C7200897D19 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A54E11C11EF00C7200897D19 /* AppDelegate.swift */; }; | ||
A54E11C41EF00C7200897D19 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A54E11C31EF00C7200897D19 /* ViewController.swift */; }; | ||
A54E11C71EF00C7200897D19 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A54E11C51EF00C7200897D19 /* Main.storyboard */; }; | ||
A54E11C91EF00C7200897D19 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = A54E11C81EF00C7200897D19 /* Assets.xcassets */; }; | ||
A54E11CC1EF00C7200897D19 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = A54E11CA1EF00C7200897D19 /* LaunchScreen.storyboard */; }; | ||
/* End PBXBuildFile section */ | ||
|
||
/* Begin PBXFileReference section */ | ||
A54E11BE1EF00C7200897D19 /* IndoorInBackground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IndoorInBackground.app; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
A54E11C11EF00C7200897D19 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; | ||
A54E11C31EF00C7200897D19 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; | ||
A54E11C61EF00C7200897D19 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; | ||
A54E11C81EF00C7200897D19 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; | ||
A54E11CB1EF00C7200897D19 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; | ||
A54E11CD1EF00C7200897D19 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; | ||
A54E11D31EF00F8200897D19 /* ObjCBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ObjCBridge.h; sourceTree = "<group>"; }; | ||
/* End PBXFileReference section */ | ||
|
||
/* Begin PBXFrameworksBuildPhase section */ | ||
A54E11BB1EF00C7200897D19 /* Frameworks */ = { | ||
isa = PBXFrameworksBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXFrameworksBuildPhase section */ | ||
|
||
/* Begin PBXGroup section */ | ||
A54E11B51EF00C7200897D19 = { | ||
isa = PBXGroup; | ||
children = ( | ||
A54E11C01EF00C7200897D19 /* IndoorInBackground */, | ||
A54E11BF1EF00C7200897D19 /* Products */, | ||
); | ||
sourceTree = "<group>"; | ||
}; | ||
A54E11BF1EF00C7200897D19 /* Products */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
A54E11BE1EF00C7200897D19 /* IndoorInBackground.app */, | ||
); | ||
name = Products; | ||
sourceTree = "<group>"; | ||
}; | ||
A54E11C01EF00C7200897D19 /* IndoorInBackground */ = { | ||
isa = PBXGroup; | ||
children = ( | ||
A54E11C11EF00C7200897D19 /* AppDelegate.swift */, | ||
A54E11C31EF00C7200897D19 /* ViewController.swift */, | ||
A54E11C51EF00C7200897D19 /* Main.storyboard */, | ||
A54E11C81EF00C7200897D19 /* Assets.xcassets */, | ||
A54E11CA1EF00C7200897D19 /* LaunchScreen.storyboard */, | ||
A54E11CD1EF00C7200897D19 /* Info.plist */, | ||
A54E11D31EF00F8200897D19 /* ObjCBridge.h */, | ||
); | ||
path = IndoorInBackground; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXGroup section */ | ||
|
||
/* Begin PBXNativeTarget section */ | ||
A54E11BD1EF00C7200897D19 /* IndoorInBackground */ = { | ||
isa = PBXNativeTarget; | ||
buildConfigurationList = A54E11D01EF00C7200897D19 /* Build configuration list for PBXNativeTarget "IndoorInBackground" */; | ||
buildPhases = ( | ||
A5C2B9041EF16FE6008F509E /* Check TODOs */, | ||
A54E11BA1EF00C7200897D19 /* Sources */, | ||
A54E11BB1EF00C7200897D19 /* Frameworks */, | ||
A54E11BC1EF00C7200897D19 /* Resources */, | ||
); | ||
buildRules = ( | ||
); | ||
dependencies = ( | ||
); | ||
name = IndoorInBackground; | ||
productName = IndoorInBackground; | ||
productReference = A54E11BE1EF00C7200897D19 /* IndoorInBackground.app */; | ||
productType = "com.apple.product-type.application"; | ||
}; | ||
/* End PBXNativeTarget section */ | ||
|
||
/* Begin PBXProject section */ | ||
A54E11B61EF00C7200897D19 /* Project object */ = { | ||
isa = PBXProject; | ||
attributes = { | ||
LastSwiftUpdateCheck = 0830; | ||
LastUpgradeCheck = 0830; | ||
ORGANIZATIONNAME = "Estimote Inc."; | ||
TargetAttributes = { | ||
A54E11BD1EF00C7200897D19 = { | ||
CreatedOnToolsVersion = 8.3.3; | ||
ProvisioningStyle = Automatic; | ||
SystemCapabilities = { | ||
com.apple.BackgroundModes = { | ||
enabled = 1; | ||
}; | ||
}; | ||
}; | ||
}; | ||
}; | ||
buildConfigurationList = A54E11B91EF00C7200897D19 /* Build configuration list for PBXProject "IndoorInBackground" */; | ||
compatibilityVersion = "Xcode 3.2"; | ||
developmentRegion = English; | ||
hasScannedForEncodings = 0; | ||
knownRegions = ( | ||
en, | ||
Base, | ||
); | ||
mainGroup = A54E11B51EF00C7200897D19; | ||
productRefGroup = A54E11BF1EF00C7200897D19 /* Products */; | ||
projectDirPath = ""; | ||
projectRoot = ""; | ||
targets = ( | ||
A54E11BD1EF00C7200897D19 /* IndoorInBackground */, | ||
); | ||
}; | ||
/* End PBXProject section */ | ||
|
||
/* Begin PBXResourcesBuildPhase section */ | ||
A54E11BC1EF00C7200897D19 /* Resources */ = { | ||
isa = PBXResourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
A54E11CC1EF00C7200897D19 /* LaunchScreen.storyboard in Resources */, | ||
A54E11C91EF00C7200897D19 /* Assets.xcassets in Resources */, | ||
A54E11C71EF00C7200897D19 /* Main.storyboard in Resources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXResourcesBuildPhase section */ | ||
|
||
/* Begin PBXShellScriptBuildPhase section */ | ||
A5C2B9041EF16FE6008F509E /* Check TODOs */ = { | ||
isa = PBXShellScriptBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
); | ||
inputPaths = ( | ||
); | ||
name = "Check TODOs"; | ||
outputPaths = ( | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
shellPath = /bin/sh; | ||
shellScript = "tags=\"TODO:\"\nmatches=`find \"${SRCROOT}\" \\( -name \"*.swift\" \\) -print0 | xargs -0 egrep --with-filename --line-number --only-matching \"($tags).*\\$\"`\necho \"$matches\" | perl -p -e \"s/($tags)/ error: \\$1/\"\n[ -z \"$matches\" ] || exit 1"; | ||
}; | ||
/* End PBXShellScriptBuildPhase section */ | ||
|
||
/* Begin PBXSourcesBuildPhase section */ | ||
A54E11BA1EF00C7200897D19 /* Sources */ = { | ||
isa = PBXSourcesBuildPhase; | ||
buildActionMask = 2147483647; | ||
files = ( | ||
A54E11C41EF00C7200897D19 /* ViewController.swift in Sources */, | ||
A54E11C21EF00C7200897D19 /* AppDelegate.swift in Sources */, | ||
); | ||
runOnlyForDeploymentPostprocessing = 0; | ||
}; | ||
/* End PBXSourcesBuildPhase section */ | ||
|
||
/* Begin PBXVariantGroup section */ | ||
A54E11C51EF00C7200897D19 /* Main.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
A54E11C61EF00C7200897D19 /* Base */, | ||
); | ||
name = Main.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
A54E11CA1EF00C7200897D19 /* LaunchScreen.storyboard */ = { | ||
isa = PBXVariantGroup; | ||
children = ( | ||
A54E11CB1EF00C7200897D19 /* Base */, | ||
); | ||
name = LaunchScreen.storyboard; | ||
sourceTree = "<group>"; | ||
}; | ||
/* End PBXVariantGroup section */ | ||
|
||
/* Begin XCBuildConfiguration section */ | ||
A54E11CE1EF00C7200897D19 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
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_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
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 = 10.3; | ||
MTL_ENABLE_DEBUG_INFO = YES; | ||
ONLY_ACTIVE_ARCH = YES; | ||
SDKROOT = iphoneos; | ||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Onone"; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
}; | ||
name = Debug; | ||
}; | ||
A54E11CF1EF00C7200897D19 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ALWAYS_SEARCH_USER_PATHS = NO; | ||
CLANG_ANALYZER_NONNULL = YES; | ||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; | ||
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_DOCUMENTATION_COMMENTS = YES; | ||
CLANG_WARN_EMPTY_BODY = YES; | ||
CLANG_WARN_ENUM_CONVERSION = YES; | ||
CLANG_WARN_INFINITE_RECURSION = YES; | ||
CLANG_WARN_INT_CONVERSION = YES; | ||
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; | ||
CLANG_WARN_SUSPICIOUS_MOVE = YES; | ||
CLANG_WARN_UNREACHABLE_CODE = YES; | ||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; | ||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; | ||
COPY_PHASE_STRIP = NO; | ||
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 = 10.3; | ||
MTL_ENABLE_DEBUG_INFO = NO; | ||
SDKROOT = iphoneos; | ||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; | ||
TARGETED_DEVICE_FAMILY = "1,2"; | ||
VALIDATE_PRODUCT = YES; | ||
}; | ||
name = Release; | ||
}; | ||
A54E11D11EF00C7200897D19 /* Debug */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
DEVELOPMENT_TEAM = ""; | ||
INFOPLIST_FILE = IndoorInBackground/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.estimote.IndoorInBackground; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_OBJC_BRIDGING_HEADER = "${PROJECT_NAME}/ObjCBridge.h"; | ||
SWIFT_VERSION = 3.0; | ||
}; | ||
name = Debug; | ||
}; | ||
A54E11D21EF00C7200897D19 /* Release */ = { | ||
isa = XCBuildConfiguration; | ||
buildSettings = { | ||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; | ||
DEVELOPMENT_TEAM = ""; | ||
INFOPLIST_FILE = IndoorInBackground/Info.plist; | ||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; | ||
PRODUCT_BUNDLE_IDENTIFIER = com.estimote.IndoorInBackground; | ||
PRODUCT_NAME = "$(TARGET_NAME)"; | ||
SWIFT_OBJC_BRIDGING_HEADER = "${PROJECT_NAME}/ObjCBridge.h"; | ||
SWIFT_VERSION = 3.0; | ||
}; | ||
name = Release; | ||
}; | ||
/* End XCBuildConfiguration section */ | ||
|
||
/* Begin XCConfigurationList section */ | ||
A54E11B91EF00C7200897D19 /* Build configuration list for PBXProject "IndoorInBackground" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
A54E11CE1EF00C7200897D19 /* Debug */, | ||
A54E11CF1EF00C7200897D19 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
A54E11D01EF00C7200897D19 /* Build configuration list for PBXNativeTarget "IndoorInBackground" */ = { | ||
isa = XCConfigurationList; | ||
buildConfigurations = ( | ||
A54E11D11EF00C7200897D19 /* Debug */, | ||
A54E11D21EF00C7200897D19 /* Release */, | ||
); | ||
defaultConfigurationIsVisible = 0; | ||
defaultConfigurationName = Release; | ||
}; | ||
/* End XCConfigurationList section */ | ||
}; | ||
rootObject = A54E11B61EF00C7200897D19 /* Project object */; | ||
} |
7 changes: 7 additions & 0 deletions
7
...oorInBackground/IndoorInBackground.xcodeproj/project.xcworkspace/contents.xcworkspacedata
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.