|
@ -7,7 +7,6 @@ |
|
|
objects = { |
|
|
objects = { |
|
|
|
|
|
|
|
|
/* Begin PBXBuildFile section */ |
|
|
/* Begin PBXBuildFile section */ |
|
|
2BC611FE3D7967BDB623FF21 /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0C2082015AEE6A0776A3EAB /* Pods_App.framework */; }; |
|
|
|
|
|
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; }; |
|
|
2FAD9763203C412B000D30F8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 2FAD9762203C412B000D30F8 /* config.xml */; }; |
|
|
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; }; |
|
|
50379B232058CBB4000EE86E /* capacitor.config.json in Resources */ = {isa = PBXBuildFile; fileRef = 50379B222058CBB4000EE86E /* capacitor.config.json */; }; |
|
|
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; }; |
|
|
504EC3081FED79650016851F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504EC3071FED79650016851F /* AppDelegate.swift */; }; |
|
@ -15,6 +14,7 @@ |
|
|
504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; }; |
|
|
504EC30F1FED79650016851F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 504EC30E1FED79650016851F /* Assets.xcassets */; }; |
|
|
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; }; |
|
|
504EC3121FED79650016851F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 504EC3101FED79650016851F /* LaunchScreen.storyboard */; }; |
|
|
50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; }; |
|
|
50B271D11FEDC1A000F3C39B /* public in Resources */ = {isa = PBXBuildFile; fileRef = 50B271D01FEDC1A000F3C39B /* public */; }; |
|
|
|
|
|
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */; }; |
|
|
/* End PBXBuildFile section */ |
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
|
/* Begin PBXFileReference section */ |
|
|
/* Begin PBXFileReference section */ |
|
@ -27,10 +27,8 @@ |
|
|
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
|
504EC3111FED79650016851F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; }; |
|
|
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
504EC3131FED79650016851F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; }; |
|
|
50B271D01FEDC1A000F3C39B /* public */ = {isa = PBXFileReference; lastKnownFileType = folder; path = public; sourceTree = "<group>"; }; |
|
|
821226CEE4D47A540167CC8F /* Pods-Time Safari.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Time Safari.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Time Safari/Pods-Time Safari.debug.xcconfig"; sourceTree = "<group>"; }; |
|
|
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; }; |
|
|
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.release.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.release.xcconfig"; sourceTree = "<group>"; }; |
|
|
E0C2082015AEE6A0776A3EAB /* Pods_App.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_App.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
|
|
EF03C3F99471948925ED5AC3 /* Pods-Time Safari.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Time Safari.release.xcconfig"; path = "Pods/Target Support Files/Pods-Time Safari/Pods-Time Safari.release.xcconfig"; sourceTree = "<group>"; }; |
|
|
|
|
|
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; }; |
|
|
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App.debug.xcconfig"; path = "Pods/Target Support Files/Pods-App/Pods-App.debug.xcconfig"; sourceTree = "<group>"; }; |
|
|
/* End PBXFileReference section */ |
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
@ -39,7 +37,7 @@ |
|
|
isa = PBXFrameworksBuildPhase; |
|
|
isa = PBXFrameworksBuildPhase; |
|
|
buildActionMask = 2147483647; |
|
|
buildActionMask = 2147483647; |
|
|
files = ( |
|
|
files = ( |
|
|
2BC611FE3D7967BDB623FF21 /* Pods_App.framework in Frameworks */, |
|
|
A084ECDBA7D38E1E42DFC39D /* Pods_App.framework in Frameworks */, |
|
|
); |
|
|
); |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
}; |
|
|
}; |
|
@ -49,7 +47,7 @@ |
|
|
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = { |
|
|
27E2DDA53C4D2A4D1A88CE4A /* Frameworks */ = { |
|
|
isa = PBXGroup; |
|
|
isa = PBXGroup; |
|
|
children = ( |
|
|
children = ( |
|
|
E0C2082015AEE6A0776A3EAB /* Pods_App.framework */, |
|
|
AF277DCFFFF123FFC6DF26C7 /* Pods_App.framework */, |
|
|
); |
|
|
); |
|
|
name = Frameworks; |
|
|
name = Frameworks; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
@ -92,8 +90,6 @@ |
|
|
children = ( |
|
|
children = ( |
|
|
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */, |
|
|
FC68EB0AF532CFC21C3344DD /* Pods-App.debug.xcconfig */, |
|
|
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */, |
|
|
AF51FD2D460BCFE21FA515B2 /* Pods-App.release.xcconfig */, |
|
|
821226CEE4D47A540167CC8F /* Pods-Time Safari.debug.xcconfig */, |
|
|
|
|
|
EF03C3F99471948925ED5AC3 /* Pods-Time Safari.release.xcconfig */, |
|
|
|
|
|
); |
|
|
); |
|
|
name = Pods; |
|
|
name = Pods; |
|
|
sourceTree = "<group>"; |
|
|
sourceTree = "<group>"; |
|
@ -116,7 +112,7 @@ |
|
|
dependencies = ( |
|
|
dependencies = ( |
|
|
); |
|
|
); |
|
|
name = App; |
|
|
name = App; |
|
|
productName = "Time Safari"; |
|
|
productName = App; |
|
|
productReference = 504EC3041FED79650016851F /* App.app */; |
|
|
productReference = 504EC3041FED79650016851F /* App.app */; |
|
|
productType = "com.apple.product-type.application"; |
|
|
productType = "com.apple.product-type.application"; |
|
|
}; |
|
|
}; |
|
@ -126,8 +122,8 @@ |
|
|
504EC2FC1FED79650016851F /* Project object */ = { |
|
|
504EC2FC1FED79650016851F /* Project object */ = { |
|
|
isa = PBXProject; |
|
|
isa = PBXProject; |
|
|
attributes = { |
|
|
attributes = { |
|
|
LastSwiftUpdateCheck = 920; |
|
|
LastSwiftUpdateCheck = 0920; |
|
|
LastUpgradeCheck = 920; |
|
|
LastUpgradeCheck = 0920; |
|
|
TargetAttributes = { |
|
|
TargetAttributes = { |
|
|
504EC3031FED79650016851F = { |
|
|
504EC3031FED79650016851F = { |
|
|
CreatedOnToolsVersion = 9.2; |
|
|
CreatedOnToolsVersion = 9.2; |
|
@ -145,6 +141,8 @@ |
|
|
Base, |
|
|
Base, |
|
|
); |
|
|
); |
|
|
mainGroup = 504EC2FB1FED79650016851F; |
|
|
mainGroup = 504EC2FB1FED79650016851F; |
|
|
|
|
|
packageReferences = ( |
|
|
|
|
|
); |
|
|
productRefGroup = 504EC3051FED79650016851F /* Products */; |
|
|
productRefGroup = 504EC3051FED79650016851F /* Products */; |
|
|
projectDirPath = ""; |
|
|
projectDirPath = ""; |
|
|
projectRoot = ""; |
|
|
projectRoot = ""; |
|
@ -350,14 +348,14 @@ |
|
|
buildSettings = { |
|
|
buildSettings = { |
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
CURRENT_PROJECT_VERSION = 12; |
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
DEVELOPMENT_TEAM = GM3FS5JQPH; |
|
|
DEVELOPMENT_TEAM = 7XVXYPEQYJ; |
|
|
INFOPLIST_FILE = App/Info.plist; |
|
|
INFOPLIST_FILE = App/Info.plist; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
MARKETING_VERSION = 0.4.4; |
|
|
MARKETING_VERSION = 1.0; |
|
|
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; |
|
|
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\""; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = app.timesafari; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.brownspank.timesafari; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
|
|
SWIFT_VERSION = 5.0; |
|
|
SWIFT_VERSION = 5.0; |
|
@ -371,13 +369,13 @@ |
|
|
buildSettings = { |
|
|
buildSettings = { |
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
CURRENT_PROJECT_VERSION = 12; |
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
DEVELOPMENT_TEAM = GM3FS5JQPH; |
|
|
DEVELOPMENT_TEAM = 7XVXYPEQYJ; |
|
|
INFOPLIST_FILE = App/Info.plist; |
|
|
INFOPLIST_FILE = App/Info.plist; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
|
MARKETING_VERSION = 0.4.4; |
|
|
MARKETING_VERSION = 1.0; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = app.timesafari; |
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.brownspank.timesafari; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
PRODUCT_NAME = "$(TARGET_NAME)"; |
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; |
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; |
|
|
SWIFT_VERSION = 5.0; |
|
|
SWIFT_VERSION = 5.0; |
|
|