UI layouting done
This commit is contained in:
@@ -8,12 +8,13 @@
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
E2218C9B1EF2D345004298F6 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218C9A1EF2D345004298F6 /* AppDelegate.swift */; };
|
||||
E2218C9D1EF2D345004298F6 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218C9C1EF2D345004298F6 /* ViewController.swift */; };
|
||||
E2218CA91EF2D37B004298F6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = E2218CA81EF2D37B004298F6 /* Assets.xcassets */; };
|
||||
E2218CDE1EF2D461004298F6 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218CDC1EF2D461004298F6 /* MainMenu.xib */; };
|
||||
E2218CDF1EF2D461004298F6 /* SettingsWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = E2218CDD1EF2D461004298F6 /* SettingsWindowController.xib */; };
|
||||
E2218CE31EF2D54A004298F6 /* buildnum.ver in Resources */ = {isa = PBXBuildFile; fileRef = E2218CE11EF2D54A004298F6 /* buildnum.ver */; };
|
||||
E2218CE41EF2D54A004298F6 /* BumpBuildNumber.py in Resources */ = {isa = PBXBuildFile; fileRef = E2218CE21EF2D54A004298F6 /* BumpBuildNumber.py */; };
|
||||
E2218D0D1EF2D68F004298F6 /* XMLDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */; };
|
||||
E2218D111EF2D6F1004298F6 /* SettingsWindowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2218D101EF2D6F1004298F6 /* SettingsWindowController.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXContainerItemProxy section */
|
||||
@@ -29,13 +30,16 @@
|
||||
/* Begin PBXFileReference section */
|
||||
E2218C981EF2D345004298F6 /* Logger4.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Logger4.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
E2218C9A1EF2D345004298F6 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
||||
E2218C9C1EF2D345004298F6 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
|
||||
E2218CA31EF2D345004298F6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
E2218CA81EF2D37B004298F6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
||||
E2218CDC1EF2D461004298F6 /* MainMenu.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MainMenu.xib; sourceTree = "<group>"; };
|
||||
E2218CDD1EF2D461004298F6 /* SettingsWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = SettingsWindowController.xib; sourceTree = "<group>"; };
|
||||
E2218CE11EF2D54A004298F6 /* buildnum.ver */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = buildnum.ver; sourceTree = "<group>"; };
|
||||
E2218CE21EF2D54A004298F6 /* BumpBuildNumber.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = BumpBuildNumber.py; sourceTree = "<group>"; };
|
||||
E2218D051EF2D68F004298F6 /* Logger4-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Logger4-Bridging-Header.h"; sourceTree = "<group>"; };
|
||||
E2218D081EF2D68F004298F6 /* XMLDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLDictionary.h; sourceTree = "<group>"; };
|
||||
E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLDictionary.m; sourceTree = "<group>"; };
|
||||
E2218D101EF2D6F1004298F6 /* SettingsWindowController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsWindowController.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -69,10 +73,8 @@
|
||||
E2218C991EF2D345004298F6 /* Logger4 */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218CEB1EF2D648004298F6 /* Swift */,
|
||||
E2218CDA1EF2D43A004298F6 /* Support Files */,
|
||||
E2218C9A1EF2D345004298F6 /* AppDelegate.swift */,
|
||||
E2218C9C1EF2D345004298F6 /* ViewController.swift */,
|
||||
E2218CA31EF2D345004298F6 /* Info.plist */,
|
||||
);
|
||||
path = Logger4;
|
||||
sourceTree = "<group>";
|
||||
@@ -81,6 +83,7 @@
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218CA81EF2D37B004298F6 /* Assets.xcassets */,
|
||||
E2218D041EF2D67B004298F6 /* Obj-C */,
|
||||
);
|
||||
name = "Shared Resources";
|
||||
sourceTree = "<group>";
|
||||
@@ -88,8 +91,9 @@
|
||||
E2218CDA1EF2D43A004298F6 /* Support Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218CE01EF2D53D004298F6 /* Versioning */,
|
||||
E2218CA31EF2D345004298F6 /* Info.plist */,
|
||||
E2218CDB1EF2D443004298F6 /* UI */,
|
||||
E2218CE01EF2D53D004298F6 /* Versioning */,
|
||||
);
|
||||
name = "Support Files";
|
||||
sourceTree = "<group>";
|
||||
@@ -112,12 +116,47 @@
|
||||
name = Versioning;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E2218CEB1EF2D648004298F6 /* Swift */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218D121EF2D754004298F6 /* Delegates */,
|
||||
E2218D0F1EF2D6E5004298F6 /* Views */,
|
||||
);
|
||||
name = Swift;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E2218D041EF2D67B004298F6 /* Obj-C */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218D081EF2D68F004298F6 /* XMLDictionary.h */,
|
||||
E2218D0A1EF2D68F004298F6 /* XMLDictionary.m */,
|
||||
E2218D051EF2D68F004298F6 /* Logger4-Bridging-Header.h */,
|
||||
);
|
||||
name = "Obj-C";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E2218D0F1EF2D6E5004298F6 /* Views */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218D101EF2D6F1004298F6 /* SettingsWindowController.swift */,
|
||||
);
|
||||
name = Views;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
E2218D121EF2D754004298F6 /* Delegates */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
E2218C9A1EF2D345004298F6 /* AppDelegate.swift */,
|
||||
);
|
||||
name = Delegates;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXLegacyTarget section */
|
||||
E2218CE51EF2D577004298F6 /* Bump Logger4 */ = {
|
||||
isa = PBXLegacyTarget;
|
||||
buildArgumentsString = "$PROJECT_DIR/Logger4/BumpBuildNumber.py $PROJECT_DIR/Logger4/buildnum.ver $PROJECT_DIR/Logger3/Info.plist";
|
||||
buildArgumentsString = "$PROJECT_DIR/Logger4/BumpBuildNumber.py $PROJECT_DIR/Logger4/buildnum.ver $PROJECT_DIR/Logger4/Info.plist";
|
||||
buildConfigurationList = E2218CE61EF2D577004298F6 /* Build configuration list for PBXLegacyTarget "Bump Logger4" */;
|
||||
buildPhases = (
|
||||
);
|
||||
@@ -163,6 +202,7 @@
|
||||
E2218C971EF2D345004298F6 = {
|
||||
CreatedOnToolsVersion = 8.3.3;
|
||||
DevelopmentTeam = 795KPDV76S;
|
||||
LastSwiftMigration = 0830;
|
||||
ProvisioningStyle = Automatic;
|
||||
};
|
||||
E2218CE51EF2D577004298F6 = {
|
||||
@@ -211,7 +251,8 @@
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
E2218C9D1EF2D345004298F6 /* ViewController.swift in Sources */,
|
||||
E2218D0D1EF2D68F004298F6 /* XMLDictionary.m in Sources */,
|
||||
E2218D111EF2D6F1004298F6 /* SettingsWindowController.swift in Sources */,
|
||||
E2218C9B1EF2D345004298F6 /* AppDelegate.swift in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
@@ -323,6 +364,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-L4";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = 795KPDV76S;
|
||||
@@ -331,6 +373,8 @@
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.weebly.alikja.Logger4;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Logger4-Bridging-Header.h";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
|
||||
SWIFT_VERSION = 3.0;
|
||||
};
|
||||
name = Debug;
|
||||
@@ -339,6 +383,7 @@
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = "AppIcon-L4";
|
||||
CLANG_ENABLE_MODULES = YES;
|
||||
CODE_SIGN_IDENTITY = "Mac Developer";
|
||||
COMBINE_HIDPI_IMAGES = YES;
|
||||
DEVELOPMENT_TEAM = 795KPDV76S;
|
||||
@@ -347,6 +392,7 @@
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.weebly.alikja.Logger4;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
SWIFT_OBJC_BRIDGING_HEADER = "Logger4-Bridging-Header.h";
|
||||
SWIFT_VERSION = 3.0;
|
||||
};
|
||||
name = Release;
|
||||
|
||||
Reference in New Issue
Block a user