Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit dfac1d8

Browse files
authored
bundle identifiers (#25)
1 parent 47260f1 commit dfac1d8

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

Examples/GridExamples watchOS WatchKit Extension/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>NSExtensionAttributes</key>
2626
<dict>
2727
<key>WKAppBundleIdentifier</key>
28-
<string>com.spacenation.grid.examples.watchos.watchkitapp</string>
28+
<string>com.swiftuiextensions.grid.examples.watchos.watchkitapp</string>
2929
</dict>
3030
<key>NSExtensionPointIdentifier</key>
3131
<string>com.apple.watchkit</string>

Examples/GridExamples.xcodeproj/project.pbxproj

+21-21
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
FA61E9AB23135368006A5B6B /* FixedColumnsLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E9512312FF0F006A5B6B /* FixedColumnsLayoutView.swift */; };
4040
FA61E9AC23135368006A5B6B /* SingleColumnLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA61E94E2312FE6D006A5B6B /* SingleColumnLayoutView.swift */; };
4141
FA61E9AD23135368006A5B6B /* PerformanceLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90216C230B3EC100BF9341 /* PerformanceLayoutView.swift */; };
42+
FA66B37D235653DC00AB542A /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FA66B37C235653DC00AB542A /* Grid */; };
4243
FA6ED893231090FF00651DD9 /* BuilderLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */; };
4344
FA6ED894231090FF00651DD9 /* BuilderLayoutView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA6ED892231090FF00651DD9 /* BuilderLayoutView.swift */; };
4445
FA902115230B32EA00BF9341 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902114230B32EA00BF9341 /* AppDelegate.swift */; };
@@ -47,7 +48,6 @@
4748
FA90211B230B32EC00BF9341 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA90211A230B32EC00BF9341 /* Assets.xcassets */; };
4849
FA90211E230B32EC00BF9341 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA90211D230B32EC00BF9341 /* Preview Assets.xcassets */; };
4950
FA902121230B32EC00BF9341 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FA90211F230B32EC00BF9341 /* LaunchScreen.storyboard */; };
50-
FA902128230B334800BF9341 /* Grid in Frameworks */ = {isa = PBXBuildFile; productRef = FA902127230B334800BF9341 /* Grid */; };
5151
FA902149230B341C00BF9341 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA902148230B341C00BF9341 /* AppDelegate.swift */; };
5252
FA90214B230B341C00BF9341 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA90214A230B341C00BF9341 /* ContentView.swift */; };
5353
FA90214D230B341D00BF9341 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = FA90214C230B341D00BF9341 /* Assets.xcassets */; };
@@ -175,7 +175,7 @@
175175
isa = PBXFrameworksBuildPhase;
176176
buildActionMask = 2147483647;
177177
files = (
178-
FA902128230B334800BF9341 /* Grid in Frameworks */,
178+
FA66B37D235653DC00AB542A /* Grid in Frameworks */,
179179
);
180180
runOnlyForDeploymentPostprocessing = 0;
181181
};
@@ -428,7 +428,7 @@
428428
);
429429
name = "GridExamples iOS";
430430
packageProductDependencies = (
431-
FA902127230B334800BF9341 /* Grid */,
431+
FA66B37C235653DC00AB542A /* Grid */,
432432
);
433433
productName = "GridExamples iOS";
434434
productReference = FA902111230B32EA00BF9341 /* GridExamples iOS.app */;
@@ -493,7 +493,7 @@
493493
);
494494
mainGroup = FA902106230B32A500BF9341;
495495
packageReferences = (
496-
FA902126230B334800BF9341 /* XCRemoteSwiftPackageReference "grid" */,
496+
FA66B37B235653DC00AB542A /* XCRemoteSwiftPackageReference "Grid" */,
497497
);
498498
productRefGroup = FA902112230B32EA00BF9341 /* Products */;
499499
projectDirPath = "";
@@ -740,7 +740,7 @@
740740
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
741741
MTL_FAST_MATH = YES;
742742
ONLY_ACTIVE_ARCH = YES;
743-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos;
743+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos;
744744
PRODUCT_NAME = "$(TARGET_NAME)";
745745
SDKROOT = iphoneos;
746746
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -799,7 +799,7 @@
799799
MARKETING_VERSION = 1.0;
800800
MTL_ENABLE_DEBUG_INFO = NO;
801801
MTL_FAST_MATH = YES;
802-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos;
802+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos;
803803
PRODUCT_NAME = "$(TARGET_NAME)";
804804
SDKROOT = iphoneos;
805805
SWIFT_COMPILATION_MODE = wholemodule;
@@ -867,7 +867,7 @@
867867
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
868868
MTL_FAST_MATH = YES;
869869
ONLY_ACTIVE_ARCH = YES;
870-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos.watchkitapp;
870+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos.watchkitapp;
871871
PRODUCT_NAME = "$(TARGET_NAME)";
872872
SDKROOT = watchos;
873873
SKIP_INSTALL = YES;
@@ -930,7 +930,7 @@
930930
INFOPLIST_FILE = "GridExamples watchOS WatchKit App/Info.plist";
931931
MTL_ENABLE_DEBUG_INFO = NO;
932932
MTL_FAST_MATH = YES;
933-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos.watchkitapp;
933+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos.watchkitapp;
934934
PRODUCT_NAME = "$(TARGET_NAME)";
935935
SDKROOT = watchos;
936936
SKIP_INSTALL = YES;
@@ -1007,7 +1007,7 @@
10071007
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10081008
MTL_FAST_MATH = YES;
10091009
ONLY_ACTIVE_ARCH = YES;
1010-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos.watchkitapp.watchkitextension;
1010+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos.watchkitapp.watchkitextension;
10111011
PRODUCT_NAME = "${TARGET_NAME}";
10121012
SDKROOT = watchos;
10131013
SKIP_INSTALL = YES;
@@ -1076,7 +1076,7 @@
10761076
);
10771077
MTL_ENABLE_DEBUG_INFO = NO;
10781078
MTL_FAST_MATH = YES;
1079-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.watchos.watchkitapp.watchkitextension;
1079+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.watchos.watchkitapp.watchkitextension;
10801080
PRODUCT_NAME = "${TARGET_NAME}";
10811081
SDKROOT = watchos;
10821082
SKIP_INSTALL = YES;
@@ -1152,7 +1152,7 @@
11521152
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
11531153
MTL_FAST_MATH = YES;
11541154
ONLY_ACTIVE_ARCH = YES;
1155-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.tvos;
1155+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.tvos;
11561156
PRODUCT_NAME = "$(TARGET_NAME)";
11571157
SDKROOT = appletvos;
11581158
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -1219,7 +1219,7 @@
12191219
);
12201220
MTL_ENABLE_DEBUG_INFO = NO;
12211221
MTL_FAST_MATH = YES;
1222-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.tvos;
1222+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.tvos;
12231223
PRODUCT_NAME = "$(TARGET_NAME)";
12241224
SDKROOT = appletvos;
12251225
SWIFT_COMPILATION_MODE = wholemodule;
@@ -1309,7 +1309,7 @@
13091309
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
13101310
MTL_FAST_MATH = YES;
13111311
ONLY_ACTIVE_ARCH = YES;
1312-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.ios;
1312+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.ios;
13131313
PRODUCT_NAME = "$(TARGET_NAME)";
13141314
SDKROOT = iphoneos;
13151315
SUPPORTS_MACCATALYST = YES;
@@ -1379,7 +1379,7 @@
13791379
);
13801380
MTL_ENABLE_DEBUG_INFO = NO;
13811381
MTL_FAST_MATH = YES;
1382-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.ios;
1382+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.ios;
13831383
PRODUCT_NAME = "$(TARGET_NAME)";
13841384
SDKROOT = iphoneos;
13851385
SUPPORTS_MACCATALYST = YES;
@@ -1458,7 +1458,7 @@
14581458
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
14591459
MTL_FAST_MATH = YES;
14601460
ONLY_ACTIVE_ARCH = YES;
1461-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.macos;
1461+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.macos;
14621462
PRODUCT_NAME = "$(TARGET_NAME)";
14631463
SDKROOT = macosx;
14641464
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
@@ -1527,7 +1527,7 @@
15271527
MACOSX_DEPLOYMENT_TARGET = 10.15;
15281528
MTL_ENABLE_DEBUG_INFO = NO;
15291529
MTL_FAST_MATH = YES;
1530-
PRODUCT_BUNDLE_IDENTIFIER = com.spacenation.grid.examples.macos;
1530+
PRODUCT_BUNDLE_IDENTIFIER = com.swiftuiextensions.grid.examples.macos;
15311531
PRODUCT_NAME = "$(TARGET_NAME)";
15321532
SDKROOT = macosx;
15331533
SWIFT_COMPILATION_MODE = wholemodule;
@@ -1605,12 +1605,12 @@
16051605
/* End XCConfigurationList section */
16061606

