Skip to content

Commit 70b2b87

Browse files
committed
Last commit before TestFlight!
1 parent 1535293 commit 70b2b87

47 files changed

Lines changed: 75 additions & 58 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Infini-iOS.xcodeproj/project.pbxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
264BFE7726BCAAC00050A223 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; };
8484
264DB80A26C62ED600E812C3 /* SideMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SideMenu.swift; sourceTree = "<group>"; };
8585
264DB80C26C633CF00E812C3 /* PageSwitcher.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PageSwitcher.swift; sourceTree = "<group>"; };
86+
2656FD9A26D1B30C001EF20C /* PrivacyPolicy.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = PrivacyPolicy.md; sourceTree = "<group>"; };
8687
26A6314C26BEFD2C005AE404 /* MusicController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MusicController.swift; sourceTree = "<group>"; };
8788
26A6315126BF45E0005AE404 /* BLEMusic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BLEMusic.swift; sourceTree = "<group>"; };
8889
26A6315426C0297A005AE404 /* Notifications.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Notifications.swift; sourceTree = "<group>"; };
@@ -149,6 +150,7 @@
149150
isa = PBXGroup;
150151
children = (
151152
264BFE7726BCAAC00050A223 /* README.md */,
153+
2656FD9A26D1B30C001EF20C /* PrivacyPolicy.md */,
152154
264BFE4026BC51CE0050A223 /* Infini-iOS */,
153155
264BFE5726BC51CF0050A223 /* Infini-iOSTests */,
154156
264BFE6226BC51CF0050A223 /* Infini-iOSUITests */,
@@ -611,16 +613,16 @@
611613
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
612614
CODE_SIGN_STYLE = Automatic;
613615
DEVELOPMENT_ASSET_PATHS = "\"Infini-iOS/Preview Content\"";
614-
DEVELOPMENT_TEAM = T2VD6LADUL;
616+
DEVELOPMENT_TEAM = 99BHY6DC82;
615617
ENABLE_PREVIEWS = YES;
616618
INFOPLIST_FILE = "Infini-iOS/Info.plist";
617619
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
618620
LD_RUNPATH_SEARCH_PATHS = (
619621
"$(inherited)",
620622
"@executable_path/Frameworks",
621623
);
622-
MARKETING_VERSION = 0.0.1;
623-
PRODUCT_BUNDLE_IDENTIFIER = "com.xan-m.Infini-iOS";
624+
MARKETING_VERSION = 0.8;
625+
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
624626
PRODUCT_NAME = "$(TARGET_NAME)";
625627
SWIFT_VERSION = 5.0;
626628
TARGETED_DEVICE_FAMILY = "1,2";
@@ -634,16 +636,16 @@
634636
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
635637
CODE_SIGN_STYLE = Automatic;
636638
DEVELOPMENT_ASSET_PATHS = "\"Infini-iOS/Preview Content\"";
637-
DEVELOPMENT_TEAM = T2VD6LADUL;
639+
DEVELOPMENT_TEAM = 99BHY6DC82;
638640
ENABLE_PREVIEWS = YES;
639641
INFOPLIST_FILE = "Infini-iOS/Info.plist";
640642
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
641643
LD_RUNPATH_SEARCH_PATHS = (
642644
"$(inherited)",
643645
"@executable_path/Frameworks",
644646
);
645-
MARKETING_VERSION = 0.0.1;
646-
PRODUCT_BUNDLE_IDENTIFIER = "com.xan-m.Infini-iOS";
647+
MARKETING_VERSION = 0.8;
648+
PRODUCT_BUNDLE_IDENTIFIER = "com.alexemry.Infini-iOS";
647649
PRODUCT_NAME = "$(TARGET_NAME)";
648650
SWIFT_VERSION = 5.0;
649651
TARGETED_DEVICE_FAMILY = "1,2";
6.91 KB
Loading
370 Bytes
Loading
370 Bytes
Loading
331 Bytes
Loading
469 Bytes
Loading
418 Bytes
Loading
435 Bytes
Loading
466 Bytes
Loading
433 Bytes
Loading

0 commit comments

Comments
 (0)