Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

Promptly.xcodeproj/xcuserdata/
31 changes: 29 additions & 2 deletions Promptly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
6F7FFE192EAD3F0100CE9D01 /* WhatsNewKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6F7FFE182EAD3F0100CE9D01 /* WhatsNewKit */; };
6F8BC3002E927EA7008EE618 /* Promptly-WatchOS Watch App.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 6F8BC2F62E927EA5008EE618 /* Promptly-WatchOS Watch App.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
6F8BC30B2E927FED008EE618 /* MQTTNIO in Frameworks */ = {isa = PBXBuildFile; productRef = 6F8BC30A2E927FED008EE618 /* MQTTNIO */; };
6F9232672EA2A9E500D929A7 /* MIDIKit in Frameworks */ = {isa = PBXBuildFile; productRef = 6F9232662EA2A9E500D929A7 /* MIDIKit */; };
Expand Down Expand Up @@ -73,12 +74,20 @@
);
target = 6F8BC2F52E927EA5008EE618 /* Promptly-WatchOS Watch App */;
};
6FE901B92EA6F9CF002F79B4 /* Exceptions for "Promptly" folder in "Promptly" target */ = {
isa = PBXFileSystemSynchronizedBuildFileExceptionSet;
membershipExceptions = (
Info.plist,
);
target = 6F0425B82DF0BFE5002B2081 /* Promptly */;
};
/* End PBXFileSystemSynchronizedBuildFileExceptionSet section */

/* Begin PBXFileSystemSynchronizedRootGroup section */
6F0425BB2DF0BFE5002B2081 /* Promptly */ = {
isa = PBXFileSystemSynchronizedRootGroup;
exceptions = (
6FE901B92EA6F9CF002F79B4 /* Exceptions for "Promptly" folder in "Promptly" target */,
6F8BC3082E927F26008EE618 /* Exceptions for "Promptly" folder in "Promptly-WatchOS Watch App" target */,
);
path = Promptly;
Expand All @@ -97,6 +106,7 @@
buildActionMask = 2147483647;
files = (
6F9232692EA2A9E500D929A7 /* MIDIKitControlSurfaces in Frameworks */,
6F7FFE192EAD3F0100CE9D01 /* WhatsNewKit in Frameworks */,
6F92326D2EA2A9E500D929A7 /* MIDIKitIO in Frameworks */,
6F9232672EA2A9E500D929A7 /* MIDIKit in Frameworks */,
6F92326F2EA2A9E500D929A7 /* MIDIKitSMF in Frameworks */,
Expand Down Expand Up @@ -171,6 +181,7 @@
6F92326A2EA2A9E500D929A7 /* MIDIKitCore */,
6F92326C2EA2A9E500D929A7 /* MIDIKitIO */,
6F92326E2EA2A9E500D929A7 /* MIDIKitSMF */,
6F7FFE182EAD3F0100CE9D01 /* WhatsNewKit */,
);
productName = Promptly;
productReference = 6F0425B92DF0BFE5002B2081 /* Promptly.app */;
Expand Down Expand Up @@ -229,6 +240,7 @@
packageReferences = (
6FAE1C932E89E0A500D067BE /* XCRemoteSwiftPackageReference "mqtt-nio" */,
6F9232652EA2A9E500D929A7 /* XCRemoteSwiftPackageReference "MIDIKit" */,
6F7FFE172EAD3F0100CE9D01 /* XCRemoteSwiftPackageReference "WhatsNewKit" */,
);
preferredProjectObjectVersion = 77;
productRefGroup = 6F0425BA2DF0BFE5002B2081 /* Products */;
Expand Down Expand Up @@ -412,6 +424,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Promptly/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DSMPrompt;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "We use bluetooth connectivity to connect to Promptly Clicker devices for script line control.";
Expand All @@ -431,7 +444,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 15.5;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.urbanmechanicsltd.Promptly;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = YES;
Expand All @@ -456,6 +469,7 @@
ENABLE_HARDENED_RUNTIME = YES;
ENABLE_PREVIEWS = YES;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = Promptly/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = DSMPrompt;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
INFOPLIST_KEY_NSBluetoothAlwaysUsageDescription = "We use bluetooth connectivity to connect to Promptly Clicker devices for script line control.";
Expand All @@ -475,7 +489,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 15.5;
MARKETING_VERSION = 1.0.3;
MARKETING_VERSION = 1.0.4;
PRODUCT_BUNDLE_IDENTIFIER = com.urbanmechanicsltd.Promptly;
PRODUCT_NAME = "$(TARGET_NAME)";
REGISTER_APP_GROUPS = YES;
Expand Down Expand Up @@ -588,6 +602,14 @@
/* End XCConfigurationList section */

/* Begin XCRemoteSwiftPackageReference section */
6F7FFE172EAD3F0100CE9D01 /* XCRemoteSwiftPackageReference "WhatsNewKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/SvenTiigi/WhatsNewKit";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 2.2.1;
};
};
6F9232652EA2A9E500D929A7 /* XCRemoteSwiftPackageReference "MIDIKit" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/orchetect/MIDIKit";
Expand All @@ -607,6 +629,11 @@
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
6F7FFE182EAD3F0100CE9D01 /* WhatsNewKit */ = {
isa = XCSwiftPackageProductDependency;
package = 6F7FFE172EAD3F0100CE9D01 /* XCRemoteSwiftPackageReference "WhatsNewKit" */;
productName = WhatsNewKit;
};
6F8BC30A2E927FED008EE618 /* MQTTNIO */ = {
isa = XCSwiftPackageProductDependency;
package = 6FAE1C932E89E0A500D067BE /* XCRemoteSwiftPackageReference "mqtt-nio" */;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<key>Promptly-WatchOS Watch App.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>3</integer>
<integer>1</integer>
</dict>
<key>Promptly.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>0</integer>
</dict>
</dict>
</dict>
Expand Down
Binary file modified Promptly/.DS_Store
Binary file not shown.
Binary file modified Promptly/Assets.xcassets/.DS_Store
Binary file not shown.
Loading
Loading