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.
283 lines
11 KiB
283 lines
11 KiB
// !$*UTF8*$! |
|
{ |
|
archiveVersion = 1; |
|
classes = { |
|
}; |
|
objectVersion = 46; |
|
objects = { |
|
|
|
/* Begin PBXBuildFile section */ |
|
137620351B31C53500677FF0 /* RCTImagePickerManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 137620341B31C53500677FF0 /* RCTImagePickerManager.m */; }; |
|
143879351AAD238D00F088A5 /* RCTCameraRollManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 143879341AAD238D00F088A5 /* RCTCameraRollManager.m */; }; |
|
8312EAEE1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 8312EAED1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.m */; }; |
|
8312EAF11B85F071001867A2 /* RCTPhotoLibraryImageLoader.m in Sources */ = {isa = PBXBuildFile; fileRef = 8312EAF01B85F071001867A2 /* RCTPhotoLibraryImageLoader.m */; }; |
|
/* End PBXBuildFile section */ |
|
|
|
/* Begin PBXCopyFilesBuildPhase section */ |
|
58B5115B1A9E6B3D00147676 /* CopyFiles */ = { |
|
isa = PBXCopyFilesBuildPhase; |
|
buildActionMask = 2147483647; |
|
dstPath = "include/$(PRODUCT_NAME)"; |
|
dstSubfolderSpec = 16; |
|
files = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXCopyFilesBuildPhase section */ |
|
|
|
/* Begin PBXFileReference section */ |
|
137620331B31C53500677FF0 /* RCTImagePickerManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RCTImagePickerManager.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
|
137620341B31C53500677FF0 /* RCTImagePickerManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTImagePickerManager.m; sourceTree = "<group>"; }; |
|
143879331AAD238D00F088A5 /* RCTCameraRollManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RCTCameraRollManager.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
|
143879341AAD238D00F088A5 /* RCTCameraRollManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTCameraRollManager.m; sourceTree = "<group>"; }; |
|
58B5115D1A9E6B3D00147676 /* libRCTCameraRoll.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libRCTCameraRoll.a; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
8312EAEC1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RCTAssetsLibraryRequestHandler.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
|
8312EAED1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTAssetsLibraryRequestHandler.m; sourceTree = "<group>"; }; |
|
8312EAEF1B85F071001867A2 /* RCTPhotoLibraryImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = RCTPhotoLibraryImageLoader.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; |
|
8312EAF01B85F071001867A2 /* RCTPhotoLibraryImageLoader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTPhotoLibraryImageLoader.m; sourceTree = "<group>"; }; |
|
/* End PBXFileReference section */ |
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
58B5115A1A9E6B3D00147676 /* Frameworks */ = { |
|
isa = PBXFrameworksBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXFrameworksBuildPhase section */ |
|
|
|
/* Begin PBXGroup section */ |
|
58B511541A9E6B3D00147676 = { |
|
isa = PBXGroup; |
|
children = ( |
|
8312EAEC1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.h */, |
|
8312EAED1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.m */, |
|
143879331AAD238D00F088A5 /* RCTCameraRollManager.h */, |
|
143879341AAD238D00F088A5 /* RCTCameraRollManager.m */, |
|
137620331B31C53500677FF0 /* RCTImagePickerManager.h */, |
|
137620341B31C53500677FF0 /* RCTImagePickerManager.m */, |
|
8312EAEF1B85F071001867A2 /* RCTPhotoLibraryImageLoader.h */, |
|
8312EAF01B85F071001867A2 /* RCTPhotoLibraryImageLoader.m */, |
|
58B5115E1A9E6B3D00147676 /* Products */, |
|
); |
|
indentWidth = 2; |
|
sourceTree = "<group>"; |
|
tabWidth = 2; |
|
usesTabs = 0; |
|
}; |
|
58B5115E1A9E6B3D00147676 /* Products */ = { |
|
isa = PBXGroup; |
|
children = ( |
|
58B5115D1A9E6B3D00147676 /* libRCTCameraRoll.a */, |
|
); |
|
name = Products; |
|
sourceTree = "<group>"; |
|
}; |
|
/* End PBXGroup section */ |
|
|
|
/* Begin PBXNativeTarget section */ |
|
58B5115C1A9E6B3D00147676 /* RCTCameraRoll */ = { |
|
isa = PBXNativeTarget; |
|
buildConfigurationList = 58B511711A9E6B3D00147676 /* Build configuration list for PBXNativeTarget "RCTCameraRoll" */; |
|
buildPhases = ( |
|
58B511591A9E6B3D00147676 /* Sources */, |
|
58B5115A1A9E6B3D00147676 /* Frameworks */, |
|
58B5115B1A9E6B3D00147676 /* CopyFiles */, |
|
); |
|
buildRules = ( |
|
); |
|
dependencies = ( |
|
); |
|
name = RCTCameraRoll; |
|
productName = RCTNetworkImage; |
|
productReference = 58B5115D1A9E6B3D00147676 /* libRCTCameraRoll.a */; |
|
productType = "com.apple.product-type.library.static"; |
|
}; |
|
/* End PBXNativeTarget section */ |
|
|
|
/* Begin PBXProject section */ |
|
58B511551A9E6B3D00147676 /* Project object */ = { |
|
isa = PBXProject; |
|
attributes = { |
|
LastUpgradeCheck = 0610; |
|
ORGANIZATIONNAME = Facebook; |
|
TargetAttributes = { |
|
58B5115C1A9E6B3D00147676 = { |
|
CreatedOnToolsVersion = 6.1.1; |
|
}; |
|
}; |
|
}; |
|
buildConfigurationList = 58B511581A9E6B3D00147676 /* Build configuration list for PBXProject "RCTCameraRoll" */; |
|
compatibilityVersion = "Xcode 3.2"; |
|
developmentRegion = English; |
|
hasScannedForEncodings = 0; |
|
knownRegions = ( |
|
en, |
|
); |
|
mainGroup = 58B511541A9E6B3D00147676; |
|
productRefGroup = 58B5115E1A9E6B3D00147676 /* Products */; |
|
projectDirPath = ""; |
|
projectRoot = ""; |
|
targets = ( |
|
58B5115C1A9E6B3D00147676 /* RCTCameraRoll */, |
|
); |
|
}; |
|
/* End PBXProject section */ |
|
|
|
/* Begin PBXSourcesBuildPhase section */ |
|
58B511591A9E6B3D00147676 /* Sources */ = { |
|
isa = PBXSourcesBuildPhase; |
|
buildActionMask = 2147483647; |
|
files = ( |
|
8312EAEE1B85EB7C001867A2 /* RCTAssetsLibraryRequestHandler.m in Sources */, |
|
8312EAF11B85F071001867A2 /* RCTPhotoLibraryImageLoader.m in Sources */, |
|
137620351B31C53500677FF0 /* RCTImagePickerManager.m in Sources */, |
|
143879351AAD238D00F088A5 /* RCTCameraRollManager.m in Sources */, |
|
); |
|
runOnlyForDeploymentPostprocessing = 0; |
|
}; |
|
/* End PBXSourcesBuildPhase section */ |
|
|
|
/* Begin XCBuildConfiguration section */ |
|
58B5116F1A9E6B3D00147676 /* 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_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; |
|
}; |
|
58B511701A9E6B3D00147676 /* 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_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 = YES; |
|
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; |
|
}; |
|
58B511721A9E6B3D00147676 /* Debug */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_STATIC_ANALYZER_MODE = deep; |
|
LIBRARY_SEARCH_PATHS = ( |
|
"$(inherited)", |
|
); |
|
OTHER_LDFLAGS = "-ObjC"; |
|
PRODUCT_NAME = RCTCameraRoll; |
|
RUN_CLANG_STATIC_ANALYZER = YES; |
|
}; |
|
name = Debug; |
|
}; |
|
58B511731A9E6B3D00147676 /* Release */ = { |
|
isa = XCBuildConfiguration; |
|
buildSettings = { |
|
CLANG_STATIC_ANALYZER_MODE = deep; |
|
LIBRARY_SEARCH_PATHS = ( |
|
"$(inherited)", |
|
); |
|
OTHER_LDFLAGS = "-ObjC"; |
|
PRODUCT_NAME = RCTCameraRoll; |
|
RUN_CLANG_STATIC_ANALYZER = NO; |
|
}; |
|
name = Release; |
|
}; |
|
/* End XCBuildConfiguration section */ |
|
|
|
/* Begin XCConfigurationList section */ |
|
58B511581A9E6B3D00147676 /* Build configuration list for PBXProject "RCTCameraRoll" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
58B5116F1A9E6B3D00147676 /* Debug */, |
|
58B511701A9E6B3D00147676 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
58B511711A9E6B3D00147676 /* Build configuration list for PBXNativeTarget "RCTCameraRoll" */ = { |
|
isa = XCConfigurationList; |
|
buildConfigurations = ( |
|
58B511721A9E6B3D00147676 /* Debug */, |
|
58B511731A9E6B3D00147676 /* Release */, |
|
); |
|
defaultConfigurationIsVisible = 0; |
|
defaultConfigurationName = Release; |
|
}; |
|
/* End XCConfigurationList section */ |
|
}; |
|
rootObject = 58B511551A9E6B3D00147676 /* Project object */; |
|
}
|
|
|