16071607
/* Begin XCRemoteSwiftPackageReference section */
1608-
FA902126230B334800BF9341 /* XCRemoteSwiftPackageReference "grid" */ = {
1608+
FA66B37B235653DC00AB542A /* XCRemoteSwiftPackageReference "Grid" */ = {
16091609
isa = XCRemoteSwiftPackageReference;
1610-
repositoryURL = "[email protected]:spacenation/grid.git";
1610+
repositoryURL = "[email protected]:SwiftUIExtensions/Grid.git";
16111611
requirement = {
16121612
kind = upToNextMajorVersion;
1613-
minimumVersion = 0.2.0;
1613+
minimumVersion = 0.6.2;
16141614
};
16151615
};
16161616
/* End XCRemoteSwiftPackageReference section */
@@ -1624,9 +1624,9 @@
16241624
isa = XCSwiftPackageProductDependency;
16251625
productName = Grid;
16261626
};
1627-
FA902127230B334800BF9341 /* Grid */ = {
1627+
FA66B37C235653DC00AB542A /* Grid */ = {
16281628
isa = XCSwiftPackageProductDependency;
1629-
package = FA902126230B334800BF9341 /* XCRemoteSwiftPackageReference "grid" */;
1629+
package = FA66B37B235653DC00AB542A /* XCRemoteSwiftPackageReference "Grid" */;
16301630
productName = Grid;
16311631
};
16321632
FA90215A230B346600BF9341 /* Grid */ = {

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 SpaceNation Inc.
3+
Copyright (c) 2019 SwiftUIExtensions.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)