Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarGroth committed Feb 22, 2017
1 parent fb5a7f7 commit 5e33dfc
Show file tree
Hide file tree
Showing 9 changed files with 1,314 additions and 1 deletion.
127 changes: 127 additions & 0 deletions OGSwitch.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@

/* Begin PBXBuildFile section */
750F2E3E1E5D2CD000C20E79 /* OGSwitch.h in Headers */ = {isa = PBXBuildFile; fileRef = 750F2E3C1E5D2CD000C20E79 /* OGSwitch.h */; settings = {ATTRIBUTES = (Public, ); }; };
750F2E451E5D2CE100C20E79 /* OGSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750F2E441E5D2CE100C20E79 /* OGSwitch.swift */; };
750F2E4D1E5D2D7100C20E79 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750F2E4C1E5D2D7100C20E79 /* AppDelegate.swift */; };
750F2E4F1E5D2D7100C20E79 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 750F2E4E1E5D2D7100C20E79 /* Assets.xcassets */; };
750F2E521E5D2D7200C20E79 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 750F2E501E5D2D7200C20E79 /* MainMenu.xib */; };
750F2E581E5D2F6300C20E79 /* OGSwitch.swift in Sources */ = {isa = PBXBuildFile; fileRef = 750F2E441E5D2CE100C20E79 /* OGSwitch.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
750F2E391E5D2CD000C20E79 /* OGSwitch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OGSwitch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
750F2E3C1E5D2CD000C20E79 /* OGSwitch.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OGSwitch.h; sourceTree = "<group>"; };
750F2E3D1E5D2CD000C20E79 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
750F2E441E5D2CE100C20E79 /* OGSwitch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OGSwitch.swift; sourceTree = "<group>"; };
750F2E4A1E5D2D7100C20E79 /* OGSwitchDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OGSwitchDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
750F2E4C1E5D2D7100C20E79 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
750F2E4E1E5D2D7100C20E79 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
750F2E511E5D2D7200C20E79 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
750F2E531E5D2D7200C20E79 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -24,13 +35,21 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
750F2E471E5D2D7100C20E79 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
750F2E2F1E5D2CD000C20E79 = {
isa = PBXGroup;
children = (
750F2E3B1E5D2CD000C20E79 /* OGSwitch */,
750F2E4B1E5D2D7100C20E79 /* OGSwitchDemo */,
750F2E3A1E5D2CD000C20E79 /* Products */,
);
sourceTree = "<group>";
Expand All @@ -39,6 +58,7 @@
isa = PBXGroup;
children = (
750F2E391E5D2CD000C20E79 /* OGSwitch.framework */,
750F2E4A1E5D2D7100C20E79 /* OGSwitchDemo.app */,
);
name = Products;
sourceTree = "<group>";
Expand All @@ -47,11 +67,23 @@
isa = PBXGroup;
children = (
750F2E3C1E5D2CD000C20E79 /* OGSwitch.h */,
750F2E441E5D2CE100C20E79 /* OGSwitch.swift */,
750F2E3D1E5D2CD000C20E79 /* Info.plist */,
);
path = OGSwitch;
sourceTree = "<group>";
};
750F2E4B1E5D2D7100C20E79 /* OGSwitchDemo */ = {
isa = PBXGroup;
children = (
750F2E4C1E5D2D7100C20E79 /* AppDelegate.swift */,
750F2E4E1E5D2D7100C20E79 /* Assets.xcassets */,
750F2E501E5D2D7200C20E79 /* MainMenu.xib */,
750F2E531E5D2D7200C20E79 /* Info.plist */,
);
path = OGSwitchDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
Expand Down Expand Up @@ -84,16 +116,40 @@
productReference = 750F2E391E5D2CD000C20E79 /* OGSwitch.framework */;
productType = "com.apple.product-type.framework";
};
750F2E491E5D2D7100C20E79 /* OGSwitchDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 750F2E541E5D2D7200C20E79 /* Build configuration list for PBXNativeTarget "OGSwitchDemo" */;
buildPhases = (
750F2E461E5D2D7100C20E79 /* Sources */,
750F2E471E5D2D7100C20E79 /* Frameworks */,
750F2E481E5D2D7100C20E79 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = OGSwitchDemo;
productName = OGSwitchDemo;
productReference = 750F2E4A1E5D2D7100C20E79 /* OGSwitchDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
750F2E301E5D2CD000C20E79 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 0820;
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = "Oskar Groth";
TargetAttributes = {
750F2E381E5D2CD000C20E79 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = ZQK6SX26CE;
LastSwiftMigration = 0820;
ProvisioningStyle = Automatic;
};
750F2E491E5D2D7100C20E79 = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = ZQK6SX26CE;
ProvisioningStyle = Automatic;
Expand All @@ -106,13 +162,15 @@
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 750F2E2F1E5D2CD000C20E79;
productRefGroup = 750F2E3A1E5D2CD000C20E79 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
750F2E381E5D2CD000C20E79 /* OGSwitch */,
750F2E491E5D2D7100C20E79 /* OGSwitchDemo */,
);
};
/* End PBXProject section */
Expand All @@ -125,18 +183,48 @@
);
runOnlyForDeploymentPostprocessing = 0;
};
750F2E481E5D2D7100C20E79 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750F2E4F1E5D2D7100C20E79 /* Assets.xcassets in Resources */,
750F2E521E5D2D7200C20E79 /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
750F2E341E5D2CD000C20E79 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750F2E451E5D2CE100C20E79 /* OGSwitch.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
750F2E461E5D2D7100C20E79 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
750F2E4D1E5D2D7100C20E79 /* AppDelegate.swift in Sources */,
750F2E581E5D2F6300C20E79 /* OGSwitch.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXVariantGroup section */
750F2E501E5D2D7200C20E79 /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
750F2E511E5D2D7200C20E79 /* Base */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
750F2E3F1E5D2CD000C20E79 /* Debug */ = {
isa = XCBuildConfiguration;
Expand Down Expand Up @@ -237,6 +325,7 @@
750F2E421E5D2CD000C20E79 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand All @@ -251,13 +340,15 @@
PRODUCT_BUNDLE_IDENTIFIER = org.cindori.OGSwitch;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
750F2E431E5D2CD000C20E79 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_IDENTITY = "";
COMBINE_HIDPI_IMAGES = YES;
DEFINES_MODULE = YES;
Expand All @@ -276,6 +367,34 @@
};
name = Release;
};
750F2E551E5D2D7200C20E79 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = ZQK6SX26CE;
INFOPLIST_FILE = OGSwitchDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.cindori.OGSwitchDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
750F2E561E5D2D7200C20E79 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMBINE_HIDPI_IMAGES = YES;
DEVELOPMENT_TEAM = ZQK6SX26CE;
INFOPLIST_FILE = OGSwitchDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = org.cindori.OGSwitchDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 3.0;
};
name = Release;
};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
Expand All @@ -296,6 +415,14 @@
);
defaultConfigurationIsVisible = 0;
};
750F2E541E5D2D7200C20E79 /* Build configuration list for PBXNativeTarget "OGSwitchDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
750F2E551E5D2D7200C20E79 /* Debug */,
750F2E561E5D2D7200C20E79 /* Release */,
);
defaultConfigurationIsVisible = 0;
};
/* End XCConfigurationList section */
};
rootObject = 750F2E301E5D2CD000C20E79 /* Project object */;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "750F2E381E5D2CD000C20E79"
BuildableName = "OGSwitch.framework"
BlueprintName = "OGSwitch"
ReferencedContainer = "container:OGSwitch.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
Expand All @@ -26,6 +42,15 @@
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "750F2E381E5D2CD000C20E79"
BuildableName = "OGSwitch.framework"
BlueprintName = "OGSwitch"
ReferencedContainer = "container:OGSwitch.xcodeproj">
</BuildableReference>
</MacroExpansion>
<AdditionalOptions>
</AdditionalOptions>
</LaunchAction>
Expand All @@ -35,6 +60,15 @@
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<MacroExpansion>
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "750F2E381E5D2CD000C20E79"
BuildableName = "OGSwitch.framework"
BlueprintName = "OGSwitch"
ReferencedContainer = "container:OGSwitch.xcodeproj">
</BuildableReference>
</MacroExpansion>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
Expand Down
Loading

0 comments on commit 5e33dfc

Please sign in to comment.