Skip to content

Commit

Permalink
Merge pull request #58 from iwasrobbed/fix/example
Browse files Browse the repository at this point in the history
Fix/update example app
  • Loading branch information
rob phillips authored Oct 29, 2017
2 parents 642c564 + 640f3e5 commit eb4e820
Show file tree
Hide file tree
Showing 15 changed files with 136 additions and 554 deletions.
90 changes: 79 additions & 11 deletions Down-Example/Down-Example.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,42 @@
8A07D7D81F085EC6004D7141 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A07D7D61F085EC6004D7141 /* Main.storyboard */; };
8A07D7DA1F085EC6004D7141 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8A07D7D91F085EC6004D7141 /* Assets.xcassets */; };
8A07D7DD1F085EC6004D7141 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8A07D7DB1F085EC6004D7141 /* LaunchScreen.storyboard */; };
8A07D7EB1F085F23004D7141 /* Down.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8A07D7E91F085F18004D7141 /* Down.framework */; };
8A07D7EC1F085F23004D7141 /* Down.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 8A07D7E91F085F18004D7141 /* Down.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
D49980B81FA560FF004EE42E /* Down.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D49980B51FA560F8004EE42E /* Down.framework */; };
D49980B91FA560FF004EE42E /* Down.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = D49980B51FA560F8004EE42E /* Down.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
D49980B41FA560F8004EE42E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D49980AF1FA560F8004EE42E /* Down.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8A569F401E6B3E50008BE2AC;
remoteInfo = Down;
};
D49980B61FA560F8004EE42E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D49980AF1FA560F8004EE42E /* Down.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 8AFAEAFB1E6E32E900E09B68;
remoteInfo = DownTests;
};
D49980BA1FA560FF004EE42E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = D49980AF1FA560F8004EE42E /* Down.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 8A569F3F1E6B3E50008BE2AC;
remoteInfo = Down;
};
/* End PBXContainerItemProxy section */

/* Begin PBXCopyFilesBuildPhase section */
8A07D7E81F085EF6004D7141 /* Embed Frameworks */ = {
D49980AD1FA5605D004EE42E /* Embed Frameworks */ = {
isa = PBXCopyFilesBuildPhase;
buildActionMask = 2147483647;
dstPath = "";
dstSubfolderSpec = 10;
files = (
8A07D7EC1F085F23004D7141 /* Down.framework in Embed Frameworks */,
D49980B91FA560FF004EE42E /* Down.framework in Embed Frameworks */,
);
name = "Embed Frameworks";
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -38,15 +62,15 @@
8A07D7D91F085EC6004D7141 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
8A07D7DC1F085EC6004D7141 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
8A07D7DE1F085EC6004D7141 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
8A07D7E91F085F18004D7141 /* Down.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Down.framework; sourceTree = "<group>"; };
D49980AF1FA560F8004EE42E /* Down.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Down.xcodeproj; path = ../Down.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
8A07D7CC1F085EC6004D7141 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8A07D7EB1F085F23004D7141 /* Down.framework in Frameworks */,
D49980B81FA560FF004EE42E /* Down.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -56,6 +80,7 @@
8A07D7C61F085EC6004D7141 = {
isa = PBXGroup;
children = (
D49980AF1FA560F8004EE42E /* Down.xcodeproj */,
8A07D7D11F085EC6004D7141 /* Down-Example */,
8A07D7D01F085EC6004D7141 /* Products */,
);
Expand All @@ -78,11 +103,19 @@
8A07D7D91F085EC6004D7141 /* Assets.xcassets */,
8A07D7DB1F085EC6004D7141 /* LaunchScreen.storyboard */,
8A07D7DE1F085EC6004D7141 /* Info.plist */,
8A07D7E91F085F18004D7141 /* Down.framework */,
);
path = "Down-Example";
sourceTree = "<group>";
};
D49980B01FA560F8004EE42E /* Products */ = {
isa = PBXGroup;
children = (
D49980B51FA560F8004EE42E /* Down.framework */,
D49980B71FA560F8004EE42E /* DownTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
Expand All @@ -93,11 +126,12 @@
8A07D7CB1F085EC6004D7141 /* Sources */,
8A07D7CC1F085EC6004D7141 /* Frameworks */,
8A07D7CD1F085EC6004D7141 /* Resources */,
8A07D7E81F085EF6004D7141 /* Embed Frameworks */,
D49980AD1FA5605D004EE42E /* Embed Frameworks */,
);
buildRules = (
);
dependencies = (
D49980BB1FA560FF004EE42E /* PBXTargetDependency */,
);
name = "Down-Example";
productName = "Down-Example";
Expand All @@ -116,7 +150,6 @@
TargetAttributes = {
8A07D7CE1F085EC6004D7141 = {
CreatedOnToolsVersion = 8.3.3;
DevelopmentTeam = JMQ9Y3A8K6;
LastSwiftMigration = 0900;
ProvisioningStyle = Automatic;
};
Expand All @@ -133,13 +166,36 @@
mainGroup = 8A07D7C61F085EC6004D7141;
productRefGroup = 8A07D7D01F085EC6004D7141 /* Products */;
projectDirPath = "";
projectReferences = (
{
ProductGroup = D49980B01FA560F8004EE42E /* Products */;
ProjectRef = D49980AF1FA560F8004EE42E /* Down.xcodeproj */;
},
);
projectRoot = "";
targets = (
8A07D7CE1F085EC6004D7141 /* Down-Example */,
);
};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
D49980B51FA560F8004EE42E /* Down.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
path = Down.framework;
remoteRef = D49980B41FA560F8004EE42E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
D49980B71FA560F8004EE42E /* DownTests.xctest */ = {
isa = PBXReferenceProxy;
fileType = wrapper.cfbundle;
path = DownTests.xctest;
remoteRef = D49980B61FA560F8004EE42E /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
8A07D7CD1F085EC6004D7141 /* Resources */ = {
isa = PBXResourcesBuildPhase;
Expand All @@ -165,6 +221,14 @@
};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
D49980BB1FA560FF004EE42E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = Down;
targetProxy = D49980BA1FA560FF004EE42E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
8A07D7D61F085EC6004D7141 /* Main.storyboard */ = {
isa = PBXVariantGroup;
Expand Down Expand Up @@ -297,8 +361,10 @@
8A07D7E21F085EC6004D7141 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = JMQ9Y3A8K6;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Down-Example",
Expand All @@ -316,8 +382,10 @@
8A07D7E31F085EC6004D7141 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
DEVELOPMENT_TEAM = JMQ9Y3A8K6;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
DEVELOPMENT_TEAM = "";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/Down-Example",
Expand Down
23 changes: 0 additions & 23 deletions Down-Example/Down-Example/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,28 +19,5 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
return true
}

func applicationWillResignActive(_ application: UIApplication) {
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
// Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game.
}

func applicationDidEnterBackground(_ application: UIApplication) {
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
}

func applicationWillEnterForeground(_ application: UIApplication) {
// Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background.
}

func applicationDidBecomeActive(_ application: UIApplication) {
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
}

func applicationWillTerminate(_ application: UIApplication) {
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
}


}

Binary file removed Down-Example/Down-Example/Down.framework/Down
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit eb4e820

Please sign in to comment.