Overview
Comment: | iOS: Import ObjFW Xcode project into Xcode project |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
c1b813d503ae8abb90fa2a65cccc78c5 |
User & Date: | js on 2017-10-15 12:27:04 |
Other Links: | manifest | tags |
Context
2017-10-15
| ||
15:04 | Fix analyzer findings check-in: 8518df1e34 user: js tags: trunk | |
12:27 | iOS: Import ObjFW Xcode project into Xcode project check-in: c1b813d503 user: js tags: trunk | |
11:22 | iOS: Implement search / filtering check-in: ca266b43fa user: js tags: trunk | |
Changes
Modified .gitignore from [11ff3c0b8e] to [b70141527f].
1 2 3 4 | *.o *~ scrypt-pwgen iOS/DerivedData | | < | 1 2 3 4 5 6 7 | *.o *~ scrypt-pwgen iOS/DerivedData iOS/ObjFW iOS/scrypt-pwgen.xcodeproj/project.xcworkspace iOS/scrypt-pwgen.xcodeproj/xcuserdata |
Modified iOS/scrypt-pwgen.xcodeproj/project.pbxproj from [458f6062a4] to [0b6c380a0f].
︙ | ︙ | |||
14 15 16 17 18 19 20 | 4B2E52EA1DA942840040D091 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52E81DA942840040D091 /* Main.storyboard */; }; 4B2E52EC1DA942840040D091 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52EB1DA942840040D091 /* Assets.xcassets */; }; 4B2E52EF1DA942840040D091 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52ED1DA942840040D091 /* LaunchScreen.storyboard */; }; 4B82D1151DAAAFCE00F32B2F /* AboutController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B82D1141DAAAFCE00F32B2F /* AboutController.m */; }; 4BA115D21DA9432D007ED4EA /* LegacyPasswordGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA115CE1DA9432D007ED4EA /* LegacyPasswordGenerator.m */; settings = {COMPILER_FLAGS = "-fconstant-string-class=OFConstantString -fno-constant-cfstrings"; }; }; 4BA115D31DA9432D007ED4EA /* NewPasswordGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA115D01DA9432D007ED4EA /* NewPasswordGenerator.m */; settings = {COMPILER_FLAGS = "-fconstant-string-class=OFConstantString -fno-constant-cfstrings"; }; }; 4BA115D61DA94390007ED4EA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BA115D51DA94390007ED4EA /* UIKit.framework */; }; | < < > > < < > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > < < | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | 4B2E52EA1DA942840040D091 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52E81DA942840040D091 /* Main.storyboard */; }; 4B2E52EC1DA942840040D091 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52EB1DA942840040D091 /* Assets.xcassets */; }; 4B2E52EF1DA942840040D091 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 4B2E52ED1DA942840040D091 /* LaunchScreen.storyboard */; }; 4B82D1151DAAAFCE00F32B2F /* AboutController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4B82D1141DAAAFCE00F32B2F /* AboutController.m */; }; 4BA115D21DA9432D007ED4EA /* LegacyPasswordGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA115CE1DA9432D007ED4EA /* LegacyPasswordGenerator.m */; settings = {COMPILER_FLAGS = "-fconstant-string-class=OFConstantString -fno-constant-cfstrings"; }; }; 4BA115D31DA9432D007ED4EA /* NewPasswordGenerator.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BA115D01DA9432D007ED4EA /* NewPasswordGenerator.m */; settings = {COMPILER_FLAGS = "-fconstant-string-class=OFConstantString -fno-constant-cfstrings"; }; }; 4BA115D61DA94390007ED4EA /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BA115D51DA94390007ED4EA /* UIKit.framework */; }; 4BB3CDFD1DA9764300FEE5ED /* AddSiteController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BB3CDFC1DA9764300FEE5ED /* AddSiteController.m */; }; 4BEE2FE61F938B3300669DB8 /* ObjFW_Bridge.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEE2FE11F938B1700669DB8 /* ObjFW_Bridge.framework */; }; 4BEE2FE71F938B3300669DB8 /* ObjFW.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BEE2FDD1F938B1700669DB8 /* ObjFW.framework */; }; 4BF4ADEA1DA9A3DB0073B995 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4BF4ADE91DA9A3DB0073B995 /* Foundation.framework */; }; 4BF4ADED1DA9A6B00073B995 /* SiteStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4BF4ADEC1DA9A6B00073B995 /* SiteStorage.m */; settings = {COMPILER_FLAGS = "-fconstant-string-class=OFConstantString -fno-constant-cfstrings"; }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 4BEE2FD61F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4BF33AF0133807310059CEF7; remoteInfo = "Tests (Mac)"; }; 4BEE2FD81F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B76F4751DA2C2BB00CFF831; remoteInfo = "Tests (iOS)"; }; 4BEE2FDA1F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B3D23761337FBC800DD29B8; remoteInfo = "ObjFW (Mac)"; }; 4BEE2FDC1F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B2C22B01DA292BE00735907; remoteInfo = "ObjFW (iOS)"; }; 4BEE2FDE1F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B187E0E163EA29F0049A832; remoteInfo = "ObjFW_Bridge (Mac)"; }; 4BEE2FE01F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B0E298B1DA2A8A400323A76; remoteInfo = "ObjFW_Bridge (iOS)"; }; 4BEE2FE21F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B23CA8A133811610047A1D9; remoteInfo = "TestPlugin (Mac)"; }; 4BEE2FE41F938B1700669DB8 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; proxyType = 2; remoteGlobalIDString = 4B5D70751DA2F87A00B3B2D7; remoteInfo = "TestPlugin (iOS)"; }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ 4BB3CDF61DA967C100FEE5ED /* Embed Frameworks */ = { isa = PBXCopyFilesBuildPhase; buildActionMask = 2147483647; dstPath = ""; dstSubfolderSpec = 10; files = ( ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ |
︙ | ︙ | |||
59 60 61 62 63 64 65 | 4B82D1141DAAAFCE00F32B2F /* AboutController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutController.m; sourceTree = "<group>"; }; 4BA115CD1DA9432D007ED4EA /* LegacyPasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LegacyPasswordGenerator.h; path = ../LegacyPasswordGenerator.h; sourceTree = "<group>"; }; 4BA115CE1DA9432D007ED4EA /* LegacyPasswordGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LegacyPasswordGenerator.m; path = ../LegacyPasswordGenerator.m; sourceTree = "<group>"; }; 4BA115CF1DA9432D007ED4EA /* NewPasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NewPasswordGenerator.h; path = ../NewPasswordGenerator.h; sourceTree = "<group>"; }; 4BA115D01DA9432D007ED4EA /* NewPasswordGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NewPasswordGenerator.m; path = ../NewPasswordGenerator.m; sourceTree = "<group>"; }; 4BA115D11DA9432D007ED4EA /* PasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PasswordGenerator.h; path = ../PasswordGenerator.h; sourceTree = "<group>"; }; 4BA115D51DA94390007ED4EA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; | < > < > > < < | 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 | 4B82D1141DAAAFCE00F32B2F /* AboutController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutController.m; sourceTree = "<group>"; }; 4BA115CD1DA9432D007ED4EA /* LegacyPasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LegacyPasswordGenerator.h; path = ../LegacyPasswordGenerator.h; sourceTree = "<group>"; }; 4BA115CE1DA9432D007ED4EA /* LegacyPasswordGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = LegacyPasswordGenerator.m; path = ../LegacyPasswordGenerator.m; sourceTree = "<group>"; }; 4BA115CF1DA9432D007ED4EA /* NewPasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NewPasswordGenerator.h; path = ../NewPasswordGenerator.h; sourceTree = "<group>"; }; 4BA115D01DA9432D007ED4EA /* NewPasswordGenerator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NewPasswordGenerator.m; path = ../NewPasswordGenerator.m; sourceTree = "<group>"; }; 4BA115D11DA9432D007ED4EA /* PasswordGenerator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PasswordGenerator.h; path = ../PasswordGenerator.h; sourceTree = "<group>"; }; 4BA115D51DA94390007ED4EA /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; 4BB3CDFB1DA9764300FEE5ED /* AddSiteController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AddSiteController.h; sourceTree = "<group>"; }; 4BB3CDFC1DA9764300FEE5ED /* AddSiteController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AddSiteController.m; sourceTree = "<group>"; }; 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ObjFW.xcodeproj; path = ../../ObjFW/ObjFW.xcodeproj; sourceTree = "<group>"; }; 4BF4ADE91DA9A3DB0073B995 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; 4BF4ADEB1DA9A6B00073B995 /* SiteStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SiteStorage.h; sourceTree = "<group>"; }; 4BF4ADEC1DA9A6B00073B995 /* SiteStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SiteStorage.m; sourceTree = "<group>"; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 4B2E52D91DA942840040D091 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4BEE2FE71F938B3300669DB8 /* ObjFW.framework in Frameworks */, 4BEE2FE61F938B3300669DB8 /* ObjFW_Bridge.framework in Frameworks */, 4BF4ADEA1DA9A3DB0073B995 /* Foundation.framework in Frameworks */, 4BA115D61DA94390007ED4EA /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 4B2E52D31DA942840040D091 = { |
︙ | ︙ | |||
140 141 142 143 144 145 146 | ); name = "scrypt-pwgen"; sourceTree = "<group>"; }; 4BA115D41DA94390007ED4EA /* Frameworks */ = { isa = PBXGroup; children = ( | | < > > > > > > > > > > > > > > > | 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | ); name = "scrypt-pwgen"; sourceTree = "<group>"; }; 4BA115D41DA94390007ED4EA /* Frameworks */ = { isa = PBXGroup; children = ( 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */, 4BF4ADE91DA9A3DB0073B995 /* Foundation.framework */, 4BA115D51DA94390007ED4EA /* UIKit.framework */, ); name = Frameworks; sourceTree = "<group>"; }; 4BEE2FC91F938B1700669DB8 /* Products */ = { isa = PBXGroup; children = ( 4BEE2FD71F938B1700669DB8 /* Tests */, 4BEE2FD91F938B1700669DB8 /* Tests (iOS).app */, 4BEE2FDB1F938B1700669DB8 /* ObjFW.framework */, 4BEE2FDD1F938B1700669DB8 /* ObjFW.framework */, 4BEE2FDF1F938B1700669DB8 /* ObjFW_Bridge.framework */, 4BEE2FE11F938B1700669DB8 /* ObjFW_Bridge.framework */, 4BEE2FE31F938B1700669DB8 /* TestPlugin.bundle */, 4BEE2FE51F938B1700669DB8 /* TestPlugin.bundle */, ); name = Products; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXNativeTarget section */ 4B2E52DB1DA942840040D091 /* scrypt-pwgen */ = { isa = PBXNativeTarget; buildConfigurationList = 4B2E52F31DA942840040D091 /* Build configuration list for PBXNativeTarget "scrypt-pwgen" */; |
︙ | ︙ | |||
196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 | knownRegions = ( en, Base, ); mainGroup = 4B2E52D31DA942840040D091; productRefGroup = 4B2E52DD1DA942840040D091 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 4B2E52DB1DA942840040D091 /* scrypt-pwgen */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ 4B2E52DA1DA942840040D091 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4B2E52EF1DA942840040D091 /* LaunchScreen.storyboard in Resources */, | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 | knownRegions = ( en, Base, ); mainGroup = 4B2E52D31DA942840040D091; productRefGroup = 4B2E52DD1DA942840040D091 /* Products */; projectDirPath = ""; projectReferences = ( { ProductGroup = 4BEE2FC91F938B1700669DB8 /* Products */; ProjectRef = 4BEE2FC81F938B1700669DB8 /* ObjFW.xcodeproj */; }, ); projectRoot = ""; targets = ( 4B2E52DB1DA942840040D091 /* scrypt-pwgen */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ 4BEE2FD71F938B1700669DB8 /* Tests */ = { isa = PBXReferenceProxy; fileType = "compiled.mach-o.executable"; path = Tests; remoteRef = 4BEE2FD61F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FD91F938B1700669DB8 /* Tests (iOS).app */ = { isa = PBXReferenceProxy; fileType = wrapper.application; path = "Tests (iOS).app"; remoteRef = 4BEE2FD81F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FDB1F938B1700669DB8 /* ObjFW.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = ObjFW.framework; remoteRef = 4BEE2FDA1F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FDD1F938B1700669DB8 /* ObjFW.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = ObjFW.framework; remoteRef = 4BEE2FDC1F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FDF1F938B1700669DB8 /* ObjFW_Bridge.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = ObjFW_Bridge.framework; remoteRef = 4BEE2FDE1F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FE11F938B1700669DB8 /* ObjFW_Bridge.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = ObjFW_Bridge.framework; remoteRef = 4BEE2FE01F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FE31F938B1700669DB8 /* TestPlugin.bundle */ = { isa = PBXReferenceProxy; fileType = "compiled.mach-o.dylib"; path = TestPlugin.bundle; remoteRef = 4BEE2FE21F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; 4BEE2FE51F938B1700669DB8 /* TestPlugin.bundle */ = { isa = PBXReferenceProxy; fileType = "compiled.mach-o.dylib"; path = TestPlugin.bundle; remoteRef = 4BEE2FE41F938B1700669DB8 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ 4B2E52DA1DA942840040D091 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( 4B2E52EF1DA942840040D091 /* LaunchScreen.storyboard in Resources */, |
︙ | ︙ |