This app provides monitoring and information features for the common freifunk user and the technical stuff of a freifunk community.
Code base is taken from a TUM Practical Course project and added here to see if Freifunk Altdorf can use it.
https://www.freifunk-altdorf.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
232 lines
7.2 KiB
232 lines
7.2 KiB
// !$*UTF8*$! |
|
{ |
|
archiveVersion = 1; |
|
classes = { |
|
}; |
|
objectVersion = 46; |
|
objects = { |
|
|
|
/* Begin PBXBuildFile section */ |
|
832C819C1AAF6E1A007FA2F7 /* RCTVibration.m in Sources */ = {isa = PBXBuildFile; fileRef = 832C819B1AAF6E1A007FA2F7 /* RCTVibration.m */; }; |
|
/* End PBXBuildFile section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
832C81801AAF6DEF007FA2F7 /* libRCTVibration.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTVibration.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
832C819A1AAF6E1A007FA2F7 /* RCTVibration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTVibration.h; sourceTree = "<group>"; }; |
|
832C819B1AAF6E1A007FA2F7 /* RCTVibration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTVibration.m; sourceTree = "<group>"; }; |
|
/* End PBXFileReference section */ |
|
|
|
/* Begin PBXGroup section */ |
|
832C81771AAF6DEF007FA2F7 = { |
|
isa = PBXGroup; |
|
children = ( |
|
832C819A1AAF6E1A007FA2F7 /* RCTVibration.h */, |
|
832C819B1AAF6E1A007FA2F7 /* RCTVibration.m */, |
|
832C81811AAF6DEF007FA2F7 /* Products */, |
|
); |
|
indentWidth = 2; |
|
sourceTree = "<group>"; |
|
tabWidth = 2; |
|
usesTabs = 0; |
|
}; |
|
832C81811AAF6DEF007FA2F7 /* Products */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
832C81801AAF6DEF007FA2F7 /* libRCTVibration.a */, |
|
); |
|
name = Products; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXGroup section */ |
|
|
|
/* Begin PBXNativeTarget section */ |
|
832C817F1AAF6DEF007FA2F7 /* RCTVibration */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 832C81941AAF6DF0007FA2F7 /* Build configuration list for PBXNativeTarget "RCTVibration" */; |
|
buildPhases = ( |
|
832C817C1AAF6DEF007FA2F7 /* Sources */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
); |
|
name = RCTVibration; |
|
productName = RCTVibration; |
|
productReference = 832C81801AAF6DEF007FA2F7 /* libRCTVibration.a */; |
|
productType = "com.apple.product-type.library.static"; |
|
}; |
|
/* End PBXNativeTarget section */ |
|
|
|
/* Begin PBXProject section */ |
|
832C81781AAF6DEF007FA2F7 /* Project object */ = { |
|
isa = PBXProject; |
|
attributes = { |
|
LastUpgradeCheck = 0620; |
|
ORGANIZATIONNAME = Facebook; |
|
TargetAttributes = { |
|
832C817F1AAF6DEF007FA2F7 = { |
|
CreatedOnToolsVersion = 6.2; |
|
}; |
|
}; |
|
}; |
|
buildConfigurationList = 832C817B1AAF6DEF007FA2F7 /* Build configuration list for PBXProject "RCTVibration" */; |
|
compatibilityVersion = "Xcode 3.2"; |
|
developmentRegion = English; |
|
hasScannedForEncodings = 0; |
|
knownRegions = ( |
|
en, |
|
); |
|
mainGroup = 832C81771AAF6DEF007FA2F7; |
|
productRefGroup = 832C81811AAF6DEF007FA2F7 /* Products */; |
|
projectDirPath = ""; |
|
projectRoot = ""; |
|
targets = ( |
|
832C817F1AAF6DEF007FA2F7 /* RCTVibration */, |
|
); |
|
}; |
|
/* End PBXProject section */ |
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
832C817C1AAF6DEF007FA2F7 /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
832C819C1AAF6E1A007FA2F7 /* RCTVibration.m in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXSourcesBuildPhase section */ |
|
|
|
/* Begin XCBuildConfiguration section */ |
|
832C81921AAF6DF0007FA2F7 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
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_IMPLICIT_RETAIN_SELF = YES; |
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
CLANG_WARN_UNREACHABLE_CODE = YES; |
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
COPY_PHASE_STRIP = NO; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
GCC_DYNAMIC_NO_PIC = NO; |
|
GCC_OPTIMIZATION_LEVEL = 0; |
|
GCC_PREPROCESSOR_DEFINITIONS = ( |
|
"DEBUG=1", |
|
"$(inherited)", |
|
); |
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO; |
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; |
|
GCC_WARN_SHADOW = YES; |
|
GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
MTL_ENABLE_DEBUG_INFO = YES; |
|
ONLY_ACTIVE_ARCH = YES; |
|
SDKROOT = iphoneos; |
|
SKIP_INSTALL = YES; |
|
WARNING_CFLAGS = ( |
|
"-Werror", |
|
"-Wall", |
|
); |
|
}; |
|
name = Debug; |
|
}; |
|
832C81931AAF6DF0007FA2F7 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
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_IMPLICIT_RETAIN_SELF = YES; |
|
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
|
CLANG_WARN_UNREACHABLE_CODE = YES; |
|
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
COPY_PHASE_STRIP = NO; |
|
ENABLE_NS_ASSERTIONS = NO; |
|
ENABLE_STRICT_OBJC_MSGSEND = YES; |
|
GCC_C_LANGUAGE_STANDARD = gnu99; |
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
|
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; |
|
GCC_WARN_SHADOW = YES; |
|
GCC_WARN_UNDECLARED_SELECTOR = YES; |
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
|
GCC_WARN_UNUSED_FUNCTION = YES; |
|
GCC_WARN_UNUSED_VARIABLE = YES; |
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
|
MTL_ENABLE_DEBUG_INFO = NO; |
|
SDKROOT = iphoneos; |
|
SKIP_INSTALL = YES; |
|
VALIDATE_PRODUCT = YES; |
|
WARNING_CFLAGS = ( |
|
"-Werror", |
|
"-Wall", |
|
); |
|
}; |
|
name = Release; |
|
}; |
|
832C81951AAF6DF0007FA2F7 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_STATIC_ANALYZER_MODE = deep; |
|
OTHER_LDFLAGS = "-ObjC"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
RUN_CLANG_STATIC_ANALYZER = YES; |
|
}; |
|
name = Debug; |
|
}; |
|
832C81961AAF6DF0007FA2F7 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_STATIC_ANALYZER_MODE = deep; |
|
OTHER_LDFLAGS = "-ObjC"; |
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
}; |
|
name = Release; |
|
}; |
|
/* End XCBuildConfiguration section */ |
|
|
|
/* Begin XCConfigurationList section */ |
|
832C817B1AAF6DEF007FA2F7 /* Build configuration list for PBXProject "RCTVibration" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
832C81921AAF6DF0007FA2F7 /* Debug */, |
|
832C81931AAF6DF0007FA2F7 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
832C81941AAF6DF0007FA2F7 /* Build configuration list for PBXNativeTarget "RCTVibration" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
832C81951AAF6DF0007FA2F7 /* Debug */, |
|
832C81961AAF6DF0007FA2F7 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
/* End XCConfigurationList section */ |
|
}; |
|
rootObject = 832C81781AAF6DEF007FA2F7 /* Project object */; |
|
}
|
|
|