Skip to content

Commit 41e010d

Browse files
author
Bell App Lab
committed
README
1 parent 911ac21 commit 41e010d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
6553C3B220D9493A00405D40 /* Backgroundable.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Backgroundable.framework; sourceTree = BUILT_PRODUCTS_DIR; };
154154
6553C3B420D9493A00405D40 /* Backgroundable_iOS.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Backgroundable_iOS.h; sourceTree = "<group>"; };
155155
6553C3B520D9493A00405D40 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
156+
655AA88C20D959CD008A28B8 /* push.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = push.sh; sourceTree = "<group>"; };
156157
658231C420D7F8DC00FA8CC9 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
157158
658231C620D7F8DD00FA8CC9 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
158159
658231C820D7F8DD00FA8CC9 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
@@ -259,6 +260,7 @@
259260
658231EF20D7FDE600FA8CC9 /* Package.swift */,
260261
650B58BC1DA6B8380037CBD7 /* README.md */,
261262
6582329220D823F100FA8CC9 /* Backgroundable.podspec */,
263+
655AA88B20D959CD008A28B8 /* Scripts */,
262264
6582321620D8017200FA8CC9 /* Sources */,
263265
658231C520D7F8DD00FA8CC9 /* iOS Example */,
264266
6582324D20D812A200FA8CC9 /* iOS Tests */,
@@ -337,6 +339,15 @@
337339
path = Backgroundable_iOS;
338340
sourceTree = "<group>";
339341
};
342+
655AA88B20D959CD008A28B8 /* Scripts */ = {
343+
isa = PBXGroup;
344+
children = (
345+
655AA88C20D959CD008A28B8 /* push.sh */,
346+
);
347+
name = Scripts;
348+
path = ../Scripts;
349+
sourceTree = "<group>";
350+
};
340351
658231C520D7F8DD00FA8CC9 /* iOS Example */ = {
341352
isa = PBXGroup;
342353
children = (

Images/backgroundable.png

25.1 KB
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<p align="center">
44

5+
[Backgroundable](./Images/backgroundable.png)
56
[![Platforms](https://img.shields.io/badge/Platforms-iOS%20%7C%20macOS%20%7C%tvOS%20%7C%20Linux-brightgreen.svg?style=flat)](#installation)
67

78
[![Swift support](https://img.shields.io/badge/Swift-3.3%20%7C%204.1-red.svg?style=flat)](#swift-versions-support)

0 commit comments

Comments
 (0)